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
/
test
Age
Commit message (
Expand
)
Author
2022-09-30
Type: correctly handle ABI align strat for optionals and error unions
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: fix segfault when union init with empty field
kkHAIKE
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-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
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
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-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
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
Sema: do not use coerceCompatiblePtr for ptrCast
Veikka Tuominen
2022-09-19
Sema: do not use coerceCompatiblePtr for alignCast
Veikka Tuominen
2022-09-18
add removed expected stdout comparison in link test
Jakub Konka
2022-09-18
use EmulatableRunStep for newly added macho link test
Jakub Konka
2022-09-17
skip macho link test execution on non-macOS
Andrew Kelley
2022-09-17
test-cases: remove removed "note: referenced here" note from the error
Jakub Konka
2022-09-17
macho: test empty translation units
Jakub Konka
2022-09-16
Merge pull request #12796 from Vexu/referenced-by-v2
Veikka Tuominen
2022-09-16
Sema: improve source location after as_node is used
Andrew Kelley
2022-09-15
organize some compile error tests
Andrew Kelley
2022-09-14
stage2: sparc64: Skip compile-failing tests for now
Koakuma
2022-09-14
stage2: sparc64: Skip Sema-failing tests for now
Koakuma
2022-09-14
disable spuriously failing test on Windows
Andrew Kelley
2022-09-15
stage2: implement referenced by trace for error messages
Veikka Tuominen
2022-09-15
Sema: handle comptime fields in field call bind
Veikka Tuominen
2022-09-15
Sema: check_comptime_control_flow needs to check runtime_index
Veikka Tuominen
2022-09-15
Sema: allow runtime break from inline loop
Veikka Tuominen
2022-09-15
Sema: copy runtime_index & friends when making child blocks
Veikka Tuominen
2022-09-15
value: hash extern functions
Veikka Tuominen
2022-09-15
Sema: resolve lazy align in reifyStruct
Veikka Tuominen
2022-09-15
Sema: handle empty_struct_value in beginComptimePtrMutation
Veikka Tuominen
2022-09-13
validate number literals in AstGen
Veikka Tuominen
2022-09-13
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
[next]