| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-04-05 | Revert #121666 | Chris Denton | -5/+1 | |
| This reverts #121666 due to #123495 | ||||
| 2024-04-03 | rename `expose_addr` to `expose_provenance` | joboet | -1/+1 | |
| 2024-04-02 | Rollup merge of #122935 - RalfJung:with-exposed-provenance, r=Amanieu | Jacob Pratt | -1/+1 | |
| rename ptr::from_exposed_addr -> ptr::with_exposed_provenance As discussed on [Zulip](https://rust-lang.zulipchat.com/#narrow/stream/136281-t-opsem/topic/To.20expose.20or.20not.20to.20expose/near/427757066). The old name, `from_exposed_addr`, makes little sense as it's not the address that is exposed, it's the provenance. (`ptr.expose_addr()` stays unchanged as we haven't found a better option yet. The intended interpretation is "expose the provenance and return the address".) The new name nicely matches `ptr::without_provenance`. | ||||
| 2024-03-31 | std: move `thread::current` TLS variable out of `thread_info` | joboet | -10/+0 | |
| 2024-03-23 | rename ptr::from_exposed_addr -> ptr::with_exposed_provenance | Ralf Jung | -1/+1 | |
| 2024-03-01 | Add `get_name` placeholder to other targets | Chris Denton | -1/+5 | |
| 2024-02-16 | std: move locks to `sys` on µITRON | joboet | -377/+0 | |
| 2024-02-15 | Use generic `NonZero` internally. | Markus Reiter | -1/+2 | |
| 2024-01-11 | std: begin moving platform support modules into `pal` | joboet | -0/+1497 | |
