about summary refs log tree commit diff
path: root/compiler/rustc_errors
AgeCommit message (Expand)AuthorLines
2022-11-09Port `DlltoolFailImportLibrary` and implement `IntoDiagnosticArg` for `Cow<'a...SLASHLogin-0/+6
2022-11-08add 'ty_error_with_guaranteed' and 'const_error_with_guaranteed'yukang-2/+2
2022-11-06cfg-step codeMark Rousskov-4/+2
2022-11-04Rollup merge of #103792 - JhonnyBillM:migrate-codegen-ssa-to-diagnostics-stru...Matthias Krüger-1/+4
2022-11-04Rollup merge of #103397 - crlf0710:port_dead_code_lint, r=davidtwcoMatthias Krüger-1/+33
2022-11-04UPDATE - accept dyn error and make Box<dyn error> conform to IntoDiagnosticArgJhonny Bill Mena-0/+1
2022-11-04UPDATE - Complete link.rs migration to new diagnostics infraestructureJhonny Bill Mena-1/+3
2022-11-01Auto merge of #103217 - mejrs:track, r=eholkbors-5/+106
2022-10-31Add more track_callermejrs-2/+4
2022-10-24Address some commentsmejrs-2/+2
2022-10-24Port `dead_code` lints to be translatable.Charles Lew-1/+33
2022-10-23Allow specifying multiple alternative suggestionsXiretza-3/+23
2022-10-23Auto merge of #103431 - Dylan-DPC:rollup-oozfo89, r=Dylan-DPCbors-0/+3
2022-10-23Rollup merge of #101293 - compiler-errors:lt-is-actually-char, r=estebankDylan DPC-0/+3
2022-10-23Migrate all diagnosticsNilstrieb-7/+7
2022-10-22Recover unclosed char literal being parsed as lifetimeMichael Goulet-0/+3
2022-10-21Rollup merge of #103051 - davidtwco:translation-tidying-up, r=compiler-errorsDylan DPC-3/+18
2022-10-20Implement assertions and fixes to not emit empty spans without suggestionsKevin Per-0/+25
2022-10-19Implement -Ztrack-diagnosticsmejrs-5/+104
2022-10-17lint: use derive moreDavid Wood-3/+18
2022-10-16Use IsTerminal in rustc_errorsJosh Triplett-4/+4
2022-10-12UPDATE - Move IntoDiagnosticArg implementations to diagnostic_impls fileJhonny Bill Mena-152/+160
2022-10-12ADD - IntoDiagnostic conformance for TargetDataLayoutErrors in rustc_errorsJhonny Bill Mena-0/+54
2022-10-12Rollup merge of #102623 - davidtwco:translation-eager, r=compiler-errorsDylan DPC-27/+87
2022-10-12Rollup merge of #102110 - CleanCut:migrate_rustc_passes_diagnostics, r=davidtwcoDylan DPC-1/+51
2022-10-10Fix doc lint errorGuillaume Gomez-1/+1
2022-10-10errors: `DiagnosticMessage::Eager`David Wood-2/+32
2022-10-10errors: `AddToDiagnostic::add_to_diagnostic_with`David Wood-4/+15
2022-10-10errors: use `HashMap` to store diagnostic argsDavid Wood-21/+40
2022-10-07migrate dead.rs to translateable diagnosticsNathan Stocks-5/+1
2022-10-07errors: add `emit_note`/`create_note`David Wood-2/+56
2022-10-06Auto merge of #102726 - matthiaskrgr:rollup-2ghn38b, r=matthiaskrgrbors-0/+1
2022-10-06Auto merge of #99324 - reez12g:issue-99144, r=jyn514bors-1/+0
2022-10-05Delay function resolution error until typeckMichael Goulet-0/+1
2022-10-01Compute `lint_levels` by definitionDeadbeef-3/+4
2022-10-01Auto merge of #101986 - WaffleLapkin:move_lint_note_to_the_bottom, r=estebankbors-28/+9
2022-10-01Remove `LintDiagnosticBuilder`Maybe Waffle-25/+1
2022-10-01Refactor rustc lint APIMaybe Waffle-3/+8
2022-09-30Rollup merge of #102493 - nnethercote:improve-size-assertions-some-more, r=lqdMatthias Krüger-1/+1
2022-09-30Rollup merge of #102373 - Nilstrieb:cannot-get-layout-of-branch-error, r=cjgi...Matthias Krüger-0/+6
2022-10-01Group together more size assertions.Nicholas Nethercote-1/+1
2022-09-30Rollup merge of #101075 - ellishg:rustc_codegen_gcc_diagnostics, r=davidtwcoMatthias Krüger-0/+13
2022-09-29Remove from compiler/ cratesreez12g-1/+0
2022-09-28Auto merge of #101619 - Xiretza:rustc_parse-session-diagnostics, r=davidtwcobors-0/+22
2022-09-28Auto merge of #102302 - nnethercote:more-lexer-improvements, r=matkladbors-1/+2
2022-09-27Flush delayed bugs before codegenNilstrieb-0/+6
2022-09-27Implement IntoDiagnosticArg for rustc_ast::token::Token(Kind)Xiretza-0/+12
2022-09-27Implement IntoDiagnosticArg for rustc_ast::PathXiretza-0/+10
2022-09-26remove cfg(bootstrap)Pietro Albini-2/+1
2022-09-26Rearrange `TokenTreesReader::parse_token_tree`.Nicholas Nethercote-1/+2