| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-06-21 | fix code broken from previous commit | Jacob G-W | |
| 2021-05-08 | std: update usage of std.testing | Veikka Tuominen | |
| 2021-01-12 | Move fmt.testFmt to testing.expectFmt | Jay Petacat | |
| 2021-01-09 | builtin: Add zig_version | Jay Petacat | |
| This will enable code to perform version checks and make it easier to support multiple versions of Zig. Within the SemVer implementation, an intermediate value needed to be coerced to a slice to workaround a comptime bug. Closes #6466 | |||
| 2021-01-02 | convert more {} to {d} and {s} | Andrew Kelley | |
| 2021-01-02 | std: Use {s} instead of {} when printing strings | LemonBoy | |
| 2020-11-06 | std: Introduce SemanticVersion data structure | Jay Petacat | |
| This will parse, format, and compare version strings following the SemVer 2 specification. See: https://semver.org Updates #6466 | |||
