about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/memmap.rs
AgeCommit message (Expand)AuthorLines
2025-02-05Couple of changes to run rustc in miribjorn3-8/+8
2024-03-15Issue 122262: MAP_PRIVATE for more reliability on virtualised filesystems.Guillaume Yziquel-2/+8
2023-08-19elaborate a bit on the (lack of) safety in 'Mmap::map'Ralf Jung-1/+6
2023-04-19`deny(unsafe_op_in_unsafe_fn)` in `rustc_data_structures`Maybe Waffle-1/+2
2023-04-09Fix some clippy::complexityNilstrieb-1/+1
2023-04-05Yeet `owning_ref`Maybe Waffle-9/+1
2022-12-03Auto merge of #105218 - matthiaskrgr:rollup-8d3k08n, r=matthiaskrgrbors-3/+3
2022-12-01Remove useless borrows and derefsMaybe Waffle-3/+3
2022-11-26Rewrite LLVM's archive writer in Rustbjorn3-0/+6
2022-07-02define MmapMut and use it in Decodable implYoshiki Matsuda-1/+62
2021-04-03Add safety comment to StableAddress impl for Mmapbjorn3-0/+4
2021-03-31Inline a few methodsbjorn3-0/+3
2021-03-30Add an Mmap wrapper to rustc_data_structuresbjorn3-0/+40