| Age | Commit message (Expand) | Author |
| 2024-08-27 | behavior: import unintentionally excluded file from behavior.zig | 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-25 | Merge pull request #21177 from alexrp/elf-coff-conv | Andrew Kelley |
| 2024-08-24 | incremental: fix adding/removing aggregate fields | mlugg |
| 2024-08-23 | std.{coff,elf}: Remove the {MachineType,EM}.toTargetCpuArch() functions. | Alex Rønne Petersen |
| 2024-08-22 | Merge pull request #21170 from jacobly0/more-dwarf-cleanup | Jacob Young |
| 2024-08-22 | Merge pull request #21095 from alexrp/mips64-tests | Andrew Kelley |
| 2024-08-22 | Type: fix inconsistency between `zig fmt` and `@typeName` | Jacob Young |
| 2024-08-22 | test/macho: simplify testing range extension thunks | Jakub Konka |
| 2024-08-21 | link/elf: simplify how we test thunks | Jakub Konka |
| 2024-08-21 | test/debugger: test emitting relocs by ELF linker | Jakub Konka |
| 2024-08-21 | Sema: register correct dependencies for inline calls | mlugg |
| 2024-08-21 | test: remove accidental hard tab | mlugg |
| 2024-08-21 | test: add incremental compilation test for moving `@src()` call | mlugg |
| 2024-08-20 | Dwarf: fix issues with inline call sites | Jacob Young |
| 2024-08-19 | re-enable emit_asm_and_bin and emit_llvm_no_bin tests | Robin Voetter |
| 2024-08-19 | add standalone test for only dependending on the emitted assembly and not the... | Robin Voetter |
| 2024-08-19 | Merge pull request #21128 from mlugg/incremental | Matthew Lugg |
| 2024-08-18 | Dwarf: test enums | Jacob Young |
| 2024-08-18 | Dwarf: fix and test unions | Jacob Young |
| 2024-08-18 | test: add incremental case | mlugg |
| 2024-08-18 | test: Add `mips64(el)-linux-(none,musl,gnuabi64)` targets. | Alex Rønne Petersen |
| 2024-08-18 | test: Disable `vector reduce operation` on mips64. | Alex Rønne Petersen |
| 2024-08-18 | test: Disable `@min/max for floats` on mips64. | Alex Rønne Petersen |
| 2024-08-17 | test: add new incremental test | mlugg |
| 2024-08-17 | tools,test: improve incr-check and add new incremental tests | mlugg |
| 2024-08-17 | tools: improve incr-check | mlugg |
| 2024-08-17 | Dwarf: fix and test error unions | Jacob Young |
| 2024-08-17 | Dwarf: fix and test allowzero pointers | Jacob Young |
| 2024-08-16 | Dwarf: fix cross-module inline function line info | Jacob Young |
| 2024-08-16 | Dwarf: rework self-hosted debug info from scratch | Jacob Young |
| 2024-08-16 | Merge pull request #21065 from ziglang/elf-zig-got | Jakub Konka |
| 2024-08-16 | add an error for stack allocations in naked functions (#21082) | David Rubin |
| 2024-08-15 | test/elf: enhance testImportingDataDynamic | Jakub Konka |
| 2024-08-15 | elf: fix up riscv for `.got.zig` rewrite | David Rubin |
| 2024-08-14 | build/test: Add -Dtest-slow-targets and move mips module tests behind it. | Alex Rønne Petersen |
| 2024-08-14 | build/test: Add -Dtest-target-filter for filtering module tests by target tri... | Alex Rønne Petersen |
| 2024-08-14 | test: Re-enable mips(el)-linux-gnueabihf tests. | Alex Rønne Petersen |
| 2024-08-13 | Merge pull request #21053 from alexrp/mips-tests | Andrew Kelley |
| 2024-08-13 | test: Re-enable armv8-linux-gnueabihf tests. | Alex Rønne Petersen |
| 2024-08-12 | test: Re-enable mips(el)-linux(-musl) tests. | Alex Rønne Petersen |
| 2024-08-12 | test: Partially disable `vector float operators` on mips. | Alex Rønne Petersen |
| 2024-08-12 | test: Disable `reinterpret packed union` on mips. | Alex Rønne Petersen |
| 2024-08-12 | std.Target: Rename glsl450 Arch tag to opengl. | Alex Rønne Petersen |
| 2024-08-11 | compiler: split Decl into Nav and Cau | mlugg |
| 2024-08-08 | Merge pull request #20997 from xxxbxxx/debuglink | Andrew Kelley |
| 2024-08-08 | language: add module name field to `@src` | Andrew Kelley |
| 2024-08-08 | std.debug.Dwarf: fix loading external debuginfo in the ".debuglink" case. | Xavier Bouchoux |