| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-01-11 | std: begin moving platform support modules into `pal` | joboet | -187/+0 | |
| 2023-08-07 | Better Debug for Vars and VarsOs | Tamir Duberstein | -2/+49 | |
| Display actual vars instead of two dots. The same was done for Args and ArgsOs in 275f9a04af6191e3aee3852a5a1713. | ||||
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -1/+1 | |
| This updates the standard library's documentation to use the new syntax. The documentation is worthwhile to update as it should be more idiomatic (particularly for features like this, which are nice for users to get acquainted with). The general codebase is likely more hassle than benefit to update: it'll hurt git blame, and generally updates can be done by folks updating the code if (and when) that makes things more readable with the new format. A few places in the compiler and library code are updated (mostly just due to already having been done when this commit was first authored). | ||||
| 2021-07-05 | Make `getenv` return an Option instead of a Result | Aris Merchant | -2/+2 | |
| 2021-04-20 | Change uses of never type | Christiaan Dirkx | -2/+3 | |
| 2021-04-20 | Replace `Void` with never type | Christiaan Dirkx | -2/+2 | |
| 2020-07-27 | mv std libs to library/ | mark | -0/+139 | |
