about summary refs log tree commit diff
path: root/compiler/rustc_resolve/src/imports.rs
AgeCommit message (Expand)AuthorLines
2021-10-08remove unwrap_or! macroklensy-5/+4
2021-10-03Practice diagnostic message conventionHirochika Matsumoto-1/+1
2021-10-02resolve: Avoid comparing modules by optional def-idVadim Petrochenkov-3/+3
2021-09-24resolve: Rename some expansion def scope methodsVadim Petrochenkov-3/+3
2021-09-10rustc: Remove local variable IDs from `Export`sVadim Petrochenkov-3/+2
2021-08-22Stop tracking namespce in used_imports.Mara Bos-6/+5
2021-07-17Use LocalExpnId where possible.Camille GILLOT-7/+8
2021-03-21Fix ICE with `use clippy::a::b;`Camelid-2/+2
2021-02-11resolve: Reduce scope of `pub_use_of_private_extern_crate` deprecation lintVadim Petrochenkov-12/+20
2021-02-10resolve: Remove visibility hacks for enum variants and trait itemsVadim Petrochenkov-74/+7
2020-11-24Move lev_distance to rustc_ast, make non-genericArlie Davis-22/+26
2020-11-06Revert "Revert "resolve: Avoid "self-confirming" import resolutions in one mo...Mark Rousskov-2/+11
2020-10-30Fix even more clippy warningsJoshua Nelson-23/+13
2020-10-02Revert "resolve: Avoid "self-confirming" import resolutions in one more case"Vadim Petrochenkov-11/+2
2020-09-30Improve wording for external crate resolution errorCamelid-1/+1
2020-08-30mv compiler to compiler/mark-0/+1505