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
/
stage2
/
cbe.zig
Age
Commit message (
Expand
)
Author
2022-08-17
Sema: allow empty enums and unions
Veikka Tuominen
2022-07-23
Sema: add some more 'declared here' notes
Veikka Tuominen
2022-07-21
Sema: more union and enum tag type validation
Veikka Tuominen
2022-07-21
Sema: explain why comptime is needed
Veikka Tuominen
2022-07-01
Sema: validate `@intToEnum` int operand type
Veikka Tuominen
2022-06-30
move passing stage1 compile error tests to stage2
Veikka Tuominen
2022-06-09
remove a stage2 test case that relies on a very deep compiler stack
Andrew Kelley
2022-02-17
parser: make some errors point to end of previous token
Veikka Tuominen
2022-02-13
update compile error tests
Veikka Tuominen
2021-10-19
stage2: implement switching on unions
Andrew Kelley
2021-10-19
astgen.zig: fix emitting wrong error unwrapping instructions in tryExpr
Matthew Borkowski
2021-10-09
stage2: add astgen errors for untyped union fields and union field values wit...
Matthew Borkowski
2021-08-30
stage2: add `@rem` tests to llvm and c backends
Meghan Denny
2021-08-21
stage2 Air: add struct_field_ptr_index_{0..3}
Jacob G-W
2021-08-19
stage2: implement shl
Jacob G-W
2021-08-19
stage2: implement shr and boilerplate for shl
Jacob G-W
2021-08-06
stage2: fix return pointer result locations
Andrew Kelley
2021-07-29
stage2: garbage collect unused anon decls
Andrew Kelley
2021-07-08
C backend: cleanups to wrapping int operations
Andrew Kelley
2021-07-08
C backend: add/sub/mul wrapping for the C backend
Matt Knight
2021-07-07
stage2: basic inferred error set support
Andrew Kelley
2021-07-07
stage2: implement `@panic` and beginnigs of inferred error sets
Andrew Kelley
2021-07-02
tokenizer: clean up invalid token error
Andrew Kelley
2021-07-02
AstGen: cleanups to pass more compile error test cases
Andrew Kelley
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-21
stage2 tests: remove unused vars
Jacob G-W
2021-05-17
stage2: skip recursion test on some hosts
Andrew Kelley
2021-05-14
stage2: improve Decl dependency management
Andrew Kelley
2021-05-11
stage2: improve Decl lifetime management
Andrew Kelley
2021-05-11
stage2: update tests now that structs have fully qualified names
Andrew Kelley
2021-05-11
stage2: add `owns_tv` flag to `Module.Decl`
Andrew Kelley
2021-05-07
stage2: fix struct inits not getting fields resolved
Andrew Kelley
2021-05-07
stage2: implement global variables
Andrew Kelley
2021-05-06
stage2: CBE tests `pub export` instead of `export` main
Andrew Kelley
2021-04-07
Merge pull request #8449 from ziglang/stage2-enums
Andrew Kelley
2021-04-07
stage2: add remaining enum compile error test cases
Andrew Kelley
2021-04-07
Sema: fix switch validation '_' prong on wrong type
Andrew Kelley
2021-04-07
stage2: fix switch validation of handling all enum values
Andrew Kelley
2021-04-07
Sema: `@intToEnum` error msg includes a "declared here" hint
Andrew Kelley
2021-04-07
AstGen: fix incorrect source loc for duplicate enum tag
Andrew Kelley
2021-04-07
stage2: fix incremental compilation handling of parse errors
Andrew Kelley
2021-04-07
stage2: fix incremental compilation Decl deletion logic
Andrew Kelley
2021-04-07
Sema: implement switch validation for enums
Andrew Kelley
2021-04-07
Sema: implement comparison analysis for non-numeric types
Andrew Kelley
2021-04-07
Sema: DRY up enum field analysis and add "declared here" notes
Andrew Kelley
2021-04-07
AstGen: fix `@breakpoint` ZIR
Andrew Kelley
2021-04-02
stage2: implement Type.onePossibleValue for structs
Andrew Kelley
2021-04-02
stage2: Sema: implement validate_struct_init_ptr
Andrew Kelley
2021-04-02
stage2: progress towards basic structs
Andrew Kelley
2021-03-31
stage2: finish implementation of LazySrcLoc
Andrew Kelley
[next]