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_mir
/
diagnostics.rs
Age
Commit message (
Expand
)
Author
Lines
2019-04-17
Rename diagnostics to error_codes
Yuki OKUSHI
-2425
/
+0
2019-04-11
Update diagnostics.rs
Andrew Banchich
-2
/
+2
2019-02-25
Auto merge of #57609 - matthewjasper:more-restrictive-match, r=pnkfelix
bors
-2
/
+2
2019-02-21
Fix error index example
Matthew Jasper
-2
/
+2
2019-02-20
Remove braces from most E0505 examples
Alex Gurganus
-15
/
+9
2019-02-20
Fixes #58586: Make E0505 explain example fail for 2018 edition
Alex Gurganus
-3
/
+16
2019-02-14
Fix documentation typo
varkor
-2
/
+2
2019-02-14
Add specific error for unstable const fn features
varkor
-0
/
+31
2019-02-14
Rollup merge of #57856 - lzutao:fix-old-first-edition, r=steveklabnik
Mazdak Farrokhzad
-7
/
+7
2019-02-13
Convert old doc links to current edition
Lzu Tao
-7
/
+7
2019-01-27
Change generator trait to use pinning
Wim Looman
-10
/
+15
2019-01-26
Replace deprecated ATOMIC_INIT consts
Mark Rousskov
-4
/
+4
2019-01-13
Update the const fn tracking issue to the new metabug
varkor
-1
/
+1
2019-01-12
Rollup merge of #57535 - varkor:stabilise-if-while-let-patterns, r=Centril
Mazdak Farrokhzad
-2
/
+6
2019-01-12
Stabilise irrefutable if-let and while-let patterns
varkor
-2
/
+6
2019-01-11
Fixing a typographical error.
David Sanders
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-04
cleanup: remove static lifetimes from consts
ljedrz
-4
/
+4
2018-10-23
fix typos in various places
Matthias Krüger
-1
/
+1
2018-10-21
Use new region infer errors for explaining borrows
Matthew Jasper
-0
/
+40
2018-10-20
Give an error number for "borrowed data escapes outside of closure"
Matthew Jasper
-0
/
+1
2018-10-05
Remove old unused error code
Oliver Scherer
-18
/
+0
2018-09-25
Change the diagnostic number from 714 to 716.
Felix S. Klock II
-2
/
+2
2018-09-25
add "temporary value dropped while borrowed" error
Mikhail Modin
-0
/
+85
2018-09-24
Better messages for errors from Shallow borrows
Matthew Jasper
-0
/
+20
2018-09-19
Address following error from rustdoc tests:
Felix S. Klock II
-2
/
+14
2018-09-18
Fine tune dianostics for when a borrow conflicts with a destructor that needs...
Felix S. Klock II
-0
/
+45
2018-08-10
Auto merge of #53131 - davidtwco:issue-52663-thread-local-static, r=nikomatsakis
bors
-0
/
+23
2018-08-07
Auto merge of #51990 - oli-obk:unstable_union, r=nikomatsakis
bors
-85
/
+0
2018-08-07
Also put comparing raw pointers behind a feature gate
Oliver Schneider
-30
/
+0
2018-08-07
Place unions, pointer casts and pointer derefs behind extra feature gates
Oliver Schneider
-55
/
+0
2018-08-07
Special case error message for thread-local statics.
David Wood
-0
/
+23
2018-08-06
Remove references to `StaticMutex` which got removed a while ago
Ralf Jung
-3
/
+1
2018-06-30
Loosened rules involving statics mentioning other statics.
Alexander Regueiro
-55
/
+0
2018-06-26
migrate codebase to `..=` inclusive range patterns
Zack M. Davis
-2
/
+2
2018-05-22
Remove now unused error code
Oliver Schneider
-15
/
+0
2018-03-21
Make resuming generators unsafe instead of the creation of immovable generato...
John Kåre Alsaker
-5
/
+5
2018-03-08
Add InterpretInterner to StableHashingContext for AllocId serialization
Oliver Schneider
-30
/
+0
2018-03-08
Nuke the entire ctfe from orbit, it's the only way to be sure
Oliver Schneider
-0
/
+36
2018-03-08
Move librustc_const_eval to librustc_mir
Oliver Schneider
-0
/
+550
2018-02-17
fix more typos found by codespell.
Matthias Krüger
-1
/
+1
2017-11-26
Stabilize const-calling existing const-fns in std
Simon Sapin
-4
/
+0
2017-10-14
Improve E0382 extended help message
Jacob Wahlgren
-9
/
+57
2017-10-10
Moved remaining AST-borrowck diagnostic definitions to `rustc_mir` crate.
Felix S. Klock II
-0
/
+461
2017-10-04
Move E0509 diagnostic into mod borrowck_errors shared between ast- and mir-bo...
Felix S. Klock II
-0
/
+94
2017-10-04
Move E0508 diagnostic into mod borrowck_errors shared between ast- and mir-bo...
Felix S. Klock II
-0
/
+45
2017-10-04
Move E0507 diagnostic into mod borrowck_errors shared between ast- and mir-bo...
Felix S. Klock II
-0
/
+127
2017-09-29
mir-borrowck: Factorize error message for `cannot_assign_static()` between AS...
Basile Desloges
-0
/
+1
2017-09-24
move unsafety checking to MIR
Ariel Ben-Yehuda
-0
/
+34
2017-09-16
change #![feature(const_fn)] to specific gates
Alex Burka
-2
/
+2
[next]