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
/
diagnostics.rs
Age
Commit message (
Expand
)
Author
Lines
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
2017-07-08
Remove more anonymous trait method parameters
Vadim Petrochenkov
-1
/
+1
2017-07-06
remove associated_consts feature gate
Sean McArthur
-2
/
+0
2017-06-23
Removed as many "```ignore" as possible.
kennytm
-41
/
+57
2017-06-13
Merge crate `collections` into `alloc`
Murarth
-9
/
+9
2017-06-02
Add E0603 error code
Guillaume Gomez
-0
/
+29
2017-05-28
Add note regarding parent module containing use statement.
Mark Simulacrum
-0
/
+26
2017-05-13
rustc_resolve: don't deny outer type parameters in embedded constants.
Eduard-Mihai Burtescu
-8
/
+7
2017-03-27
Fix broken Markdown and bad links in the error index
Oliver Middleton
-1
/
+5
2017-02-25
rustc: store type parameter defaults outside of ty::Generics.
Eduard-Mihai Burtescu
-0
/
+27
2016-12-26
More systematic error reporting in path resolution
Vadim Petrochenkov
-1
/
+26
2016-11-21
Stabilize RFC 1560.
Jeffrey Seyfried
-1
/
+1
2016-10-31
Add E0532 error explanation
Andreas Sommer
-1
/
+41
2016-10-27
Preparations and cleanup
Vadim Petrochenkov
-25
/
+1
2016-10-24
Import macros in `resolve` instead of in `metadata::macro_import`.
Jeffrey Seyfried
-0
/
+179
2016-08-30
Add E0530 error explanation
ggomez
-2
/
+36
2016-08-17
Add new error code tests
Guillaume Gomez
-1
/
+1
2016-08-05
Add new error code tests
Guillaume Gomez
-0
/
+1
2016-08-05
Add E0254 error explanation
Guillaume Gomez
-1
/
+39
2016-06-29
Rollup merge of #34467 - GuillaumeGomez:err-codes, r=brson
Manish Goregaokar
-82
/
+207
2016-06-26
Add new error codes and improve some explanations
Guillaume Gomez
-82
/
+207
2016-06-23
Improve diagnostics E0425: `use` (public) items
Liigo Zhuang
-0
/
+11
2016-06-18
Remove unused functions calls and unused E0406
Guillaume Gomez
-1
/
+1
2016-06-10
Address review comments + fix rebase
Vadim Petrochenkov
-126
/
+16
[prev]
[next]