| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-02 | Coff2: create a new linker from scratch | Jacob Young | |
| 2025-07-07 | update standalone and incremental tests to new API | Andrew Kelley | |
| 2025-04-20 | compiler: integrate `@compileLog` with incremental compilation | mlugg | |
| Compile log output is now separated based on the `AnalUnit` which perfomred the `@compileLog` call, so that we can omit the output for unreferenced ("dead") units. The units are also sorted when collecting the `ErrorBundle`, so that compile logs are always printed in a consistent order, like compile errors are. This is important not only for incremental compilation, but also for parallel analysis. Resolves: #23609 | |||
