summary refs log tree commit diff
path: root/library/std/src/sys/pal/itron
AgeCommit message (Collapse)AuthorLines
2024-04-05Revert #121666Chris Denton-5/+1
This reverts #121666 due to #123495
2024-04-03rename `expose_addr` to `expose_provenance`joboet-1/+1
2024-04-02Rollup merge of #122935 - RalfJung:with-exposed-provenance, r=AmanieuJacob 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-31std: move `thread::current` TLS variable out of `thread_info`joboet-10/+0
2024-03-23rename ptr::from_exposed_addr -> ptr::with_exposed_provenanceRalf Jung-1/+1
2024-03-01Add `get_name` placeholder to other targetsChris Denton-1/+5
2024-02-16std: move locks to `sys` on µITRONjoboet-377/+0
2024-02-15Use generic `NonZero` internally.Markus Reiter-1/+2
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+1497