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
/
error_reporting.rs
Age
Commit message (
Expand
)
Author
Lines
2019-02-22
Rollup merge of #58555 - scottmcm:try-2015, r=Centril
Mazdak Farrokhzad
-0
/
+4
2019-02-17
Add a note about 2018e if someone uses `try {` in 2015e
Scott McMurray
-0
/
+4
2019-02-13
Rollup merge of #58381 - davidtwco:issue-42944, r=estebank
Mazdak Farrokhzad
-1
/
+9
2019-02-13
Fix rebase fail
Taiki Endo
-1
/
+1
2019-02-11
Only suggest imports if not imported.
David Wood
-1
/
+9
2019-02-07
WIP
Alexander Regueiro
-2
/
+2
2019-02-07
Minor cosmetic changes.
Alexander Regueiro
-6
/
+6
2019-02-07
Addressed review points.
Alexander Regueiro
-5
/
+412
2019-02-07
librustc_resolve => 2018
Taiki Endo
-3
/
+5
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-10
Remove lifetime from Resolver
John Kåre Alsaker
-1
/
+1
2018-12-04
syntax: Rename some keywords
Vadim Petrochenkov
-2
/
+2
2018-11-27
resolve: Implement edition hygiene for imports and absolute paths
Vadim Petrochenkov
-2
/
+3
2018-11-18
Fix rebase
Vadim Petrochenkov
-5
/
+4
2018-11-18
resolve: Avoid sentence breaks in diagnostics
Vadim Petrochenkov
-4
/
+4
2018-11-18
resolve: Recover "did you mean" suggestions in imports
Vadim Petrochenkov
-38
/
+30
2018-11-18
resolve: Resolve multi-segment imports using in-scope resolution on 2018 edition
Vadim Petrochenkov
-5
/
+4
2018-10-28
Add note linking to Rust 2018 path semantics docs.
David Wood
-9
/
+16
2018-10-28
resolve: Make sure macros and imports are resolved in full parent scope
Vadim Petrochenkov
-13
/
+22
2018-10-26
rebasing and reviewer changes
Nick Cameron
-19
/
+17
2018-10-24
Add `extern crate` items to extern prelude
Vadim Petrochenkov
-14
/
+9
2018-10-13
Revert "rustc_resolve: move extern_prelude from Resolver to Session."
Vadim Petrochenkov
-1
/
+1
2018-10-03
Deterministic external crate suggestion.
David Wood
-4
/
+11
2018-10-03
Removed hardcoded crate.
David Wood
-14
/
+14
2018-10-03
Add suggestions for unresolved imports.
David Wood
-0
/
+162