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
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
2017-07-11
tweak word ordering
Niko Matsakis
-1
/
+1
2017-07-11
Clean up some code
Guillaume Gomez
-15
/
+14
2017-07-08
Remove more anonymous trait method parameters
Vadim Petrochenkov
-1
/
+1
2017-06-29
remove `fn main() { }` from extended errors
Niko Matsakis
-6
/
+2
2017-06-29
Changing the error code to E0621
gaurikholkar
-7
/
+24
2017-06-29
Adding diagnostic code 0611 for lifetime errors with one named, one anonymous...
gaurikholkar
-0
/
+25
2017-06-23
Removed as many "```ignore" as possible.
kennytm
-33
/
+66
2017-06-18
Update transmute size lints.
Mark Simulacrum
-1
/
+1
2017-06-15
Update older URLs pointing to the first edition of the Book
Wonwoo Choi
-4
/
+4
2017-06-02
Add E0602
Guillaume Gomez
-0
/
+13
2017-05-30
Add new error code
Guillaume Gomez
-1
/
+18
2017-05-15
Remove interior mutability from TraitDef by turning fields into queries.
Michael Woerister
-0
/
+61
2017-04-24
Reorder code, fix unittests
Esteban Küber
-8
/
+21
2017-04-23
Clean up closure type mismatch errors
Esteban Küber
-0
/
+2
2017-04-23
cache ADT dtorck results
Ariel Ben-Yehuda
-0
/
+1
2017-04-21
Implementation of repr struct alignment RFC 1358.
Cameron Hart
-1
/
+2
2017-04-18
comment out removed error codes
Cengiz Can
-52
/
+2
2017-04-18
fixes #40013
Cengiz Can
-0
/
+52
2017-04-16
rustc_const_eval: move ConstEvalErr to the rustc crate.
Eduard-Mihai Burtescu
-0
/
+19
[next]