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
/
diagnostics.rs
Age
Commit message (
Expand
)
Author
Lines
2019-02-14
Remove no longer accurate diagnostic code about NLL
Lzu Tao
-4
/
+0
2019-02-14
Rollup merge of #57856 - lzutao:fix-old-first-edition, r=steveklabnik
Mazdak Farrokhzad
-3
/
+6
2019-02-13
Convert old doc links to current edition
Lzu Tao
-3
/
+6
2019-01-31
Fix grammar in E0283 explanation
Sergei Vorobev
-1
/
+1
2019-01-28
Rollup merge of #57950 - QuietMisdreavus:lifetime-err-desc, r=estebank
Mazdak Farrokhzad
-0
/
+33
2019-01-28
review comments
QuietMisdreavus
-13
/
+13
2019-01-13
Implement basic input validation for built-in attributes
Vadim Petrochenkov
-35
/
+2
2019-01-04
Fix changes for E0106, E0261
purple-ice
-8
/
+19
2019-01-03
Extend E0106, E0261
purple-ice
-0
/
+22
2018-12-28
Clarify wording of E0512
varkor
-1
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-8
/
+8
2018-11-07
Added tests.
Alexander Regueiro
-3
/
+1
2018-10-11
Extend lang items to assert correct target.
David Wood
-2
/
+16
2018-09-25
Handle impl trait in MIR type checked for assignments.
Matthew Jasper
-3
/
+2
2018-09-25
Lower `impl Trait` types in locals.
Alexander Regueiro
-2
/
+3
2018-09-11
stabalize infer outlives requirements (RFC 2093).
toidiu
-38
/
+52
2018-08-05
Convert unknown_features lint into an error
varkor
-0
/
+11
2018-08-05
Turn the duplicate feature lint into an error
varkor
-0
/
+13
2018-08-05
Add lint for unknown feature attributes
varkor
-0
/
+1
2018-07-04
Implementation of tool lints
flip1995
-0
/
+1
2018-06-23
Fix error code numbers
Guillaume Gomez
-4
/
+4
2018-06-22
Review nits and updates
Taylor Cramer
-3
/
+3
2018-06-21
async await desugaring and tests
Taylor Cramer
-1
/
+6
2018-06-12
Stabilize #[repr(transparent)]
Simon Sapin
-8
/
+0
2018-06-10
Fix error codes
Guillaume Gomez
-8
/
+7
2018-06-03
s/panic_fmt/panic_impl/g in docs
Jorge Aparicio
-3
/
+3
2018-04-02
Checking location and syntax of non_exhaustive attribute.
David Wood
-0
/
+27
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
[next]