| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 7 days | update all std.fs.cwd() to std.Io.Dir.cwd() | Andrew Kelley | |
| 7 days | update all occurrences of openFile to receive an io instance | Andrew Kelley | |
| 7 days | update all occurrences of close() to close(io) | Andrew Kelley | |
| 2025-11-20 | std.debug.MachOFile: handle 'path/to/archive.a(entry.o)' form | Matthew Lugg | |
| 2025-11-20 | std.debug: split up Mach-O debug info handling | Matthew Lugg | |
| Like ELF, we now have `std.debug.MachOFile` for the host-independent parts, and `std.debug.SelfInfo.MachO` for logic requiring the file to correspond to the running program. | |||
