summary refs log tree commit diff
path: root/src/librustc/error_codes.rs
AgeCommit message (Expand)AuthorLines
2019-10-25Move handling of `#[track_caller]` to `check_attr`varkor-1/+52
2019-10-25RFC 2008: StabilizationDavid Wood-2/+0
2019-10-22Add link to async/awaitYuki Okushi-3/+6
2019-10-22Apply suggestionsYuki Okushi-9/+16
2019-10-22Add long error explanation for E0728Yuki Okushi-3/+70
2019-10-14Rollup merge of #65215 - JohnTitor:long-explanation-e0697, r=GuillaumeGomezMazdak Farrokhzad-1/+18
2019-10-13Apply suggestionYuki Okushi-5/+5
2019-10-11Rollup merge of #65200 - xfix:patch-20, r=GuillaumeGomezTyler Mandry-5/+9
2019-10-11Add long error explanation for E0697Yuki Okushi-1/+18
2019-10-09Add failing example for Self in supertrait listing in E0038 documentationKonrad Borowski-1/+5
2019-10-09Rollup merge of #65037 - anp:track-caller, r=oli-obkMazdak Farrokhzad-0/+20
2019-10-09Change incorrect trait name in E0038 error documentationKonrad Borowski-1/+1
2019-10-08Rollup merge of #65135 - GuillaumeGomez:add-error-code-check, r=Mark-SimulacrumMazdak Farrokhzad-7/+11
2019-10-08Add ?Sized bound to a supertrait listing in E0038 error documentationKonrad Borowski-4/+4
2019-10-07Add long error explanation for E0495Guillaume Gomez-2/+41
2019-10-07E073[6-8] include failing code examples.Adam Perry-0/+10
2019-10-07E0735 -> E0739Adam Perry-1/+1
2019-10-07track_caller error numbers and text.Adam Perry-10/+10
2019-10-07track_caller run-pass test, lint cleanup, PR review.Adam Perry-4/+4
2019-10-07[RFC 2091] Add #[track_caller] attribute.Ayose-0/+10
2019-10-07Fix/improve some error codes long explanationGuillaume Gomez-7/+11
2019-10-06Update ui testsGuillaume Gomez-5/+2
2019-10-06Add long error explanation for E0566Guillaume Gomez-1/+24
2019-10-04middle::intrinsicck -> rustc_passesMark Rousskov-105/+0
2019-10-04middle::entry -> rustc_passesMark Rousskov-75/+0
2019-09-28Rollup merge of #64763 - GuillaumeGomez:long-err-explanation-E0734, r=estebankMazdak Farrokhzad-0/+17
2019-09-27Add long error explanation for E0734Guillaume Gomez-1/+17
2019-09-25Create new error code E0734 for stability attributes used outside of standard...Guillaume Gomez-0/+1
2019-09-12Add long error explanation for E0312Guillaume Gomez-1/+33
2019-09-05Replace diagnostic plugins with macro_rulesMark Rousskov-5/+1
2019-09-05Restrict error code length to 80 columnsMark Rousskov-7/+11
2019-09-02account for DUMMY_SP and correct wordingEsteban Küber-1/+1
2019-08-27Changing error messages and renaming tests #63127Kevin Per-2/+2
2019-08-20Stabilize 'async_await'.Mazdak Farrokhzad-2/+0
2019-07-30Update error_codes re. await_macro removal.Mazdak Farrokhzad-5/+5
2019-07-28Remove lint annotations in specific crates that are already enforced by rustb...Vadim Petrochenkov-2/+0
2019-07-23normalize use of backticks for compiler messages in remaining modulesSamy Kacimi-1/+1
2019-06-13Fix typosYuki Okushi-1/+1
2019-05-27Incorporated suggested changesJad Ghalayini-5/+4
2019-05-26Added error message for E0284Jad Ghalayini-1/+46
2019-05-07Implement built-in await syntaxTaylor Cramer-0/+2
2019-05-01Disallow non-explicit elided lifetimes in async fnTaylor Cramer-4/+1
2019-04-27tidy: Fix false positives from long URLsVadim Petrochenkov-1/+0
2019-04-25Improved error message when type must be bound due to generator.Giles Cope-0/+30
2019-04-17Rename diagnostics to error_codesYuki OKUSHI-0/+2182