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
Age
Commit message (
Expand
)
Author
Lines
2018-11-18
resolve: Check resolution consistency for import paths and multi-segment macr...
Vadim Petrochenkov
-137
/
+199
2018-11-18
resolve: Resolve single-segment imports using in-scope resolution on 2018 edi...
Vadim Petrochenkov
-121
/
+133
2018-11-18
resolve: More precise determinacy tracking during import/macro resolution
Vadim Petrochenkov
-127
/
+160
2018-11-18
resolve: Improve diagnostics for resolution ambiguities
Vadim Petrochenkov
-134
/
+291
2018-11-18
resolve: Simplify ambiguity checking for built-in attributes
Vadim Petrochenkov
-11
/
+2
2018-11-18
resolve: Resolve multi-segment imports using in-scope resolution on 2018 edition
Vadim Petrochenkov
-66
/
+47
2018-11-18
resolve: Stop generating uniform path canaries
Vadim Petrochenkov
-269
/
+13
2018-11-12
Make `NodeId` a `newtype_index` to enable niche optimizations
Oliver Scherer
-1
/
+1
2018-11-11
Rollup merge of #55630 - petrochenkov:noprelude, r=Centril
kennytm
-4
/
+8
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-06
Rollup merge of #55490 - petrochenkov:resolveice, r=eddyb
kennytm
-0
/
+3
2018-11-04
Auto merge of #55569 - durka:must-use-external-macro, r=alexcrichton
bors
-8
/
+4
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-03
resolve: Filter away macro prelude in modules with `#[no_implicit_prelude]` o...
Vadim Petrochenkov
-4
/
+8
2018-11-02
remove unused result in resolve
Alex Burka
-8
/
+4
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-30
resolve: Fix ICE in macro import error recovery
Vadim Petrochenkov
-0
/
+3
2018-10-28
Add note linking to Rust 2018 path semantics docs.
David Wood
-29
/
+61
2018-10-28
resolve: Desugar empty import groups into synthetic dummy imports
Vadim Petrochenkov
-69
/
+36
2018-10-28
resolve: Make sure macros and imports are resolved in full parent scope
Vadim Petrochenkov
-86
/
+83
2018-10-28
resolve: More precise spans for privacy errors
Vadim Petrochenkov
-5
/
+7
2018-10-28
resolve: Absolute paths may be undetermined on 2018 edition
Vadim Petrochenkov
-0
/
+3
2018-10-28
resolve: Refactor away `legacy_macro_imports`/`LegacyMacroImports`
Vadim Petrochenkov
-37
/
+31
2018-10-28
resolve: Record full parent scope data for imports
Vadim Petrochenkov
-46
/
+52
2018-10-26
Remove redundant clone
Shotaro Yamada
-1
/
+1
2018-10-26
more reviewer changes
Nick Cameron
-8
/
+4
2018-10-26
Fix tests and assertions; add some comments
Nick Cameron
-5
/
+6
2018-10-26
rebasing and reviewer changes
Nick Cameron
-131
/
+156
2018-10-26
dump refs for path segments in save-analysis
Nick Cameron
-14
/
+17
2018-10-26
Store a resolved def on hir::PathSegment
Nick Cameron
-106
/
+165
2018-10-24
Prohibit macro-expanded `extern crate` items shadowing crates passed with `--...
Vadim Petrochenkov
-2
/
+15
2018-10-24
Feature gate extern prelude additions from `extern crate` items
Vadim Petrochenkov
-5
/
+21
2018-10-24
Add `extern crate` items to extern prelude
Vadim Petrochenkov
-67
/
+81
2018-10-23
Auto merge of #55113 - mockersf:master, r=estebank
bors
-25
/
+46
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
-25
/
+44
2018-10-20
Auto merge of #55014 - ljedrz:lazyboye_unwraps, r=matthewjasper
bors
-1
/
+1
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
-37
/
+37
2018-10-19
Rollup merge of #55144 - ljedrz:cleanup_resolve, r=petrochenkov
kennytm
-143
/
+116
2018-10-19
Prefer unwrap_or_else to unwrap_or in case of function calls/allocations
ljedrz
-1
/
+1
2018-10-17
resolve: improve/remove allocations
ljedrz
-19
/
+8
2018-10-17
resolve: improve common patterns
ljedrz
-124
/
+108
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
[prev]
[next]