summary refs log tree commit diff
path: root/compiler/rustc_middle/src/hir/mod.rs
AgeCommit message (Expand)AuthorLines
2021-09-01Compute all_traits_impls during resolution.Camille GILLOT-1/+1
2021-07-25Use OwnerNode in indexing.Camille GILLOT-2/+6
2021-07-06Make resolutions a query.Camille GILLOT-1/+1
2021-06-04Always go through the expn_that_defined query.Camille GILLOT-0/+4
2021-05-28Merge fields and comment.Camille GILLOT-11/+26
2021-05-12Use () for HIR queries.Camille GILLOT-5/+6
2021-04-29Introduce a hir_owner_parent query.Camille GILLOT-0/+4
2021-04-29Move parenting info to index_hir.Camille GILLOT-6/+3
2021-04-29Do not compute entry parent when not required.Camille GILLOT-2/+2
2021-04-29Split crate_hash from index_hir.Camille GILLOT-0/+12
2021-03-09Use BTreeMap to store attributes.Camille GILLOT-1/+45
2021-03-09Collect attributes during HIR lowering.Camille GILLOT-0/+1
2021-02-15Index Modules using their LocalDefId.Camille GILLOT-5/+1
2021-01-26Auto merge of #80692 - Aaron1011:feature/query-result-debug, r=estebankbors-1/+3
2021-01-23Iterate to encode def_kind.Camille GILLOT-1/+1
2021-01-23Infallible version of def_span.Camille GILLOT-0/+2
2021-01-16Enforce that query results implement DebugAaron Hill-1/+3
2020-08-30mv compiler to compiler/mark-0/+96