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
2019-01-10
Fix a hole in generic parameter import future-proofing
Vadim Petrochenkov
-5
/
+21
2019-01-10
resolve: Prohibit use of imported tool modules
Vadim Petrochenkov
-0
/
+7
2019-01-10
resolve: Avoid "self-confirming" resolutions in import validation
Vadim Petrochenkov
-0
/
+2
2019-01-04
resolve: Fix another ICE in import validation
Vadim Petrochenkov
-4
/
+4
2018-11-30
Removed feature gate.
Alexander Regueiro
-16
/
+4
2018-11-28
resolve: Fix false-positives from lint `absolute_paths_not_starting_with_crate`
Vadim Petrochenkov
-1
/
+1
2018-11-27
resolve: Suggest `crate::` for resolving ambiguities when appropriate
Vadim Petrochenkov
-6
/
+16
2018-11-27
resolve: Fallback to extern prelude in 2015 imports used from global 2018 edi...
Vadim Petrochenkov
-3
/
+19
2018-11-27
resolve: Generalize `early_resolve_ident_in_lexical_scope` slightly
Vadim Petrochenkov
-26
/
+25
2018-11-27
resolve: Fallback to uniform paths in 2015 imports used from global 2018 edition
Vadim Petrochenkov
-4
/
+22
2018-11-27
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-25
resolve: Prohibit relative paths in visibilities on 2018 edition
Vadim Petrochenkov
-1
/
+12
2018-11-21
Auto merge of #52591 - eddyb:functional-snakes, r=oli-obk
bors
-9
/
+9
2018-11-21
rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns.
Eduard-Mihai Burtescu
-9
/
+9
2018-11-21
Stabilize `extern_crate_item_prelude`
Vadim Petrochenkov
-10
/
+2
2018-11-18
Fix rebase
Vadim Petrochenkov
-2
/
+2
2018-11-18
resolve: Refactor away `DeterminacyExt`
Vadim Petrochenkov
-14
/
+4
2018-11-18
resolve: Future-proof against imports referring to local variables and generi...
Vadim Petrochenkov
-1
/
+35
2018-11-18
resolve: Avoid sentence breaks in diagnostics
Vadim Petrochenkov
-7
/
+7
2018-11-18
resolve: Avoid marking `extern crate` items as used in certain cases
Vadim Petrochenkov
-4
/
+16
2018-11-18
resolve: Reintroduce feature gate for uniform paths in imports
Vadim Petrochenkov
-25
/
+29
2018-11-18
resolve: Tweak some articles in ambiguity diagnostics
Vadim Petrochenkov
-5
/
+5
2018-11-18
resolve: Check resolution consistency for import paths and multi-segment macr...
Vadim Petrochenkov
-17
/
+28
2018-11-18
resolve: Resolve single-segment imports using in-scope resolution on 2018 edi...
Vadim Petrochenkov
-24
/
+56
2018-11-18
resolve: More precise determinacy tracking during import/macro resolution
Vadim Petrochenkov
-5
/
+7
2018-11-18
resolve: Improve diagnostics for resolution ambiguities
Vadim Petrochenkov
-40
/
+144
2018-11-18
resolve: Resolve multi-segment imports using in-scope resolution on 2018 edition
Vadim Petrochenkov
-20
/
+17
2018-11-07
Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco
kennytm
-2
/
+2
2018-11-06
refactor: use shorthand fields
teresy
-2
/
+2
2018-11-03
Added support for trait aliases as object types.
Alexander Regueiro
-4
/
+7
2018-11-03
Added support for trait aliases as bounds.
Alexander Regueiro
-2
/
+2
2018-11-01
Rollup merge of #55536 - ljedrz:don't_collect_suggestions, r=davidtwco
Pietro Albini
-1
/
+1
2018-10-31
Pass suggestions as impl Iterator instead of Vec
ljedrz
-1
/
+1
2018-10-31
save-analysis: make sure we save the def for the last segment of a path
Nick Cameron
-9
/
+13
2018-10-28
resolve: Desugar empty import groups into synthetic dummy imports
Vadim Petrochenkov
-65
/
+7
2018-10-28
resolve: Make sure macros and imports are resolved in full parent scope
Vadim Petrochenkov
-25
/
+22
2018-10-28
resolve: More precise spans for privacy errors
Vadim Petrochenkov
-4
/
+6
2018-10-26
more reviewer changes
Nick Cameron
-8
/
+4
2018-10-26
Fix tests and assertions; add some comments
Nick Cameron
-4
/
+6
2018-10-26
rebasing and reviewer changes
Nick Cameron
-48
/
+81
2018-10-26
dump refs for path segments in save-analysis
Nick Cameron
-3
/
+6
2018-10-26
Store a resolved def on hir::PathSegment
Nick Cameron
-67
/
+104
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
[next]