summary refs log tree commit diff
path: root/compiler/rustc_resolve/src
AgeCommit message (Expand)AuthorLines
2020-09-10Attach `TokenStream` to `ast::Path`Aaron Hill-4/+8
2020-09-09Rollup merge of #76522 - matthiaskrgr:redundant_clone, r=jonas-schievinkTyler Mandry-1/+1
2020-09-09Rollup merge of #75984 - kornelski:typeormodule, r=matthewjasperTyler Mandry-1/+8
2020-09-09remove redundant clonesMatthias Krüger-1/+1
2020-09-01Rollup merge of #76143 - jyn514:duplicate-builtin-macros, r=petrochenkovTyler Mandry-5/+25
2020-09-01Clarify message about unresolved useKornel-1/+8
2020-09-01Give a better error message for duplicate built-in macrosJoshua Nelson-5/+25
2020-08-30Suggest `if let x = y` when encountering `if x = y`Esteban Küber-1/+19
2020-08-30mv compiler to compiler/mark-0/+16500