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
2016-01-14
resolve: Remove record_exports, fixes #4953
Jeffrey Seyfried
-4
/
+0
2016-01-13
resolve: use arena allocation instead of reference counting for `Module`s to ...
Jeffrey Seyfried
-122
/
+146
2016-01-11
Auto merge of #30295 - jseyfried:fix_extern_crate_duplicate, r=nrc
bors
-12
/
+21
2016-01-08
Rollup merge of #30584 - GuillaumeGomez:new_handles, r=pnkfelix
Steve Klabnik
-5
/
+10
2016-01-08
Add new help messages for E0425
Guillaume Gomez
-5
/
+10
2016-01-06
Fix bug in duplicate checking for extern crates.
Jeffrey Seyfried
-12
/
+21
2015-12-30
Rebasing and review comments
Nick Cameron
-6
/
+6
2015-12-30
Refactoring
Nick Cameron
-14
/
+14
2015-12-30
use structured errors
Nick Cameron
-204
/
+219
2015-12-23
Auto merge of #30377 - Wafflespeanut:levenshtein, r=Manishearth
bors
-32
/
+13
2015-12-21
Register new snapshots
Alex Crichton
-3
/
+0
2015-12-21
Auto merge of #30413 - pnkfelix:fsk-span_note, r=Manishearth
bors
-5
/
+73
2015-12-18
Added doc comments for new UnresolvedNameContext enum.
Felix S. Klock II
-0
/
+9
2015-12-18
Prohibit public glob reexports of private variants
Vadim Petrochenkov
-5
/
+0
2015-12-18
Address the comments
Vadim Petrochenkov
-1
/
+3
2015-12-18
Prohibit private variant reexports
Vadim Petrochenkov
-0
/
+8
2015-12-17
rustc_resolve: fix a bug in which unused imports can get wrongly marked as us...
Jeffrey Seyfried
-15
/
+20
2015-12-17
Remove unused imports
Jeffrey Seyfried
-1
/
+1
2015-12-16
Add note when item accessed from module via `m.i` rather than `m::i`.
Guillaume Gomez
-5
/
+64
2015-12-16
Modify the Levenshtein-based suggestions to include imports
Ravi Shankar
-32
/
+13
2015-12-11
Make name resolution errors non-fatal
Nick Cameron
-1
/
+28
2015-12-11
Rename (Ns)ImportResolution
Jeffrey Seyfried
-3
/
+3
2015-12-10
Fix a bug in which the visibility of a use declaration defining a name in one...
Jeffrey Seyfried
-12
/
+14
2015-12-09
Auto merge of #30145 - petrochenkov:hyg, r=nrc
bors
-16
/
+14
2015-12-07
Remove some unnecessary indirection from HIR structures
Vadim Petrochenkov
-3
/
+2
2015-12-05
Do MTWT resolution during lowering to HIR
Vadim Petrochenkov
-16
/
+14
2015-12-01
Fixes #30089
Jeffrey Seyfried
-7
/
+0
2015-11-28
Auto merge of #29383 - petrochenkov:empstr, r=pnkfelix
bors
-1
/
+1
2015-11-27
Auto merge of #30064 - fhartwig:macro-suggestions, r=sanxiyn
bors
-6
/
+2
2015-11-27
Introduce max_suggestion_distance function to avoid duplicating the heuristic
Florian Hartwig
-6
/
+2
2015-11-26
split the metadata code into rustc_metadata
Ariel Ben-Yehuda
-1
/
+1
2015-11-26
remove csearch from resolve and typeck
Ariel Ben-Yehuda
-4
/
+3
2015-11-26
Add suggestion of similar macro names to `macro undefined` error message
Florian Hartwig
-1
/
+1
2015-11-25
Remove all uses of `#[staged_api]`
Vadim Petrochenkov
-1
/
+1
2015-11-23
Auto merge of #29530 - jseyfried:resolve, r=nikomatsakis
bors
-496
/
+233
2015-11-22
Look up macro names as well when suggesting replacements for function resolve...
Manish Goregaokar
-5
/
+21
2015-11-19
Fix the fallout
Vadim Petrochenkov
-1
/
+1
2015-11-18
Various straight-forward ports that override `visit_nested_items`
Niko Matsakis
-34
/
+38
2015-11-18
Refactor away get_module_if_available and get_module and reformat one-liners
Jeffrey Seyfried
-53
/
+32
2015-11-17
Fix issue #21546 and refactor NsDef
Jeffrey Seyfried
-26
/
+30
2015-11-16
ImplItem_ -> ImplItemKind rename
Oliver Schneider
-4
/
+4
2015-11-16
rename ImplItem_::*ImplItem to ImplItem_::*
Oliver Schneider
-7
/
+6
2015-11-16
Refactor fields def_id and kind of Module into a single field def.
Jeffrey Seyfried
-100
/
+82
2015-11-16
Replace `TypeNsDef` and `ValueNsDef` with a more general type `NsDef`.
Jeffrey Seyfried
-387
/
+159
2015-11-14
rustfmt librustc_resolve
corentih
-716
/
+748
2015-11-12
Fixup tidy
Manish Goregaokar
-3
/
+7
2015-11-12
Add more comprehensive diagnostics for irrefutable pattern error with constants
Manish Goregaokar
-7
/
+15
2015-11-04
Unwrap the RefCell around DefMap
Jonathan S
-2
/
+2
2015-11-03
Remove the RefCell around freevars and freevars_seen in librustc_resolve
Jonathan S
-11
/
+10
2015-11-03
resolve: don't speculatively create freevars when resolving
Ariel Ben-Yehuda
-151
/
+149
[next]