about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/arena.rs
AgeCommit message (Expand)AuthorLines
2022-04-07Document and rename the new wrapper typeOli Scherer-1/+1
2022-03-31Move stable hash from TyS into a datastructure that can be shared with other ...Oli Scherer-1/+1
2022-03-24Swap DtorckConstraint to DropckConstraintInfRandomness-1/+1
2022-03-11Improve `AdtDef` interning.Nicholas Nethercote-1/+1
2022-03-07Clarify `Layout` interning.Nicholas Nethercote-1/+1
2022-02-15Overhaul `Const`.Nicholas Nethercote-0/+1
2022-02-15Overhaul `PredicateInner` and `Predicate`.Nicholas Nethercote-1/+1
2022-02-09Ensure that queries only return Copy types.Camille GILLOT-0/+4
2021-12-15Fully serialize AdtDefAaron Hill-1/+1
2021-11-19Add some comments.Nicholas Nethercote-1/+1
2021-11-17Remove unnecessary lifetime argument from arena macros.Nicholas Nethercote-14/+14
2021-11-15Remove `DropArena`.Nicholas Nethercote-10/+5
2021-10-20Build jump table at runtime.Camille GILLOT-0/+2
2021-10-09Perform indexing during lowering.Camille GILLOT-3/+0
2021-10-09Make index_hir incremental.Camille GILLOT-4/+1
2021-10-03Move rustc_middle::middle::cstore to rustc_session.Camille GILLOT-2/+2
2021-09-18ty::layout: intern `FnAbi`s as `&'tcx`.Eduard-Mihai Burtescu-1/+2
2021-08-30Remove unused arena macro argsbjorn3-3/+3
2021-05-22Make THIR building a stealable queryLeSeulArtichaut-0/+1
2021-04-29Split crate_hash from index_hir.Camille GILLOT-1/+1
2020-12-03Combination of commitsRich Kadel-0/+1
2020-11-14Move Steal to rustc_data_structures.Camille GILLOT-2/+2
2020-08-30mv compiler to compiler/mark-0/+110