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
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
2016-06-10
resolve: Rewrite resolve_pattern
Vadim Petrochenkov
-34
/
+3
2016-06-06
Rollup merge of #33955 - zackmdavis:explain_E0429, r=GuillaumeGomez
Eduard-Mihai Burtescu
-1
/
+24
2016-05-30
revise explanation for E0429 (focus on error first)
Zack M. Davis
-9
/
+7
2016-05-29
add explanation for E0429 (`self` use declaration must use brace syntax)
Zack M. Davis
-1
/
+26
2016-05-27
* Fix compile_fail tag (in some cases, it compiled whereas it wasn't expected...
Guillaume Gomez
-1
/
+1
2016-05-08
Merge E0410 into E0408
Manish Goregaokar
-15
/
+14
2016-05-08
Add E0408/E0409
Manish Goregaokar
-4
/
+87
2016-05-05
Add long diagnostics for E0414
Manish Goregaokar
-1
/
+63
2016-05-02
diagnostics for E0432: imports are relative to crate root
Georg Brandl
-4
/
+7
2016-04-28
Add detailed error message for E0434 #32777
Timothy McRoy
-1
/
+45
2016-03-25
Lift the restriction on reusing names of primitive types
Vadim Petrochenkov
-45
/
+0
2016-02-19
Show candidates for names not in scope
Vlad Ureche
-6
/
+6
2016-02-15
Global error explanations improvements
ggomez
-40
/
+42
2016-02-07
Update long error explanations
Guillaume Gomez
-67
/
+94
2016-01-29
Add check for unused error codes
ggomez
-2
/
+2
2016-01-20
Improve E0317 long diagnostics
Manish Goregaokar
-1
/
+35
2015-12-15
Improve E0401 diagnostics to mention other items.
Manish Goregaokar
-7
/
+41
2015-11-19
Add long error diagnostics for E0401
Manish Goregaokar
-1
/
+71
2015-11-16
Rollup merge of #29796 - barosl:unresolved-import-extern-crate, r=steveklabnik
Steve Klabnik
-0
/
+9
2015-11-14
rustfmt librustc_resolve
corentih
-3
/
+3
2015-11-12
Improve the detailed error message for E0432
Barosl Lee
-0
/
+9
2015-09-20
E0422 description.
christopherdumas
-1
/
+23
2015-09-01
Add E0439 error explanation
Guillaume Gomez
-7
/
+7
2015-09-01
Comment out unused error codes
Guillaume Gomez
-18
/
+18
2015-09-01
Add E0411 error explanation
Guillaume Gomez
-1
/
+49
2015-08-11
rollup merge of #27635: GuillaumeGomez/patch-4
Alex Crichton
-2
/
+10
[next]