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
/
diagnostics.rs
Age
Commit message (
Expand
)
Author
Lines
2018-03-28
Stabilize match_default_bindings
Taylor Cramer
-59
/
+0
2018-03-26
Stabilize conservative_impl_trait
Taylor Cramer
-8
/
+0
2018-03-25
Rollup merge of #49162 - tmandry:stabilize-termination-trait, r=nikomatsakis
kennytm
-3
/
+3
2018-03-21
also fix the Fixed code
Niko Matsakis
-1
/
+3
2018-03-21
WIP do not use in-band lifetimes
Niko Matsakis
-1
/
+1
2018-03-21
WIP tweak example to include feature gate
Niko Matsakis
-0
/
+2
2018-03-21
report an error if we see an unexpected lifetime in impl Trait
Niko Matsakis
-0
/
+48
2018-03-20
diagnostics: Remove main return type errors from E0580
Tyler Mandry
-3
/
+3
2018-03-08
Remove unused error E0020
Oliver Schneider
-13
/
+0
2018-02-17
fix more typos found by codespell.
Matthias Krüger
-1
/
+1
2018-02-06
Trait objects cannot contain associated constants
Badel2
-0
/
+22
2018-01-23
Adds support for immovable generators. Move checking of invalid borrows acros...
John Kåre Alsaker
-0
/
+2
2018-01-16
Implement repr(transparent)
Robin Kruppe
-1
/
+63
2017-12-21
Do not emit type errors on recovered blocks
Esteban Küber
-9
/
+12
2017-12-07
Auto merge of #46187 - notriddle:patch-1, r=QuietMisdreavus
bors
-4
/
+4
2017-12-06
Fix overlong line length
Michael Howell
-2
/
+2
2017-12-06
Fix dangling close paren
Michael Howell
-1
/
+1
2017-11-22
Update diagnostics.rs
Michael Howell
-2
/
+2
2017-11-22
Implement in-band lifetime bindings
Taylor Cramer
-0
/
+2
2017-11-21
Auto merge of #45879 - nikomatsakis:nll-kill-cyclic-closures, r=arielb1
bors
-0
/
+31
2017-11-20
fix example more
Niko Matsakis
-1
/
+1
2017-11-20
fix example for E0644
Niko Matsakis
-3
/
+2
2017-11-18
give better error messages when a cycle arises
Niko Matsakis
-0
/
+32
2017-11-17
Fix impl Trait Lifetime Handling
Taylor Cramer
-0
/
+1
2017-11-15
Move E0562 to librustc from librustc_typeck
Christopher Vittal
-0
/
+40
2017-10-28
Rollup merge of #45585 - frewsxcv:frewsxcv-diagnostic, r=kennytm
kennytm
-10
/
+0
2017-10-27
Remove 'future Rust version' code block in diagnostic text.
Corey Farwell
-10
/
+0
2017-10-26
Remove 'just' in diagnostics
steveklabnik
-1
/
+1
2017-09-26
remove error code description
gaurikholkar
-68
/
+1
2017-09-26
Auto merge of #44735 - tirr-c:issue-42143, r=arielb1
bors
-1
/
+4
2017-09-24
move unsafety checking to MIR
Ariel Ben-Yehuda
-34
/
+0
2017-09-23
Print fn signature when there is closure argument type mismatch
Wonwoo Choi
-1
/
+4
2017-09-20
Implement underscore lifetimes
Taylor Cramer
-0
/
+1
2017-09-10
fix "correct" case in diagnostic error message
Niko Matsakis
-1
/
+1
2017-09-09
adding E0623 for LateBound regions
gaurikholkar
-12
/
+48
2017-09-03
implement improved on_unimplemented directives
Ariel Ben-Yehuda
-3
/
+3
2017-09-03
refactor and centralize `on_unimplemented` parsing
Ariel Ben-Yehuda
-88
/
+92
2017-08-25
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-0
/
+15
2017-08-19
Desugar parenthesized generic arguments in HIR
Vadim Petrochenkov
-0
/
+15
2017-08-17
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-0
/
+4
2017-08-17
added whitespace
Anthony Defranceschi
-2
/
+2
2017-08-16
E0106: field lifetimes
Anthony Defranceschi
-0
/
+4
2017-08-14
Choose another error code
Alex Crichton
-1
/
+1
2017-07-28
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-0
/
+1
2017-07-28
Fix error code
John Kåre Alsaker
-1
/
+1
2017-07-28
Rename some variables in lowering.rs and add an error number for the error
John Kåre Alsaker
-0
/
+1
2017-07-28
Adding E0623, to detect missing lifetimes when both regions are anonymous
gaurikholkar
-0
/
+1
2017-07-27
Auto merge of #43443 - bitshifter:issue-43317, r=nikomatsakis
bors
-1
/
+0
2017-07-23
Better detection of repr packed and align
Cameron Hart
-1
/
+0
2017-07-21
Correct the spelling of "homogeneous"
Josh Stone
-1
/
+1
[next]