index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
standalone
Age
Commit message (
Expand
)
Author
2022-09-02
Sema: do not emit dbg_inline_end after NoReturn
Veikka Tuominen
2022-09-01
Sema: add more validation to coerceVarArgParam
Veikka Tuominen
2022-08-26
translate-c: Don't add self-defined macros to global name table
Evan Haas
2022-07-26
AstGen: disable null bytes and empty stings in some places
Veikka Tuominen
2022-07-24
CI stage3 test coverage for test-standalone
Andrew Kelley
2022-07-24
std: compile error on invalid testing allocator usage
Ali Chraghi
2022-07-21
update standalone test cases for stage2
Andrew Kelley
2022-07-07
Merge remote-tracking branch 'origin/master' into llvm14
Andrew Kelley
2022-07-07
std.log: give friendly error to freestanding users
r00ster91
2022-07-06
update install_raw_hex test case
Andrew Kelley
2022-06-20
test: introduce link(er) tests - builds on standalone tests
Jakub Konka
2022-05-10
reduce the scope of this branch
Andrew Kelley
2022-05-10
Added _LIBCPP_HAS_NO_THREADS for single_threaded binaries linked with libcxx.
Alexander Slesarev
2022-05-09
stdlib: escape backslashes and double quotes in Builder response file
Evan Haas
2022-02-17
Revert "reduce build error noise"
Andrew Kelley
2022-02-17
reduce build error noise
Jonathan Marler
2022-01-24
Normalize some build function names
Jonathan Marler
2022-01-14
tests: include global initializers in c++ compiler test
xavier
2022-01-07
lint: duplicate import (#10519)
Meghan
2021-12-15
add standalone tests for the new linker bug fixes
Jakub Konka
2021-12-03
std.build.InstallRawStep: allow custom dest_dir
Jonathan Marler
2021-11-30
allocgate: fix failing tests
Lee Cannon
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: stage 1 and 2 building
Lee Cannon
2021-11-24
stage2: support LLD -O flags on ELF
Andrew Kelley
2021-11-22
add support for compiling Objective-C++ code (#10096)
Stephen Gutekanst
2021-11-16
tests: disable LTO for windows until issues can be resolved
Andrew Kelley
2021-11-15
pre-merge cleanups
Andrew Kelley
2021-11-15
test: add a standalone test for mixing c, zig, threadlocal and build modes.
xavier
2021-10-24
macho: remove unresolved ref in the correct place
Jakub Konka
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-30
Merge remote-tracking branch 'origin/master' into llvm13
Andrew Kelley
2021-09-21
macho: fix incorrect segment/section growth calculation
Jakub Konka
2021-09-15
update install_raw_hex standalone test for llvm13
Andrew Kelley
2021-09-15
Added implementation for _fseeki64 and _ftelli64 from mingw-w64 9.0.0 (#9402)...
Michal Ziulek
2021-09-07
Merge pull request #9636 from ehaas/hexfiles
Andrew Kelley
2021-09-06
add standalone test for issue #9693
Jacob G-W
2021-09-01
std: fix regressions from this branch
Andrew Kelley
2021-09-01
stdlib: Add test for generating HEX files.
Evan Haas
2021-08-10
macho: fix linking of dylibs and frameworks
Jakub Konka
2021-08-02
Add -Denable-macos-sdk explicit flag to build.zig
Jakub Konka
2021-08-01
add standalone Objective-C enabled on macOS only
Jakub Konka
2021-06-21
cleanups related to unused params
Andrew Kelley
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-19
std: Fix PIE startup sequence
LemonBoy
2021-06-11
Merge pull request #7959 from MasterQ32/build_rewrite
Veikka Tuominen
2021-06-11
Merge pull request #9069 from ziglang/zld-common-syms
Jakub Konka
2021-06-11
Code quality improvements to GeneratedFile, and manual implementation of Buil...
Felix (xq) Queißner
2021-06-10
zig fmt
Andrew Kelley
2021-06-10
Add standalone test for common symbols
Jakub Konka
[next]