| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-11-20 | update deprecated ArrayListUnmanaged usage (#25958) | Benjamin Jurk | |
| 2025-08-29 | std.Io: delete GenericReader | Andrew Kelley | |
| and delete deprecated alias std.io | |||
| 2025-08-28 | update more to avoid GenericWriter | Andrew Kelley | |
| 2025-08-28 | link.MachO: update to not use GenericWriter | Andrew Kelley | |
| 2025-08-11 | std.ArrayList: make unmanaged the default | Andrew Kelley | |
| 2025-07-07 | MachO: revert unfinished changes | Andrew Kelley | |
| 2025-07-07 | MachO: update to new std.io APIs | Andrew Kelley | |
| 2024-12-13 | Add compiler internals tests | Carl Ã…stholm | |
| There are several test decls inside `/src` that are not currently being tested and have bitrotted as a result. This commit revives those tests and adds the `test-compiler-internals` set of tests which tests everything reachable from `/src/main.zig`. | |||
| 2024-09-12 | Replace deprecated default initializations with decl literals | Linus Groh | |
| 2024-08-17 | macho: update codegen and linker to distributed jump table approach | Jakub Konka | |
| 2024-07-22 | macho: run more things in parallel | Jakub Konka | |
| 2024-07-18 | macho: fix compile errors | Jakub Konka | |
| 2024-07-18 | macho: handle ZigObject when calculating dyld relocs | Jakub Konka | |
| 2024-07-18 | macho: revamp how we compute dyld relocs | Jakub Konka | |
| 2024-06-23 | Rename *[UI]LEB128 functions to *[UI]leb128 | Michael Bradshaw | |
| 2024-01-24 | macho: add misc fixes targeting macos 11 | Jakub Konka | |
| 2024-01-24 | macho: fix 32bit compilation issues | Jakub Konka | |
| 2024-01-24 | macho: actually lower TLS variables | Jakub Konka | |
| 2024-01-24 | macho: copy over new implementation sources from zld | Jakub Konka | |
| 2023-08-29 | macho: merge Zld state with MachO state | Jakub Konka | |
| 2023-06-24 | all: migrate code to new cast builtin syntax | mlugg | |
| Most of this migration was performed automatically with `zig fmt`. There were a few exceptions which I had to manually fix: * `@alignCast` and `@addrSpaceCast` cannot be automatically rewritten * `@truncate`'s fixup is incorrect for vectors * Test cases are not formatted, and their error locations change | |||
| 2023-05-23 | std.sort: add pdqsort and heapsort | Ali Chraghi | |
| 2023-02-18 | update std lib and compiler sources to new for loop syntax | Andrew Kelley | |
| 2023-01-19 | macho: fix 32bit build | Jakub Konka | |
| 2023-01-19 | macho+zld: add improved dyld opcodes emitters | Jakub Konka | |
