]> git.lizzy.rs Git - rust.git/history - src/librustc/arena.rs
Add DropArena and use it to allocate types with few allocations
[rust.git] / src / librustc / arena.rs
2019-04-04 John Kåre AlsakerAdd DropArena and use it to allocate types with few...
2019-04-04 John Kåre AlsakerImpl UseSpecializedDecodable for &T
2019-04-04 John Kåre AlsakerMake ArenaAllocatable a marker trait to allow overlappi...
2019-04-04 John Kåre AlsakerIntroduce an arena type which may be used to allocate...