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
/
diagnostics.rs
Age
Commit message (
Expand
)
Author
Lines
2019-08-12
Rollup merge of #63406 - jakubadamw:resolve-inconsistent-names-suggest-qualif...
Mazdak Farrokhzad
-5
/
+16
2019-08-10
Apply suggestions from code review
Jakub Adam Wieczorek
-6
/
+8
2019-08-10
Suggest using a qualified path in patterns with inconsistent bindings
Jakub Adam Wieczorek
-5
/
+14
2019-08-10
diagnostics: Describe crate root modules in `DefKind::Mod` as "crate"
Vadim Petrochenkov
-2
/
+3
2019-08-10
resolve: Turn `resolve_error` into a method on `Resolver`
Vadim Petrochenkov
-3
/
+282
2019-08-10
resolve: Remove `Deref<Target=Resolver>` implementations
Vadim Petrochenkov
-9
/
+9
2019-08-10
resolve: Move late resolution visitor into a separate file
Vadim Petrochenkov
-674
/
+14
2019-08-10
resolve: Move late resolution into a separate visitor
Vadim Petrochenkov
-9
/
+21
2019-07-26
Introduce built-in macros through libcore
Vadim Petrochenkov
-25
/
+12
2019-07-18
resolve: Support resolving macro paths without macro kind restrictions
Vadim Petrochenkov
-1
/
+1
2019-07-18
resolve: Attempt to resolve unresolved paths in macro namespace
Vadim Petrochenkov
-2
/
+2
2019-07-18
resolve: Move some common code into the scope visitor
Vadim Petrochenkov
-51
/
+30
2019-07-18
resolve: Visit all scopes to collect suggestion candidates for unresolved macros
Vadim Petrochenkov
-108
/
+222
2019-07-18
resolve: Use `feature(custom_attribute)` fallback only if the feature is enabled
Vadim Petrochenkov
-55
/
+0
2019-07-18
resolve: Rename `WhereToResolve` into `Scope`
Vadim Petrochenkov
-2
/
+1
2019-07-18
resolve: Move some diagnostic code into `diagnostics.rs`
Vadim Petrochenkov
-7
/
+593
2019-06-18
rustc: remove 'x: 'y bounds (except from comments/strings).
Eduard-Mihai Burtescu
-1
/
+1
2019-05-26
Rename "Associated*" to "Assoc*"
Andrew Xu
-1
/
+1
2019-05-22
Eliminate unnecessary `Ident::with_empty_ctxt`s
Vadim Petrochenkov
-1
/
+1
2019-05-22
Simplify use of keyword symbols
Vadim Petrochenkov
-7
/
+7
2019-05-04
Rename `Res::kind_name` to `Res::descr` for consistency
Vadim Petrochenkov
-1
/
+1
2019-05-03
rustc: rename hir::def::Def to Res (short for "resolution").
Eduard-Mihai Burtescu
-29
/
+29
2019-05-03
rustc: use DefKind instead of Def, where possible.
Eduard-Mihai Burtescu
-5
/
+5
2019-05-03
rustc: factor most DefId-containing variants out of Def and into DefKind.
Eduard-Mihai Burtescu
-16
/
+22
2019-04-19
remove duplicated code and simplify logic
Esteban Küber
-59
/
+34
2019-04-19
Identify missing ambiguous case with best effort suggestion
Esteban Küber
-47
/
+81
2019-04-18
review comments: change wording
Esteban Küber
-1
/
+1
2019-04-18
Change suggestion of field when not in self context
Esteban Küber
-10
/
+12
2019-04-17
Rename error_reporting to diagnostics
Yuki OKUSHI
-0
/
+856
2019-04-17
Rename diagnostics to error_codes
Yuki OKUSHI
-1672
/
+0
2019-02-07
Adjust generic const param resolution
varkor
-14
/
+0
2019-02-07
Fix E0670 doc error
varkor
-1
/
+4
2019-02-07
Add error for const parameters depending on type parameters
varkor
-2
/
+13
2019-02-07
librustc_resolve => 2018
Taiki Endo
-0
/
+2
2019-01-03
Fix repeated word typos
Wiktor Kuchta
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-11
std: Depend directly on crates.io crates
Alex Crichton
-4
/
+2
2018-11-18
resolve: Avoid sentence breaks in diagnostics
Vadim Petrochenkov
-1
/
+1
2018-08-18
Added feature gate.
Alexander Regueiro
-1
/
+2
2018-08-18
Updated diagnostics.
Alexander Regueiro
-4
/
+4
2018-07-11
Fix typo in E0433 docs
Felix Rabe
-1
/
+1
2018-06-17
Fixed minor error in Compiler Error Index, E0603.
Eric Findlay
-1
/
+1
2018-06-09
Update E0423 description
Esteban Küber
-4
/
+30
2018-05-01
Remove `macro_reexport`
Vadim Petrochenkov
-71
/
+2
2018-02-28
Remove E0245; improve E0404 explanation
Mark Mansi
-2
/
+22
2018-02-17
fix E0260 error index doctest
QuietMisdreavus
-0
/
+2
2018-01-21
Rollup merge of #47512 - GuillaumeGomez:e0659, r=petrochenkov
Guillaume Gomez
-0
/
+53
2018-01-18
Add E0659 for ambiguous names
Guillaume Gomez
-0
/
+53
2018-01-15
Reexport -> re-export in error messages
Carol (Nichols || Goulding)
-5
/
+5
2017-10-08
doc-test: In Markdown tests, Use all of `<h1>` to `<h6>` as the test name.
kennytm
-3
/
+3
[next]