| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 | |
