| Age | Commit message (Expand) | Author |
| 2024-11-02 | Sema: Disallow calling functions with certain special calling conventions. | Alex Rønne Petersen |
| 2024-10-31 | compiler: remove anonymous struct types, unify all tuples | mlugg |
| 2024-10-29 | Merge pull request #21826 from Snektron/spirv-vulkan | Robin Voetter |
| 2024-10-28 | Sema: add missing coercion to bool for condbr_inline | mlugg |
| 2024-10-27 | fix compile error tests with unstable error sets | Robin Voetter |
| 2024-10-27 | spirv: forbid merging logical pointers | Robin Voetter |
| 2024-10-25 | Merge pull request #21710 from alexrp/function-alignment | Alex Rønne Petersen |
| 2024-10-24 | Sema: fix check for whether current AnalUnit is a test function | Veikka Tuominen |
| 2024-10-23 | Merge pull request #21758 from kcbanner/dll_storage_class | Andrew Kelley |
| 2024-10-22 | tests: add tests for is_dll_import externs | kcbanner |
| 2024-10-20 | compiler: Disallow function alignment for nvptx and spirv. | Alex Rønne Petersen |
| 2024-10-19 | Sema: add and improve some callconv compile errors | mlugg |
| 2024-10-19 | test: update for `CallingConvention` changes | mlugg |
| 2024-10-18 | compiler: implement `@FieldType` | mlugg |
| 2024-10-14 | Sema: fail if analyzing return in `noreturn`-declared function before coercin... | gabeuehlein |
| 2024-10-12 | implement packed struct equality (#21679) | David Rubin |
| 2024-10-10 | Sema: implement @splat for arrays | mlugg |
| 2024-10-07 | Sema: add missing runtime value validation to global mutable variables | mlugg |
| 2024-10-07 | Sema: add missing runtime value validation to @memcpy and @memset | mlugg |
| 2024-10-04 | remove `@fence` (#21585) | David Rubin |
| 2024-10-03 | fix: print correct number of provided arguments in min/max error message | WillLillis |
| 2024-09-25 | disallow non-scalar sentinel types | Andrew Kelley |
| 2024-09-23 | fix: Add error note when attempt is made to destructure error union (#21491) | Will Lillis |
| 2024-09-16 | Sema: return undefined on comparison of runtime value against undefined | mlugg |
| 2024-09-12 | Sema: perform requested coercion when decl literal demoted to enum literal | mlugg |
| 2024-09-10 | add error for discarding if/while pointer capture | xdBronch |
| 2024-09-04 | Merge pull request #21257 from mlugg/computed-goto-3 | Andrew Kelley |
| 2024-09-01 | AstGen: error on unused switch label | mlugg |
| 2024-09-01 | compiler: implement decl literals | mlugg |
| 2024-09-01 | fix(Sema): patch segfault in `finishStructInit` | WillLillis |
| 2024-08-29 | cases: update for new error wording, add coverage for field/decl name conflict | mlugg |
| 2024-08-28 | std: update `std.builtin.Type` fields to follow naming conventions | mlugg |
| 2024-08-27 | behavior,cases: add `@branchHint` test coverage | mlugg |
| 2024-08-27 | compiler,lib,test,langref: migrate `@setCold` to `@branchHint` | mlugg |
| 2024-08-27 | lib,test,tools,doc: update usages of @export | mlugg |
| 2024-08-16 | add an error for stack allocations in naked functions (#21082) | David Rubin |
| 2024-08-11 | compiler: split Decl into Nav and Cau | mlugg |
| 2024-07-31 | std.zig.tokenizer: simplify | Andrew Kelley |
| 2024-07-21 | Sema: fix OOB access in coerceTupleToStruct (#19620) | Bogdan Romanyuk |
| 2024-07-21 | fix(fmt): pointer type syntax to index (take 2) (#20336) | Will Lillis |
| 2024-07-21 | fix: remove misleading error note for failed array coercions | WillLillis |
| 2024-07-21 | fix: Add error notes for method calls on double pointers (#20686) | Will Lillis |
| 2024-07-16 | Sema: add error note for failed coercions to optional types and error unions | Will Lillis |
| 2024-07-15 | Sema: support pointer subtraction | Wooster |
| 2024-07-15 | Tokenizer bug fixes and improvements | gooncreeper |
| 2024-07-15 | Sema: disallow casting to opaque | fmaggi |
| 2024-07-13 | Compilation: introduce work stages for better work distribution | Jacob Young |
| 2024-07-12 | Zcu: allow atomic operations on packed structs | Jacob Young |
| 2024-07-04 | compiler: rework type resolution, fully resolve all types | mlugg |
| 2024-07-04 | Zcu: key compile errors on `AnalUnit` where appropriate | mlugg |