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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_resolve
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2018-11-29
resolve: Fix false-positives from lint `absolute_paths_not_starting_with_crate`
Vadim Petrochenkov
-1
/
+1
2018-11-25
resolve: Suggest `crate::` for resolving ambiguities when appropriate
Vadim Petrochenkov
-6
/
+16
2018-11-25
resolve: Fallback to extern prelude in 2015 imports used from global 2018 edi...
Vadim Petrochenkov
-3
/
+19
2018-11-25
resolve: Generalize `early_resolve_ident_in_lexical_scope` slightly
Vadim Petrochenkov
-26
/
+25
2018-11-25
resolve: Fallback to uniform paths in 2015 imports used from global 2018 edition
Vadim Petrochenkov
-4
/
+22
2018-11-25
resolve: Implement edition hygiene for imports and absolute paths
Vadim Petrochenkov
-34
/
+33
2018-11-25
resolve: Fix bad span arithmetics in import conflict diagnostics
Vadim Petrochenkov
-5
/
+5
2018-11-20
Stabilize `extern_crate_item_prelude`
Vadim Petrochenkov
-10
/
+2
2018-11-20
save-analysis: make sure we save the def for the last segment of a path
Nick Cameron
-9
/
+13
2018-11-20
squashed form of #54145
Nick Cameron
-78
/
+153
2018-11-17
resolve: Refactor away `DeterminacyExt`
Vadim Petrochenkov
-14
/
+4
2018-11-17
resolve: Future-proof against imports referring to local variables and generi...
Vadim Petrochenkov
-1
/
+35
2018-11-17
resolve: Avoid sentence breaks in diagnostics
Vadim Petrochenkov
-7
/
+7
2018-11-17
resolve: Avoid marking `extern crate` items as used in certain cases
Vadim Petrochenkov
-4
/
+16
2018-11-17
resolve: Reintroduce feature gate for uniform paths in imports
Vadim Petrochenkov
-25
/
+29
2018-11-17
resolve: Tweak some articles in ambiguity diagnostics
Vadim Petrochenkov
-5
/
+5
2018-11-17
resolve: Check resolution consistency for import paths and multi-segment macr...
Vadim Petrochenkov
-17
/
+28
2018-11-17
resolve: Resolve single-segment imports using in-scope resolution on 2018 edi...
Vadim Petrochenkov
-24
/
+56
2018-11-17
resolve: More precise determinacy tracking during import/macro resolution
Vadim Petrochenkov
-5
/
+7
2018-11-17
resolve: Improve diagnostics for resolution ambiguities
Vadim Petrochenkov
-40
/
+144
2018-11-17
resolve: Resolve multi-segment imports using in-scope resolution on 2018 edition
Vadim Petrochenkov
-19
/
+16
2018-11-17
resolve: Prohibit relative paths in visibilities on 2018 edition
Vadim Petrochenkov
-1
/
+12
2018-10-29
fix errors caused by cherry picking
Pietro Albini
-12
/
+5
2018-10-29
resolve: Desugar empty import groups into synthetic dummy imports
Vadim Petrochenkov
-65
/
+7
2018-10-29
resolve: Make sure macros and imports are resolved in full parent scope
Vadim Petrochenkov
-15
/
+20
2018-10-29
resolve: More precise spans for privacy errors
Vadim Petrochenkov
-4
/
+6
2018-10-24
Feature gate extern prelude additions from `extern crate` items
Vadim Petrochenkov
-2
/
+10
2018-10-24
Add `extern crate` items to extern prelude
Vadim Petrochenkov
-27
/
+43
2018-10-23
Auto merge of #55113 - mockersf:master, r=estebank
bors
-21
/
+36
2018-10-22
better dummy span detection and remove redundant branch
François Mockers
-14
/
+13
2018-10-21
manage cases with tabs or other whitespaces
François Mockers
-21
/
+34
2018-10-19
Prefer `Default::default` over `FxHash*::default` in struct constructors
Oliver Scherer
-13
/
+7
2018-10-19
Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack
Oliver Scherer
-36
/
+36
2018-10-19
Rollup merge of #55144 - ljedrz:cleanup_resolve, r=petrochenkov
kennytm
-50
/
+33
2018-10-17
resolve: improve/remove allocations
ljedrz
-15
/
+5
2018-10-17
resolve: improve common patterns
ljedrz
-35
/
+28
2018-10-17
resolve: Do not skip extern prelude during speculative resolution
Vadim Petrochenkov
-3
/
+9
2018-10-17
and style fix
François Mockers
-2
/
+5
2018-10-17
apply review
François Mockers
-23
/
+15
2018-10-16
#45829 when a renamed import conflict with a previous import
François Mockers
-3
/
+11
2018-10-13
resolve: Scale back hard-coded extern prelude additions
Vadim Petrochenkov
-7
/
+9
2018-10-13
Copy extern prelude from resolver to global context
Vadim Petrochenkov
-1
/
+1
2018-10-13
Revert "rustc_resolve: move extern_prelude from Resolver to Session."
Vadim Petrochenkov
-3
/
+17
2018-10-05
resolve: Keep more precise traces for expanded macro resolutions
Vadim Petrochenkov
-1
/
+2
2018-10-05
resolve: Merge resolution for `macro_rules` into the common early in-scope re...
Vadim Petrochenkov
-6
/
+4
2018-10-03
Auto merge of #54391 - davidtwco:issue-54230, r=petrochenkov
bors
-1
/
+1
2018-10-03
Add suggestions for unresolved imports.
David Wood
-1
/
+1
2018-10-03
resolve: Prefer `macro_rules` definitions to in-module macro definitions in s...
Vadim Petrochenkov
-3
/
+40
2018-10-02
Auto merge of #54694 - csmoe:self_this, r=estebank
bors
-1
/
+15
2018-10-01
Rollup merge of #54308 - dsciarra:issue-22692, r=estebank
kennytm
-14
/
+45
[next]