| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-12-18 | test-standalone: migrate from deprecated std.Build APIs | mlugg | |
| 2024-12-18 | std.Build.Step.Compile: change `root_module` field type to `*Module` | mlugg | |
| This commit changes the `root_module` field of `std.Build.Step.Compile` to be a `*Module` rather than a `Module`. This is a breaking change, but an incredibly minor one (the full potential extent of the breakage can be seen in the modified standalone test). This change will be necessary for an upcoming improvement, so it was convenient to make it here. | |||
| 2024-04-11 | remove deprecated LazyPath.path union tag | Andrew Kelley | |
| 2024-01-01 | add standalone test for depending on the main module | Andrew Kelley | |
