about summary refs log tree commit diff
path: root/src/librustc_resolve/imports.rs
AgeCommit message (Expand)AuthorLines
2020-07-15Remove lots of `Symbol::as_str()` calls.Nicholas Nethercote-1/+1
2020-07-15Add and use more static symbols.Nicholas Nethercote-2/+1
2020-07-08Avoid "blacklist"Tamir Duberstein-18/+18
2020-06-27Rename two `Resolver` traitsVadim Petrochenkov-1/+1
2020-06-21Move remaining `NodeId` APIs from `Definitions` to `Resolver`marmeladema-1/+2
2020-06-07Use `LocalDefId` directly in `Resolver::export_map` and `module_exports` querymarmeladema-3/+5
2020-05-08Remove ast::{Ident, Name} reexports.Camille GILLOT-3/+3
2020-03-30rustc -> rustc_middle part 3 (rustfmt)Mazdak Farrokhzad-3/+3
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-3/+3
2020-03-25Rename `def_span` to `guess_head_span`Esteban Küber-1/+1
2020-03-21resolve: Avoid "self-confirming" import resolutions in one more caseVadim Petrochenkov-0/+9
2020-03-20remove redundant returns (clippy::needless_return)Matthias Krüger-1/+1
2020-03-18Rollup merge of #69920 - Centril:hir-cleanup, r=ZoxcMazdak Farrokhzad-1/+1
2020-03-16use direct imports for `rustc::{lint, session}`.Mazdak Farrokhzad-1/+1
2020-03-16hygiene: `modern` -> `normalize_to_macros_2_0`Vadim Petrochenkov-1/+2
2020-03-08Rollup merge of #69805 - petrochenkov:importname, r=CentrilMazdak Farrokhzad-191/+169
2020-03-07resolve: `directive` -> `import`Vadim Petrochenkov-138/+126
2020-03-07resolve: `ImportDirective` -> `Import`Vadim Petrochenkov-71/+61
2020-03-06fix various typosMatthias Krüger-1/+1
2020-03-05Remove redundant patterns when matching ( x @ _ to x) (clippy::redundant_pa...Matthias Krüger-1/+1
2020-03-02Don't convert Results to Options just for matching.Matthias Krüger-2/+2
2020-03-02Auto merge of #69432 - petrochenkov:alldeps, r=eddybbors-5/+0
2020-03-01Rollup merge of #69569 - matthiaskrgr:nonminimal_bool, r=mark-SimulacrumDylan DPC-2/+2
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-3/+3
2020-02-29simplify boolean expressionsMatthias Krüger-2/+2
2020-02-28use is_empty() instead of len() == x to determine if structs are empty.Matthias Krüger-1/+1
2020-02-24rustc_metadata: Load metadata for indirect macro-only dependenciesVadim Petrochenkov-5/+0
2020-01-18remove rustc_error_codes deps except in rustc_driverMazdak Farrokhzad-2/+0
2020-01-16resolve: Move privacy error reporting into a separate methodVadim Petrochenkov-1/+5
2020-01-15remove redundant clones, found by clippyMatthias Krüger-1/+1
2020-01-11appease rustfmtMazdak Farrokhzad-2/+2
2020-01-11buffered lint infra -> rustc_sessionMazdak Farrokhzad-2/+2
2020-01-10nix syntax::errors & prefer rustc_errors over errorsMazdak Farrokhzad-1/+1
2020-01-08- remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!}Mazdak Farrokhzad-3/+2
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-2/+2
2020-01-04extract Export, ExportMap from hir::defMazdak Farrokhzad-1/+2
2020-01-04canonicalize FxHash{Map,Set} importsMazdak Farrokhzad-2/+1
2020-01-02Normalize `syntax::symbol` imports.Mazdak Farrokhzad-1/+1
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-2/+2
2019-12-30Rename `rustc_resolve/resolve_imports.rs` -> `rustc_resolve/imports.rs`Vadim Petrochenkov-0/+1519