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-09-30
Type: correctly handle ABI align strat for optionals and error unions
Veikka Tuominen
2022-09-30
AstGen: do not set decl_line for containers
Veikka Tuominen
2022-09-30
stage2: improve error message for missing member in file root struct
Veikka Tuominen
2022-09-30
Sema: use correct ptr ty to check for attributes of slice field ptr
Veikka Tuominen
2022-09-29
Sema: improve source location in errors
Igor Anić
2022-09-29
Sema: fix resolveInferredErrorSet panic when generic inline function
kkHAIKE
2022-09-28
stage2: detect duplicate enum values
Jacob G-W
2022-09-28
stage2: Fix multiple_llvm_int parameter passing
Cody Tapscott
2022-09-27
Sema: check that reified enum field values fits tag type.
InKryption
2022-09-27
Sema: avoid passing `.unneeded` to `safetyPanic`
Veikka Tuominen
2022-09-27
fmt: ignore non-files
Jacob Young
2022-09-27
Sema: fix segfault when union init with empty field
kkHAIKE
2022-09-26
Merge pull request #12959 from kcbanner/fix_uwtable
Jakub Konka
2022-09-26
zig fmt
Luuk de Gram
2022-09-26
autodoc: Added `.html` to generated source view file names
Der Teufel
2022-09-26
sema: load the correct AST in failWithInvalidComptimeFieldStore
John Schmidt
2022-09-25
sema: load the correct AST in addFieldErrNote
John Schmidt
2022-09-25
llvm: update uwtable value for stage1
kcbanner
2022-09-25
llvm: fix uwtable attribute value
kcbanner
2022-09-24
AstGen: reset anon_name_strategy for sub expressions
Veikka Tuominen
2022-09-24
Sema: avoid generic parameter error in nested function type
Veikka Tuominen
2022-09-24
Sema: avoid using `pointerDecl` when dealing with slices
Veikka Tuominen
2022-09-24
llvm: avoid crash on duplicate asm input/output name
Veikka Tuominen
2022-09-24
Sema: properly handle generic struct as parameter type
Veikka Tuominen
2022-09-23
Sema: resolve struct layout in `zirStructInit`
Veikka Tuominen
2022-09-23
Sema: correct sentinel check on implicit cast from array ptr
Veikka Tuominen
2022-09-23
Sema: check for slices in packed and extern type validation
Veikka Tuominen
2022-09-23
Sema: preserve volatileness when constructing field pointers
Veikka Tuominen
2022-09-21
LLVM: remove purposeless const qualifiers
Andrew Kelley
2022-09-21
AstGen: store void to ptr result loc when there is no else branch
kkHAIKE
2022-09-21
AstGen: make loop body's ResultLoc .none
kkHAIKE
2022-09-21
sema: fix typo
Jacob Young
2022-09-21
stage2: free up 2 ZIR tags
Andrew Kelley
2022-09-20
std: add return address parameter to panic fn
Veikka Tuominen
2022-09-20
safety: show error return trace when unwrapping error in switch
Veikka Tuominen
2022-09-20
Merge pull request #12904 from Vexu/ptrcast
Andrew Kelley
2022-09-20
stage2 ARM: fix debug info for arguments passed in registers
joachimschmidt557
2022-09-20
stage2 ARM: make sub_sp_scratch MIR instruction use r4
joachimschmidt557
2022-09-20
Sema: handle `Value.slice` in `beginComptimePtrLoad`
Veikka Tuominen
2022-09-20
Sema: validate `@alignOf` type
Veikka Tuominen
2022-09-20
Sema: pass calculated offset to `elemPtrType` in `elemPtrSlice`
Veikka Tuominen
2022-09-20
Sema: check pointer qualifiers before implicit cast
Veikka Tuominen
2022-09-19
zig cc: emit to a.out if outpath is unspecified
Motiejus Jakštys
2022-09-19
Sema: do not use coerceCompatiblePtr for ptrCast
Veikka Tuominen
2022-09-19
Sema: do not use coerceCompatiblePtr for alignCast
Veikka Tuominen
2022-09-18
Merge pull request #12893 from ziglang/macho-relocs-cleanup
Jakub Konka
2022-09-18
autodoc: don't collect tests, usingnamespace and comptime blocks
Loris Cro
2022-09-18
macho: cleanup how we collect dyld data in incremental linker
Jakub Konka
2022-09-18
macho: fix after sync with master
Jakub Konka
2022-09-18
macho: ensure we extend section size when updating last atom
Jakub Konka
[next]