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
2023-02-18
Sema: add missing coercion when checking for loop len
Andrew Kelley
2023-02-18
omit safety check when incrementing for loop counter
Andrew Kelley
2023-02-18
implement error for unbounded for loops
Andrew Kelley
2023-02-18
omit safety checks for element access in for loops
Andrew Kelley
2023-02-18
improve error message for byref capture of byval array
Andrew Kelley
2023-02-18
fix source location for not-indexable for loop errors
Andrew Kelley
2023-02-18
AstGen: add error for discard of unbounded counter
Andrew Kelley
2023-02-18
Sema: improve error message for mismatched for loop lengths
Andrew Kelley
2023-02-18
AstGen: fix ZIR for for loops accessing instruction out of block
Andrew Kelley
2023-02-18
Sema: fix for loops with comptime-known int ranges
Andrew Kelley
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-18
Sema: implement for_len
Andrew Kelley
2023-02-18
make zig fmt perform upgrade to new for loop syntax
Andrew Kelley
2023-02-18
AstGen: back to index-based for loops
Andrew Kelley
2023-02-18
AstGen: finish multi-object for loops
Andrew Kelley
2023-02-18
AstGen: rework multi-object for loop
Andrew Kelley
2023-02-18
AstGen: work-in-progress multi-object for loops
Veikka Tuominen
2023-02-18
Value: implement writeToMemory for packed unions
Matt Knight
2023-02-16
[all linkers] fail hard on unsupported flags
Motiejus Jakštys
2023-02-16
CLI: detect linker color diagnostics flags
Andrew Kelley
2023-02-16
[linker] ignore --sort-common
Motiejus Jakštys
2023-02-16
[elf linker] add --sort-section
Motiejus Jakštys
2023-02-16
CLI: remove option from usage text since it doesn't work
Andrew Kelley
2023-02-16
[linker] add --no-undefined, -z undefs
Motiejus Jakštys
2023-02-15
split `@qualCast` into `@constCast` and `@volatileCast`
Veikka Tuominen
2023-02-14
comp: reinstate -fcompiler-rt when used with build-obj as output
Jakub Konka
2023-02-14
Zld: Report archive file with cpu arch mismatch
Tom Read Cutting
2023-02-13
Merge pull request #14571 from ziglang/more-build-zig
Andrew Kelley
2023-02-13
Add -ferror-tracing and -fno-error-tracing compile options
AdamGoertz
2023-02-13
move the cache system from compiler to std lib
Andrew Kelley
2023-02-13
zig fmt: additionally format .zon files
Ali Chraghi
2023-02-13
Merge pull request #14618 from Vexu/fixes
Andrew Kelley
2023-02-11
Merge pull request #14588 from dweiller/test-runner-imports
Veikka Tuominen
2023-02-11
Sema: fix typo in `zirCUndef`
Veikka Tuominen
2023-02-11
llvm: fix lowerDeclRefValue for extern function aliases
Veikka Tuominen
2023-02-11
zig fmt: do not consider tuples blocks
Veikka Tuominen
2023-02-11
Sema: add missing peer type resolution for error unions
Veikka Tuominen
2023-02-11
Sema: validate inferred error set payload type
Veikka Tuominen
2023-02-10
translate_c: fix typedeffed pointer subtraction
John Schmidt
2023-02-08
clone package table into custom test runner
Dominic
2023-02-08
allow custom test runners to import modules
dweiller
2023-02-08
macho: fix incorrect representation of encodings count per page
Jakub Konka
2023-02-08
fix custom test runner package path resolution
dweiller
2023-02-07
macho: ensure local syms buffer is nlist_64 aligned when re-reading from file
Jakub Konka
2023-02-06
macho: parse and sort data-in-code entries ahead of time
Jakub Konka
2023-02-06
macho: downgrade alignment requirements for symtab in object files
Jakub Konka
2023-02-05
make `@embedFile` support module-mapped names the same way as `@import`
Andrew Kelley
2023-02-03
link: remove `FnData` and make it self-owned
Luuk de Gram
2023-02-03
Merge pull request #14523 from ziglang/zon
Andrew Kelley
2023-02-03
Merge pull request #14515 from der-teufel-programming/autodoc-quickfixes
Loris Cro
[next]