about summary refs log tree commit diff
path: root/src/librustc/arena.rs
AgeCommit message (Expand)AuthorLines
2019-04-25Update trait queriesJohn Kåre Alsaker-0/+38
2019-04-25Update trait_impls_ofJohn Kåre Alsaker-0/+1
2019-04-25Update mir_const_qualifJohn Kåre Alsaker-0/+1
2019-04-25Update rvalue_promotable_mapJohn Kåre Alsaker-0/+1
2019-04-25Update region_scope_treeJohn Kåre Alsaker-0/+1
2019-04-09Fix a typoJohn Kåre Alsaker-1/+1
2019-04-05Add DropArena and use it to allocate types with few allocationsJohn Kåre Alsaker-18/+140
2019-04-05Impl UseSpecializedDecodable for &TJohn Kåre Alsaker-9/+0
2019-04-05Make ArenaAllocatable a marker trait to allow overlapping impls and use speci...John Kåre Alsaker-26/+25
2019-04-05Introduce an arena type which may be used to allocate a list of types with de...John Kåre Alsaker-0/+94