summary refs log tree commit diff
path: root/compiler/rustc_resolve/src/lib.rs
AgeCommit message (Expand)AuthorLines
2020-09-23/nightly/nightly-rustcErik Hofmayer-1/+1
2020-09-23Updated html_root_url for compiler cratesErik Hofmayer-1/+1
2020-09-20use if let instead of single match arm expressions to compact code and reduce...Matthias Krüger-5/+2
2020-09-15This commit introduces the following changes:Hameer Abbasi-5/+9
2020-09-13review, improve note spanBastian Kauschke-18/+16
2020-09-13allow concrete self types in constsBastian Kauschke-9/+20
2020-09-11Auto merge of #76499 - guswynn:priv_des, r=petrochenkovbors-1/+6
2020-09-11Give better diagnostic when using a private tuple struct constructorGus Wynn-1/+6
2020-09-10Attach `TokenStream` to `ast::Path`Aaron Hill-0/+2
2020-09-09Rollup merge of #75984 - kornelski:typeormodule, r=matthewjasperTyler Mandry-1/+8
2020-09-01Clarify message about unresolved useKornel-1/+8
2020-09-01Give a better error message for duplicate built-in macrosJoshua Nelson-1/+7
2020-08-30mv compiler to compiler/mark-0/+3328