| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-11-26 | std: update internal uses of `io::const_error!` | joboet | -1/+1 | |
| 2024-08-27 | std: move allocators to `sys` | joboet | -62/+0 | |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -5/+4 | |
| The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options. | ||||
| 2024-07-23 | std: Unsafe-wrap alloc code held in-common | Jubilee Young | -8/+11 | |
| 2024-04-15 | Add support for Arm64EC to the Standard Library | Daniel Paoliello | -0/+1 | |
| 2024-02-28 | std: move thread local implementation to `sys` | joboet | -666/+0 | |
| 2024-02-21 | rename ptr::invalid -> ptr::without_provenance | Ralf Jung | -1/+1 | |
| also introduce ptr::dangling matching NonNull::dangling | ||||
| 2024-02-18 | Dyn erase at call site | David Thomas | -21/+12 | |
| 2024-02-18 | Add some comments to prevent regression | David Thomas | -0/+5 | |
| 2024-02-18 | Reduce monomorphisation bloat in small_c_string | David Thomas | -8/+15 | |
| 2024-02-18 | Improve wording of static_mut_ref | Obei Sideg | -4/+6 | |
| Rename `static_mut_ref` lint to `static_mut_refs`. | ||||
| 2024-02-15 | Remove unnecessary else block from `thread_local!` expanded code | Shoyu Vanilla | -1/+2 | |
| 2024-02-08 | Step all bootstrap cfgs forward | Mark Rousskov | -2/+2 | |
| This also takes care of other bootstrap-related changes. | ||||
| 2024-01-22 | zkvm: add partial std support | Erik Kaneda | -5/+5 | |
| Co-authored-by: Frank Laub <flaub@risc0.com> Co-authored-by: nils <nils@risc0.com> Co-authored-by: Victor Graf <victor@risczero.com> Co-authored-by: weikengchen <w.k@berkeley.edu> | ||||
| 2024-01-11 | std: begin moving platform support modules into `pal` | joboet | -0/+862 | |
