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
2022-08-30
coff: reorganize the linker
Jakub Konka
2022-08-30
coff: fix after rebase
Jakub Konka
2022-08-30
coff: move header writing logic into flush
Jakub Konka
2022-08-29
make 'zig build' respect ZIG_LIB_DIR
Andrew Kelley
2022-08-29
implement cache environment variables for `zig build`
Meghan
2022-08-29
wasm-lld: set stack size to 1MB by default
Luuk de Gram
2022-08-29
Merge pull request #12641 from Luukdegram/wasm-c-types
Andrew Kelley
2022-08-29
link: add force_undefined_symbols to cache hash
Andrew Kelley
2022-08-29
Merge pull request #12508 from ziglang/cmake-stage3
Andrew Kelley
2022-08-29
Sema: fix access of inactive union field when enum and union fields are in di...
Veikka Tuominen
2022-08-28
stage2: add an explicit padding field to avoid Valgrind warning
Andrew Kelley
2022-08-28
Sema: add missing calls to resolveStructLayout
Veikka Tuominen
2022-08-28
Sema: correct one possible value for tuples
Veikka Tuominen
2022-08-28
Sema: fix handling of non-standard int types in empty non-exhaustive enums
Veikka Tuominen
2022-08-28
Sema: add error for switch on slice
Veikka Tuominen
2022-08-28
AstGen: add error for named function type
Veikka Tuominen
2022-08-27
autodoc: better line counting for decls
Loris Cro
2022-08-27
Sema: add error for non-comptime param in comptime func
antlilja
2022-08-26
wasm: fix abi size of c_longdouble
Luuk de Gram
2022-08-26
copy_file_range: fix zigification of TXTBSY
Motiejus Jakštys
2022-08-26
Sema: ensure resolveTypeFields is called for optional and error union types
martinhath
2022-08-26
translate-c: Don't add self-defined macros to global name table
Evan Haas
2022-08-25
Merge pull request #12629 from motiejus/libresolv-abilists
Andrew Kelley
2022-08-25
LLVM: fix missing alignment on wrapping instructions
Andrew Kelley
2022-08-25
add ability to pass force undefined symbols to the linker
Jakub Konka
2022-08-25
src/glibc: remove redundant Arch
Motiejus Jakštys
2022-08-25
glibc/abilists: add libresolv stubs
Motiejus Jakštys
2022-08-25
Sema: ignore comptime params in partial func type check
Veikka Tuominen
2022-08-25
fix order of CLI args passed to clang
Andrew Kelley
2022-08-24
stage2: explicitly tagged enums no longer have one possible value
Andrew Kelley
2022-08-24
stage2: fix generic function cleanup
Andrew Kelley
2022-08-24
Compilation: move comptime condition first
Andrew Kelley
2022-08-24
compilation: avoid pointless caching
Loris Cro
2022-08-24
Merge pull request #12623 from Vexu/stage2-fixes
Andrew Kelley
2022-08-24
Merge pull request #12574 from Vexu/remove-bit-op-type-param
Andrew Kelley
2022-08-24
Sema: correctly reset inst_map for analyzeInlineCallArg
Veikka Tuominen
2022-08-24
Sema: check one possible value earlier in `zirValidateArrayInit`
Veikka Tuominen
2022-08-24
Sema: fix crash on slice of non-array type
Veikka Tuominen
2022-08-24
Sema: do not construct nested partial function types
Veikka Tuominen
2022-08-24
AstGen: make root decls relative to beginning of file
Veikka Tuominen
2022-08-24
stage2: handle `int_u64` in `elemValueAdvanced`
Veikka Tuominen
2022-08-23
make LLVM and Clang emit DWARF 4 instead of 5
Andrew Kelley
2022-08-23
std.debug: DWARFv5 fixes
Andrew Kelley
2022-08-23
macho: fix compile errors in std.debug
Jakub Konka
2022-08-23
autodoc: handle self-referential call+field_type instructions
Loris Cro
2022-08-23
autodoc: initial support for struct_init_anon
Loris Cro
2022-08-23
Merge pull request #12542 from der-teufel-programming/compileError-input
Loris Cro
2022-08-23
std.debug: implement support for DWARFv5
Andrew Kelley
2022-08-23
coff: improve default COFF/PE object parser
Jakub Konka
2022-08-22
Dwarf: Added stroffsetsptr support (#12270)
Keith Chambers
[prev]
[next]