| Age | Commit message (Expand) | Author |
| 2021-12-08 | stage1: saturating shl operates using LHS type | Andrew Kelley |
| 2021-12-05 | wasm: Initial behavior tests succeeding | Luuk de Gram |
| 2021-12-04 | Revert "Merge pull request #10270 from Luukdegram/behaviour-tests" | Andrew Kelley |
| 2021-12-04 | wasm: Initial behavior tests succeeding | Luuk de Gram |
| 2021-11-30 | put the passing stage2 behavior tests back | Andrew Kelley |
| 2021-11-30 | Revert "I found some more passing behavior tests" | Andrew Kelley |
| 2021-11-29 | I found some more passing behavior tests | Andrew Kelley |
| 2021-11-27 | stage2: implement `@typeName` | Andrew Kelley |
| 2021-11-26 | Sema: fix analyzeBlockBody logic | Andrew Kelley |
| 2021-11-23 | C backend: errors and optionals | Scibuild |
| 2021-11-22 | Sema: fix alignment of type-inferred locals | Andrew Kelley |
| 2021-11-22 | Merge pull request #10165 from jmc-88/cbe | Andrew Kelley |
| 2021-11-22 | stage2: move some tests which are now passing | Robin Voetter |
| 2021-11-17 | CBE: mark align.zig and error.zig as passing | Daniele Cocca |
| 2021-11-16 | cast -> cast_llvm, cast_c -> cast (doesn't work on LLVM backend) | drew |
| 2021-11-16 | add generics behavior test | drew |
| 2021-11-16 | small changes + align tests obviously shouldn't have passed | drew |
| 2021-11-16 | C backend: basic big ints, fix airPtrToInt, array references, pointer arithme... | drew |
| 2021-11-16 | stage1: Fix caching of LLVM builtin fns | LemonBoy |
| 2021-11-14 | CBE: memset(..., 0xaa, ...) undefined values | Daniele Cocca |
| 2021-11-08 | C backend: while, struct tests, better undefined global handling | Emily Bellows |
| 2021-11-04 | Add more entries to the list of stage1+stage2+CBE passing tests (#10094) | Daniele Cocca |
| 2021-11-02 | C backend: implement ?void, and other zero sized types | Emily Bellows |
| 2021-10-30 | C backend: implement signed trunc | Emily Bellows |
| 2021-10-29 | stage2: implement `@popCount` for non-vectors | Andrew Kelley |
| 2021-10-28 | C backend: implement trunc instruction | Andrew Kelley |
| 2021-10-28 | C backend: fix `@boolToInt` | Andrew Kelley |
| 2021-10-28 | C backend: fix crash when number of Decls passes a threshold | Andrew Kelley |
| 2021-10-28 | C backend: fix ptrtoint and wrap_errunion_err | Andrew Kelley |
| 2021-10-28 | behavior tests: add "passing for C backend" category | Andrew Kelley |
| 2021-10-25 | stage2: comptime slice of pointer to hardcoded address | Robin Voetter |
| 2021-10-22 | stage2: slice and alignment fixes | Andrew Kelley |
| 2021-10-22 | stage2: change `@bitCast` to always be by-value | Andrew Kelley |
| 2021-10-21 | stage2: implement comptime loads through casted pointers | Andrew Kelley |
| 2021-10-21 | stage2: more division support | Andrew Kelley |
| 2021-10-21 | stage2: truncation | Robin Voetter |
| 2021-10-20 | AstGen: make the index variable of `inline for` a `alloc_comptime` | Andrew Kelley |
| 2021-10-18 | astgen.zig: fix false positive in breakExpr's checking for store_to_block_ptr | Matthew Borkowski |
| 2021-10-17 | Sema: resolveTypeFields before accessing type fields | Andrew Kelley |
| 2021-10-17 | stage2: implement `@hasField` | Meghan Denny |
| 2021-10-17 | alphebetize behavior tests | Meghan Denny |
| 2021-10-17 | stage2: LLVM backend: lower constant field/elem ptrs | Andrew Kelley |
| 2021-10-16 | Sema: coercion from error sets to `anyerror` | Andrew Kelley |
| 2021-10-16 | Merge pull request #9954 from Snektron/shifts | Andrew Kelley |
| 2021-10-16 | elevate more passing tests | Meghan Denny |
| 2021-10-16 | stage2: comptime saturating shl | Robin Voetter |
| 2021-10-16 | stage2: `@hasDecl` is passing | Meghan |
| 2021-10-14 | stage2: LLVM backend: implement `wrap_optional` AIR | Andrew Kelley |
| 2021-10-14 | stage2: implement `@minimum` and `@maximum`, including vectors | Andrew Kelley |
| 2021-10-13 | move behavior tests that are passing for stage2 | Andrew Kelley |