summary refs log tree commit diff
path: root/compiler/rustc_session/src/errors.rs
AgeCommit message (Expand)AuthorLines
2023-05-05Rollup merge of #108801 - fee1-dead-contrib:c-str, r=compiler-errorsDylan DPC-1/+14
2023-05-03Add cross-language LLVM CFI support to the Rust compilerRamon de C Valle-2/+18
2023-05-02make it semantic errorDeadbeef-1/+14
2023-02-17Rollup merge of #107489 - compiler-errors:non_lifetime_binders, r=cjgillotMatthias Krüger-6/+16
2023-02-16`if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)`Maybe Waffle-5/+1
2023-02-16Add feature gate for non_lifetime_bindersMichael Goulet-6/+16
2023-02-09Emit an error if -Z instrument-xray is not supportedOleksii Lozovskyi-0/+6
2023-01-30session: diagnostic migration lint on more fnsDavid Wood-0/+6
2023-01-02Print correct base for too-large literalsclubby789-2/+10
2023-01-02Note maximum integer literal for `IntLiteralTooLarge`clubby789-0/+1
2022-12-17Auto merge of #105421 - jacobbramley:jb/branch-prot-check, r=nagisabors-0/+4
2022-12-14Auto merge of #105233 - mejrs:always_eager, r=estebankbors-1/+1
2022-12-14Rollup merge of #105161 - cassaundra:numeric-literal-error, r=nnethercoteMatthias Krüger-10/+23
2022-12-12Refine when invalid prefix case error arisesCassaundra Smith-10/+23
2022-12-07Use `Symbol` for the crate name instead of `String`/`str`Oli Scherer-4/+4
2022-12-06Check AArch64 branch-protection earlier in the pipeline.Jacob Bramley-0/+4
2022-12-04Always evaluate vecs of subdiagnostics eagerlymejrs-1/+1
2022-12-03Rollup merge of #105050 - WaffleLapkin:uselessrefign, r=jyn514Matthias Krüger-1/+1
2022-12-01Remove useless borrows and derefsMaybe Waffle-1/+1
2022-11-30avoid an unnecessary `&str` to `String` conversionTakayuki Maeda-7/+3
2022-11-21Match crate and slug namesmejrs-13/+13
2022-11-16Use `token::Lit` in `ast::ExprKind::Lit`.Nicholas Nethercote-0/+162
2022-10-23Migrate all diagnosticsNilstrieb-28/+28
2022-10-17session: use derive moreDavid Wood-15/+26
2022-10-12ADD - IntoDiagnostic conformance for TargetDataLayoutErrors in rustc_errorsJhonny Bill Mena-54/+0
2022-09-27Migrate rustc_session::expr_parentheses_needed to Subdiagnostic structXiretza-0/+15
2022-09-21FIX - adopt new Diagnostic naming in newly migrated modulesJhonny Bill Mena-28/+28
2022-09-21UPDATE - rename SessionSubdiagnostic macro to SubdiagnosticJhonny Bill Mena-2/+2
2022-09-21UPDATE - rename DiagnosticHandler macro to DiagnosticJhonny Bill Mena-4/+4
2022-09-21UPDATE - rename DiagnosticHandler trait to IntoDiagnosticJhonny Bill Mena-12/+12
2022-09-10translations(rustc_session): migrate output.rsLuis Cardoso-1/+50
2022-09-08translations(rustc_session): migrates two diagnostics in session.rsLuis Cardoso-0/+14
2022-09-08translations(rustc_session): remove lint allow rule to the methods marked wit...Luis Cardoso-10/+5
2022-09-08translations(rustc_session): migrate TargetDataLayout::parseLuis Cardoso-5/+56
2022-09-08translations(rustc_session): migrates session.rs and config.rsLuis Cardoso-1/+68
2022-08-26translations(rustc_session): migrate check_expected_reuseLuis Cardoso-8/+7
2022-08-26translations(rustc_session): migrate 80% of the file parse.rsLuis Cardoso-2/+26
2022-08-26translations(rustc_session): migrate the file cgu_reuse_trackerLuis Cardoso-0/+22