about summary refs log tree commit diff
path: root/src/librustc_arena
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-918/+0
2020-08-14Simplify arena_types macrosMatthew Jasper-5/+1
2020-06-20Rollup merge of #73378 - matthewjasper:arena-not-special, r=oli-obkManish Goregaokar-43/+52
2020-06-18Use alloc::Layout in DroplessArena APITomasz Miąsko-20/+19
2020-06-16Explain unused macro paramMatthew Jasper-0/+4
2020-06-16Rollup merge of #73237 - tmiasko:arena, r=nnethercoteDylan DPC-31/+41
2020-06-15Remove use of specialization from librustc_arenaMatthew Jasper-43/+48
2020-06-15Rollup merge of #72707 - matthewjasper:rustc_min_spec, r=oli-obkRalf Jung-10/+19
2020-06-15Avoid forming references to an uninitialized memory in DroplessArenaTomasz Miąsko-14/+11
2020-06-15Check for overflow in DroplessArena and return aligned pointerTomasz Miąsko-20/+33
2020-06-10Use min_specialization in the remaining rustc cratesMatthew Jasper-10/+19
2020-06-09Rename some identifiers in `RawVec` and `libarena`.Nicholas Nethercote-26/+26
2020-06-09Remove the `reserve_in_place` calls in `{Typed,Dropless}Arena::grow`.Nicholas Nethercote-30/+22
2020-06-09Fix off-by-one error in `DroplessArena::alloc_raw`.Nicholas Nethercote-1/+1
2020-06-02Make things build againVadim Petrochenkov-2/+2
2020-06-02Rename directories for some compiler crates from `libx` to `librustc_x`Vadim Petrochenkov-0/+903