summary refs log tree commit diff
path: root/compiler/rustc_middle/src/hir/mod.rs
AgeCommit message (Expand)AuthorLines
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