| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-05-24 | Fixes `WriteFile.getFileSource` failure on Windows (#15730) | Mason Remaley | |
| 2023-04-10 | std.Build.CompileStep: remove run() and install() | Andrew Kelley | |
| These functions are problematic in light of dependencies because they run and install, respectively, for the *owner* package rather than for the *user* package. By removing these functions, the build script is forced to provide the *Build object to associate the new step with, making everything less surprising. Unfortunately, this is a widely breaking change. see #15079 | |||
| 2023-03-15 | re-enable asm-and-link tests | Andrew Kelley | |
| These already looked pretty good. I deleted two unnecessary calls to expectStdErrEqual. | |||
| 2023-03-15 | re-enable compare-output test cases | Andrew Kelley | |
