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-11-15
cbe: fix indexing with a zero-bit element type
Jacob Young
2022-11-15
zig.h: match float comparison signatures from compiler rt
Jacob Young
2022-11-15
Fix error reporting the wrong line for struct field inits (#13502)
mparadinha
2022-11-14
musl.zig: remove unused enum (#13545)
Motiejus Jakštys
2022-11-13
C backend: improve ergonomics of zig.h a little bit
Andrew Kelley
2022-11-13
Sema: remove `block` and `src` parameters from `getBuiltin`
Veikka Tuominen
2022-11-13
Merge pull request #13497 from Vexu/stage2-fixes
Veikka Tuominen
2022-11-12
Make invalidFmtError public and use in place of compileErrors for bad format ...
Nick Cernis
2022-11-12
llvm: check that tuple fields have runtime bits
Veikka Tuominen
2022-11-12
Sema: ensure that `!is_comptime and !is_typeof` implies `sema.func != null`
Veikka Tuominen
2022-11-12
llvm: correctly lower references to generic functions
Veikka Tuominen
2022-11-11
Autodoc: not all `block_inline`s contain a `break_inline`
Veikka Tuominen
2022-11-11
Sema: check for error unwrap in `condbr_inline`
Veikka Tuominen
2022-11-11
Sema: coerce array operands to shuffle
Veikka Tuominen
2022-11-11
Sema: make check for namespace lookup of private declarations more strict
Veikka Tuominen
2022-11-11
AstGen: emit dbg_stmt before (nearly) all operations that have a safety check
Veikka Tuominen
2022-11-11
AstGen: make pointless discard error more strict
Veikka Tuominen
2022-11-11
llvm: correct calculation of index of zero-bit field
Veikka Tuominen
2022-11-11
Type: check return_type for generic poison before comparing
Veikka Tuominen
2022-11-11
llvm: fix leaks of fully qualified names
Veikka Tuominen
2022-11-11
AstGen: use `condbr_inline` if force_comptime is set
Veikka Tuominen
2022-11-11
stage2: Support modifiers in inline asm
Cody Tapscott
2022-11-10
cmake: Mark <root>/.git/HEAD as a configure dependency
Cody Tapscott
2022-11-10
Merge pull request #13074 from topolarity/stage2-opt
Andrew Kelley
2022-11-10
Sema: avoid breaking hash contract when instantiating generic functions
Jacob Young
2022-11-10
stage2: Rename `Value.compare` to `compareAll`, etc.
Cody Tapscott
2022-11-10
stage2 sema: Make vector constants when operating on vectors
Cody Tapscott
2022-11-10
stage2 llvm: Elide more loads
Cody Tapscott
2022-11-10
stage2: Be more strict about eliding loads
Cody Tapscott
2022-11-10
stage2: Fix comptime array initialization
Cody Tapscott
2022-11-10
Merge branch 'jcmoyer-lld-explicit-pdb'
Jakub Konka
2022-11-10
Merge pull request #13495 from ziglang/macho-dsym
Jakub Konka
2022-11-10
win: combine PDB fixes into one changeset
Jakub Konka
2022-11-10
Windows: Explicitly pass PDB paths to lld-link
J.C. Moyer
2022-11-10
dwarf: do not assume unsigned 64bit integer for the enum value
Jakub Konka
2022-11-09
Merge pull request #13485 from ziglang/arm64-non-null-actual
Jakub Konka
2022-11-09
aarch64: handle .stack_argument_offset as a valid local var
Jakub Konka
2022-11-09
x86_64: add DWARF encoding for vector registers
Jakub Konka
2022-11-09
aarch64: emit DWARF debug info for fn params and locals
Jakub Konka
2022-11-09
macho: create dSYM bundle directly in the emit dir
Jakub Konka
2022-11-09
llvm: implement packed unions
Veikka Tuominen
2022-11-08
macho: fix 32bit build
Jakub Konka
2022-11-08
macho: fix handling of DW_FORM_block* forms
Jakub Konka
2022-11-08
macho: fix parsing len of DW_FORM_string
Jakub Konka
2022-11-08
aarch64: circumvent zig0 inference problems
Jakub Konka
2022-11-08
aarch64: revert changes to .call
Jakub Konka
2022-11-08
aarch64: fix implementation of .is_null and .is_non_null
Jakub Konka
2022-11-08
aarch64: implement .wrap_optional always saving to the stack
Jakub Konka
2022-11-08
aarch64: implement optionalPayload when mcv is register
Jakub Konka
2022-11-08
aarch64: implement isNull() for non-pointer optionals
Jakub Konka
[next]