index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_resolve
/
resolve_imports.rs
Age
Commit message (
Expand
)
Author
Lines
2019-12-30
Rename `rustc_resolve/resolve_imports.rs` -> `rustc_resolve/imports.rs`
Vadim Petrochenkov
-1519
/
+0
2019-12-28
resolve: Minor cleanup of duplicate macro reexports
Vadim Petrochenkov
-25
/
+1
2019-12-24
x.py fmt after previous deignore
Mark Rousskov
-414
/
+497
2019-11-25
Various cleanups
Esteban Küber
-2
/
+4
2019-11-14
Update to use new librustc_error_codes library
Guillaume Gomez
-0
/
+2
2019-11-06
duplicate_macro_exports -> error
Mazdak Farrokhzad
-11
/
+7
2019-11-05
use American spelling for `pluralize!`
Andy Russell
-2
/
+2
2019-11-03
Migrate resolver over to internal lint buffer
Mark Rousskov
-4
/
+6
2019-10-29
Rollup merge of #65539 - traxys:fix_62334, r=petrochenkov
Tyler Mandry
-2
/
+3
2019-10-28
fix tidy
Quentin Boyer
-1
/
+1
2019-10-28
changing non-empty glob must import something to a lint
Quentin Boyer
-2
/
+3
2019-10-27
rustc, rustc_passes: don't depend on syntax_expand.
Mazdak Farrokhzad
-1
/
+1
2019-10-24
Turn crate store into a resolver output
Vadim Petrochenkov
-1
/
+1
2019-10-21
Rollup merge of #65460 - sinkuu:contains_insert, r=varkor
Yuki Okushi
-2
/
+1
2019-10-16
move syntax::ext to new crate syntax_expand
Mazdak Farrokhzad
-1
/
+1
2019-10-16
Make use of the return value of `HashSet::insert`
Shotaro Yamada
-2
/
+1
2019-10-15
Don't use `gensym_if_underscore` to resolve `_` bindings
Matthew Jasper
-47
/
+47
2019-09-20
factor out pluralisation remains after #64280
gaolei
-2
/
+2
2019-09-15
Prefer `Symbol` to `Ident` when there's no sensible `Span`
Matthew Jasper
-4
/
+6
2019-09-08
Always emit unresolved import errors and hide unused import lint
Esteban Küber
-34
/
+55
2019-09-07
resolve: Mark more erroneous imports as used
Vadim Petrochenkov
-0
/
+8
2019-09-05
Simplify std lib injection
Matthew Jasper
-2
/
+5
2019-09-05
Remove `Ident::{gensym, is_gensymed}`
Matthew Jasper
-6
/
+2
2019-08-17
resolve/expand: Rename some things for clarity
Vadim Petrochenkov
-2
/
+2
2019-08-16
resolve: Move some code around
Vadim Petrochenkov
-26
/
+6
2019-08-16
resolve: Populate external modules in more automatic and lazy way
Vadim Petrochenkov
-12
/
+22
2019-08-15
resolve: Add some comments to the main modules
Vadim Petrochenkov
-0
/
+2
2019-08-15
resolve: Make `ParentScope` `Copy`
Vadim Petrochenkov
-1
/
+1
2019-08-15
resolve: Move macro resolution traces from `Module`s to `Resolver`
Vadim Petrochenkov
-2
/
+2
2019-08-10
resolve: Address FIXME from the previous commit
Vadim Petrochenkov
-2
/
+3
2019-08-10
resolve: Move some more code around
Vadim Petrochenkov
-53
/
+6
2019-08-10
resolve: Turn `resolve_error` into a method on `Resolver`
Vadim Petrochenkov
-3
/
+2
2019-08-10
resolve: Remove `Deref<Target=Resolver>` implementations
Vadim Petrochenkov
-67
/
+60
2019-08-10
resolve: Move late resolution into a separate visitor
Vadim Petrochenkov
-26
/
+27
2019-07-26
Introduce built-in macros through libcore
Vadim Petrochenkov
-14
/
+4
2019-07-19
libsyntax: Remove `Mark` into `ExpnId`
Vadim Petrochenkov
-6
/
+6
2019-07-18
resolve: Rename `WhereToResolve` into `Scope`
Vadim Petrochenkov
-2
/
+1
2019-07-18
resolve: Move some diagnostic code into `diagnostics.rs`
Vadim Petrochenkov
-1
/
+2
2019-07-11
resolve/expand: `resolve_macro_invocation` no longer returns determinate errors
Vadim Petrochenkov
-1
/
+1
2019-07-06
resolve: Reserve cfg/cfg_attr/derive only in attribute sub-namespace
Vadim Petrochenkov
-15
/
+5
2019-07-01
Convert more usages over
Chris Gregory
-1
/
+1
2019-06-18
rustc: remove 'x: 'y bounds (except from comments/strings).
Eduard-Mihai Burtescu
-5
/
+5
2019-06-05
Move `modern` calls inside `glob_adjust` and `reverse_glob_adjust`.
Nicholas Nethercote
-5
/
+3
2019-05-22
Restore the old behavior of the rustdoc keyword check + Fix rebase
Vadim Petrochenkov
-1
/
+1
2019-05-22
Eliminate unnecessary `Ident::with_empty_ctxt`s
Vadim Petrochenkov
-1
/
+1
2019-05-22
Simplify use of keyword symbols
Vadim Petrochenkov
-8
/
+8
2019-05-20
Move `is_gensymed` from `Symbol` to `Ident`.
Nicholas Nethercote
-1
/
+1
2019-05-13
Remove the equality operation between `Symbol` and strings.
Nicholas Nethercote
-5
/
+8
2019-05-04
Rename `PathResolution` to `PartialRes`
Vadim Petrochenkov
-4
/
+3
2019-05-03
rustc: rename hir::def::Def to Res (short for "resolution").
Eduard-Mihai Burtescu
-29
/
+29
[next]