about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/hir
AgeCommit message (Expand)AuthorLines
2021-01-12Separate out a `hir::Impl` structJoshua Nelson-1/+1
2021-01-10Merge different function exitsLingMan-7/+2
2021-01-07Reintroduce hir::ExprKind::IfCaio-5/+7
2021-01-05Do not swallow parent for MacroDef.Camille GILLOT-1/+1
2021-01-05Compute parent module when collecting hir::MacroDef.Camille GILLOT-7/+16
2020-12-30Rollup merge of #80495 - jyn514:rename-empty, r=petrochenkovMara Bos-1/+1
2020-12-30Rename kw::Invalid -> kw::EmptyJoshua Nelson-1/+1
2020-12-29don't redundantly repeat field namesMatthias Krüger-4/+1
2020-12-24use matches!() macro in more placesMatthias Krüger-16/+4
2020-12-20Edit rustc_middle docspierwill-10/+10
2020-12-06Writeback min_capture map to TypeckResultsAman Arora-5/+38
2020-12-03Combination of commitsRich Kadel-1/+1
2020-11-28Do not visit ForeignItemRef for HIR indexing and validation.Camille GILLOT-0/+8
2020-11-26Remove ForeignMod struct.Camille GILLOT-4/+5
2020-11-26Store ForeignItem in a side table.Camille GILLOT-4/+30
2020-11-17Fix broken handling of `MacroDef` in `Map::attrs`Joshua Nelson-17/+26
2020-11-07Fix handling of item names for HIRJoshua Nelson-1/+1
2020-10-25Rollup merge of #78326 - Aaron1011:fix/min-stmt-lints, r=petrochenkovYuki Okushi-1/+1
2020-10-25Auto merge of #77546 - lcnr:impl-trait-closure, r=eddybbors-2/+20
2020-10-24Fix inconsistencies in handling of inert attributes on statementsAaron Hill-1/+1
2020-10-18Replace unnecessary map_or_else with map_orDániel Buga-1/+1
2020-10-07bodgeBastian Kauschke-2/+20
2020-10-06Rollup merge of #76995 - LingMan:middle_matches, r=varkorYuki Okushi-8/+8
2020-09-25Address review commentmarmeladema-3/+5
2020-09-25Implement `Display` for `DisambiguatedDefPathData` and `DefPathData`marmeladema-5/+1
2020-09-21Reduce boilerplate with the matches! macroLingMan-8/+8
2020-08-30mv compiler to compiler/mark-0/+2156