| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-30 | aarch64: fix macho external references | Jacob Young | |
| 2025-10-30 | aarch64: implement optional comparisons | Jacob Young | |
| 2025-10-30 | std.debug.lockStderrWriter: also return ttyconf | Matthew Lugg | |
| `std.Io.tty.Config.detect` may be an expensive check (e.g. involving syscalls), and doing it every time we need to print isn't really necessary; under normal usage, we can compute the value once and cache it for the whole program's execution. Since anyone outputting to stderr may reasonably want this information (in fact they are very likely to), it makes sense to cache it and return it from `lockStderrWriter`. Call sites who do not need it will experience no significant overhead, and can just ignore the TTY config with a `const w, _` destructure. | |||
| 2025-10-02 | Coff: delete | Jacob Young | |
| 2025-09-21 | Elf2: create a new linker from scratch | Jacob Young | |
| This iteration already has significantly better incremental support. Closes #24110 | |||
| 2025-09-21 | aarch64/zonCast: don't return a pointer to a stack element | Frank Denis | |
| Elements are computed at comptime, so don't declare them as "var". | |||
| 2025-09-20 | aarch64: fix behavior failures | Jacob Young | |
| 2025-09-20 | aarch64: implement `ptr_slice_*_ptr` | Jacob Young | |
| 2025-08-15 | aarch64: more assembler instructions | Jacob Young | |
| Closes #24848 | |||
| 2025-08-11 | aarch64: implement more assembler instructions | Jacob Young | |
| 2025-08-01 | remove usages of `.alignment = 0` | David Rubin | |
| 2025-07-28 | aarch64: implement scalar `@mod` | Jacob Young | |
| 2025-07-28 | aarch64: workaround some optional/union issues | Jacob Young | |
| 2025-07-27 | aarch64: fix error union constants | Jacob Young | |
| 2025-07-27 | aarch64: implement var args | Jacob Young | |
| 2025-07-26 | aarch64: implement more optional/error union/union support | Jacob Young | |
| 2025-07-26 | aarch64: implement some safety checks | Jacob Young | |
| Closes #24553 | |||
| 2025-07-26 | aarch64: implement stack probing | Jacob Young | |
| 2025-07-26 | aarch64: implement complex switch prongs | Jacob Young | |
| 2025-07-25 | aarch64: more progress | Jacob Young | |
| - factor out `loadReg` - support all general system control registers in inline asm - fix asserts after iterating field offsets - fix typo in `slice_elem_val` - fix translation of argument locations | |||
| 2025-07-22 | aarch64: add new from scratch self-hosted backend | Jacob Young | |
| 2025-07-02 | compiler: delete aarch64 backend | Andrew Kelley | |
| this backend was abandoned before it was completed, and it is not worth salvaging. | |||
