| Age | Commit message (Expand) | Author |
| 2023-04-11 | CLI: remove --enable-cache option | Andrew Kelley |
| 2023-04-10 | Sema: avoid emitting loops that can't loop | Jacob Young |
| 2023-04-10 | glibc: allow linking against external libcrypt. | Piotr Sikora |
| 2023-04-10 | Merge pull request #14853 from schmee/vector-peer-type-resolution | Andrew Kelley |
| 2023-04-10 | std.MultiArrayList: add support for tagged unions. | GethDW |
| 2023-04-10 | Merge pull request #14882 from xxxbxxx/master | Andrew Kelley |
| 2023-04-10 | Merge pull request #15068 from Snektron/spirv-test-runner-support | Andrew Kelley |
| 2023-04-09 | Merge pull request #15123 from truemedian/http-server | Andrew Kelley |
| 2023-04-09 | spirv: emit nonsemantic info with zig errors | Robin Voetter |
| 2023-04-09 | spirv: Do not generate the Alignment attribute on pointers for now | Robin Voetter |
| 2023-04-09 | spirv: allow global, constant address spaces | Robin Voetter |
| 2023-04-09 | spirv: deny global OpVariable in inline asm | Robin Voetter |
| 2023-04-09 | spirv: deny OpEntryPoint in asm | Robin Voetter |
| 2023-04-09 | spirv: export functions with .Kernel callconv as entry point | Robin Voetter |
| 2023-04-09 | amdgpu,nvptx: unify kernel calling conventions | Robin Voetter |
| 2023-04-09 | spirv: emit interface variables for entry points | Robin Voetter |
| 2023-04-09 | spirv: add decl dependencies for functions also | Robin Voetter |
| 2023-04-09 | spirv: temporarily emit test kernels | Robin Voetter |
| 2023-04-09 | spirv: implement error set and error unions | Robin Voetter |
| 2023-04-09 | spirv: improve linking globals | Robin Voetter |
| 2023-04-09 | spirv: overhaul constant lowering | Robin Voetter |
| 2023-04-09 | spirv: union types/constants | Robin Voetter |
| 2023-04-09 | spirv: optional constants | Robin Voetter |
| 2023-04-09 | spirv: improve genConstant usage | Robin Voetter |
| 2023-04-09 | spirv: slice constants | Robin Voetter |
| 2023-04-09 | spirv: string literals | Robin Voetter |
| 2023-04-09 | spirv: optional types | Robin Voetter |
| 2023-04-09 | spirv: generic global pointers | Robin Voetter |
| 2023-04-09 | spirv: initial decl_ref pointer generation | Robin Voetter |
| 2023-04-09 | spirv: generate code directly in updateFunc/updateDecl | Robin Voetter |
| 2023-04-09 | spirv: start lowering non-function decls | Robin Voetter |
| 2023-04-09 | spirv: convert bools on load/store | Robin Voetter |
| 2023-04-09 | spirv: make locals generic pointers | Robin Voetter |
| 2023-04-09 | spirv: introduce type/value representations | Robin Voetter |
| 2023-04-09 | spirv: more fixes and improvements | Robin Voetter |
| 2023-04-09 | spirv: make IdResultType and IdRef weak aliases of IdResult | Robin Voetter |
| 2023-04-09 | spirv: some fixes and improvements | Robin Voetter |
| 2023-04-09 | spirv: switch_br lowering | Robin Voetter |
| 2023-04-09 | spirv: left shift | Robin Voetter |
| 2023-04-09 | spirv: struct field ptr index, ptr elem ptr | Robin Voetter |
| 2023-04-09 | spirv: div, rem, intcast, some strange integer masking | Robin Voetter |
| 2023-04-09 | spirv: (some) array and struct constants | Robin Voetter |
| 2023-04-09 | spirv: enum values, struct_field_val, ret_ptr, ret_load | Robin Voetter |
| 2023-04-09 | spirv: add_with_overflow | Robin Voetter |
| 2023-04-09 | spirv: slice operations | Robin Voetter |
| 2023-04-09 | spirv: add liveness checks | Robin Voetter |
| 2023-04-09 | spirv: slice types | Robin Voetter |
| 2023-04-09 | spirv: array, structs, bitcast, call | Robin Voetter |
| 2023-04-09 | spirv: emit OpName for some primitive types | Robin Voetter |
| 2023-04-09 | spirv: improve storage efficiency for integer and float types | Robin Voetter |