| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-01-31 | std.Build: avoid use of catch unreachable | Andrew Kelley | |
| Usage of `catch unreachable` in build scripts is completely harmless because build scripts are always run in Debug mode, however, it sets a poor example for beginners to learn from. | |||
| 2023-01-31 | rename std.Build.LibExeObjStep to std.Build.CompileStep | Andrew Kelley | |
| This matches the nomenclature internally: a Compilation is the main type that represents a single invokation of the compiler. | |||
| 2023-01-31 | combine std.build and std.build.Builder into std.Build | Andrew Kelley | |
| I've been wanting to do this for along time. | |||
