about summary refs log tree commit diff
path: root/src/librustc_mir/diagnostics.rs
AgeCommit message (Expand)AuthorLines
2019-04-17Rename diagnostics to error_codesYuki OKUSHI-2425/+0
2019-04-11Update diagnostics.rsAndrew Banchich-2/+2
2019-02-25Auto merge of #57609 - matthewjasper:more-restrictive-match, r=pnkfelixbors-2/+2
2019-02-21Fix error index exampleMatthew Jasper-2/+2
2019-02-20Remove braces from most E0505 examplesAlex Gurganus-15/+9
2019-02-20Fixes #58586: Make E0505 explain example fail for 2018 editionAlex Gurganus-3/+16
2019-02-14Fix documentation typovarkor-2/+2
2019-02-14Add specific error for unstable const fn featuresvarkor-0/+31
2019-02-14Rollup merge of #57856 - lzutao:fix-old-first-edition, r=steveklabnikMazdak Farrokhzad-7/+7
2019-02-13Convert old doc links to current editionLzu Tao-7/+7
2019-01-27Change generator trait to use pinningWim Looman-10/+15
2019-01-26Replace deprecated ATOMIC_INIT constsMark Rousskov-4/+4
2019-01-13Update the const fn tracking issue to the new metabugvarkor-1/+1
2019-01-12Rollup merge of #57535 - varkor:stabilise-if-while-let-patterns, r=CentrilMazdak Farrokhzad-2/+6
2019-01-12Stabilise irrefutable if-let and while-let patternsvarkor-2/+6
2019-01-11Fixing a typographical error.David Sanders-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-04cleanup: remove static lifetimes from constsljedrz-4/+4
2018-10-23fix typos in various placesMatthias Krüger-1/+1
2018-10-21Use new region infer errors for explaining borrowsMatthew Jasper-0/+40
2018-10-20Give an error number for "borrowed data escapes outside of closure"Matthew Jasper-0/+1
2018-10-05Remove old unused error codeOliver Scherer-18/+0
2018-09-25Change the diagnostic number from 714 to 716.Felix S. Klock II-2/+2
2018-09-25add "temporary value dropped while borrowed" errorMikhail Modin-0/+85
2018-09-24Better messages for errors from Shallow borrowsMatthew Jasper-0/+20
2018-09-19Address following error from rustdoc tests:Felix S. Klock II-2/+14
2018-09-18Fine tune dianostics for when a borrow conflicts with a destructor that needs...Felix S. Klock II-0/+45
2018-08-10Auto merge of #53131 - davidtwco:issue-52663-thread-local-static, r=nikomatsakisbors-0/+23
2018-08-07Auto merge of #51990 - oli-obk:unstable_union, r=nikomatsakisbors-85/+0
2018-08-07Also put comparing raw pointers behind a feature gateOliver Schneider-30/+0
2018-08-07Place unions, pointer casts and pointer derefs behind extra feature gatesOliver Schneider-55/+0
2018-08-07Special case error message for thread-local statics.David Wood-0/+23
2018-08-06Remove references to `StaticMutex` which got removed a while agoRalf Jung-3/+1
2018-06-30Loosened rules involving statics mentioning other statics.Alexander Regueiro-55/+0
2018-06-26migrate codebase to `..=` inclusive range patternsZack M. Davis-2/+2
2018-05-22Remove now unused error codeOliver Schneider-15/+0
2018-03-21Make resuming generators unsafe instead of the creation of immovable generato...John Kåre Alsaker-5/+5
2018-03-08Add InterpretInterner to StableHashingContext for AllocId serializationOliver Schneider-30/+0
2018-03-08Nuke the entire ctfe from orbit, it's the only way to be sureOliver Schneider-0/+36
2018-03-08Move librustc_const_eval to librustc_mirOliver Schneider-0/+550
2018-02-17fix more typos found by codespell.Matthias Krüger-1/+1
2017-11-26Stabilize const-calling existing const-fns in stdSimon Sapin-4/+0
2017-10-14Improve E0382 extended help messageJacob Wahlgren-9/+57
2017-10-10Moved remaining AST-borrowck diagnostic definitions to `rustc_mir` crate.Felix S. Klock II-0/+461
2017-10-04Move E0509 diagnostic into mod borrowck_errors shared between ast- and mir-bo...Felix S. Klock II-0/+94
2017-10-04Move E0508 diagnostic into mod borrowck_errors shared between ast- and mir-bo...Felix S. Klock II-0/+45
2017-10-04Move E0507 diagnostic into mod borrowck_errors shared between ast- and mir-bo...Felix S. Klock II-0/+127
2017-09-29mir-borrowck: Factorize error message for `cannot_assign_static()` between AS...Basile Desloges-0/+1
2017-09-24move unsafety checking to MIRAriel Ben-Yehuda-0/+34
2017-09-16change #![feature(const_fn)] to specific gatesAlex Burka-2/+2