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
/
src
Age
Commit message (
Expand
)
Author
2021-05-12
stage2: fix handling of "prev successful ZIR"
Andrew Kelley
2021-05-12
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-12
translate-c: Ensure extra_cflags are passed to clang
Evan Haas
2021-05-12
stage2: Drop LLVM's host CPU detection method as fallback
LemonBoy
2021-05-12
macho: allow overriding stack size in binary
Jakub Konka
2021-05-11
stage2: more Decl lifetime fixes
Andrew Kelley
2021-05-11
stage2: improve Decl lifetime management
Andrew Kelley
2021-05-11
Sema: implement duplicate enum tag compile error
Andrew Kelley
2021-05-11
stage2: lookupIdentifier can return error.AnalysisFailed
Andrew Kelley
2021-05-11
stage2: better handling of file-level compile errors across updates
Andrew Kelley
2021-05-11
C backend: fix emitting '$' in identifier names
Andrew Kelley
2021-05-11
AstGen: support emitting multiple compile errors
Andrew Kelley
2021-05-11
stage2: add `owns_tv` flag to `Module.Decl`
Andrew Kelley
2021-05-11
stage2: link all libc components if using system libc
Isaac Freund
2021-05-11
stage2: error if requested glibc version too high
Isaac Freund
2021-05-11
stage2: use system libc when targeting the native OS/ABI
Isaac Freund
2021-05-11
stage2: Change libc components' linking order
LemonBoy
2021-05-11
stage2: Allow building musl/glibc in thumb mode
LemonBoy
2021-05-11
stage2: Always link -lpthread when using system libc
LemonBoy
2021-05-11
stage2: Pass -mthumb when compiling C/C++ code
LemonBoy
2021-05-10
stage2: struct, union, enum, opaque, error sets get better names
Andrew Kelley
2021-05-10
stage2: type declarations ZIR encode AnonNameStrategy
Andrew Kelley
2021-05-10
stage1: ignore enum ContainerLayout for comptime memory purposes
Andrew Kelley
2021-05-10
stage1: remove outdated error message regarding #447
jacob gw
2021-05-10
translate-c: fix typedefs with multiple names
xackus
2021-05-09
zld: adjust signed displacement source target addr
Jakub Konka
2021-05-09
stage2 ARM: Overhaul of genArmBinOp
joachimschmidt557
2021-05-08
fix merge conflicts from previous commit
Andrew Kelley
2021-05-09
Merge pull request #8474 from gracefuu/grace/encode-instruction
Andrew Kelley
2021-05-08
stage2 test harness: report multiple failures
Andrew Kelley
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
stage2: fully qualified names and better anonymous names
Andrew Kelley
2021-05-08
Merge pull request #8686 from Vexu/try
Andrew Kelley
2021-05-08
Sema: fix `@setEvalBranchQuota` incorrectly requiring a function body
Andrew Kelley
2021-05-08
AstGen: fix incorrect logic for adding implicit return instruction
Andrew Kelley
2021-05-08
link/MachO: fix --verbose-link ensureCapacity bug
Andrew Kelley
2021-05-08
Type: fix abiAlignment calculation for unions
Andrew Kelley
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
update usage of std.testing in stage2
Veikka Tuominen
2021-05-07
stage2: fix struct inits not getting fields resolved
Andrew Kelley
2021-05-07
ZIR: implement iteration over switch instructions
Andrew Kelley
2021-05-07
std: start code increases stack size as appropriate on linux
Andrew Kelley
2021-05-07
stage2: fix stack overflow in `@setEvalBranchQuota` test case
Andrew Kelley
2021-05-07
stage2: implement global variables
Andrew Kelley
2021-05-07
stage2: no '$' in anonymous decl names
Andrew Kelley
2021-05-07
stage2: implement extern functions
Andrew Kelley
2021-05-07
Sema: support enough to check main calling convention via `@typeInfo`
Andrew Kelley
2021-05-06
Sema: implement `@typeInfo` for functions
Andrew Kelley
2021-05-06
stage2: fix compile errors in test harness
Andrew Kelley
2021-05-06
CLI: add an update-and-run cmd and make enter re-run last cmd
Andrew Kelley
[next]