| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 5 days | std: consolidate all instances of std.Io.Threaded into a singleton | Andrew Kelley | |
| It's better to avoid references to this global variable, but, in the cases where it's needed, such as in std.debug.print and collecting stack traces, better to share the same instance. | |||
| 5 days | tests: close() -> close(io) | Andrew Kelley | |
| 2025-08-30 | update tools and other miscellaneous things to new APIs | Andrew Kelley | |
| 2025-06-17 | Compilation: add missing link file options to cache manifest | mlugg | |
| Also add a standalone test which covers the `-fentry` case. It does this by performing two reproducible compilations which are identical other than having different entry points, and checking whether the emitted binaries are identical (they should *not* be). Resolves: #23869 | |||
