summaryrefslogtreecommitdiff
path: root/compiler/rustc_session/src/errors.rs
Commit message (Expand)AuthorAgeFilesLines
* Rollup merge of #108801 - fee1-dead-contrib:c-str, r=compiler-errorsDylan DPC2023-05-051-1/+14
|\
| * make it semantic errorDeadbeef2023-05-021-1/+14
* | Add cross-language LLVM CFI support to the Rust compilerRamon de C Valle2023-05-031-2/+18
|/
* Rollup merge of #107489 - compiler-errors:non_lifetime_binders, r=cjgillotMatthias Krüger2023-02-171-6/+16
|\
| * Add feature gate for non_lifetime_bindersMichael Goulet2023-02-161-6/+16
* | `if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)`Maybe Waffle2023-02-161-5/+1
|/
* Emit an error if -Z instrument-xray is not supportedOleksii Lozovskyi2023-02-091-0/+6
* session: diagnostic migration lint on more fnsDavid Wood2023-01-301-0/+6
* Print correct base for too-large literalsclubby7892023-01-021-2/+10
* Note maximum integer literal for `IntLiteralTooLarge`clubby7892023-01-021-0/+1
* Auto merge of #105421 - jacobbramley:jb/branch-prot-check, r=nagisabors2022-12-171-0/+4
|\
| * Check AArch64 branch-protection earlier in the pipeline.Jacob Bramley2022-12-061-0/+4
* | Auto merge of #105233 - mejrs:always_eager, r=estebankbors2022-12-141-1/+1
|\ \
| * | Always evaluate vecs of subdiagnostics eagerlymejrs2022-12-041-1/+1
* | | Rollup merge of #105161 - cassaundra:numeric-literal-error, r=nnethercoteMatthias Krüger2022-12-141-10/+23
|\ \ \
| * | | Refine when invalid prefix case error arisesCassaundra Smith2022-12-121-10/+23
| |/ /
* | | Use `Symbol` for the crate name instead of `String`/`str`Oli Scherer2022-12-071-4/+4
| |/ |/|
* | Rollup merge of #105050 - WaffleLapkin:uselessrefign, r=jyn514Matthias Krüger2022-12-031-1/+1
|\ \
| * | Remove useless borrows and derefsMaybe Waffle2022-12-011-1/+1
| |/
* | avoid an unnecessary `&str` to `String` conversionTakayuki Maeda2022-11-301-7/+3
|/
* Match crate and slug namesmejrs2022-11-211-13/+13
* Use `token::Lit` in `ast::ExprKind::Lit`.Nicholas Nethercote2022-11-161-0/+162
* Migrate all diagnosticsNilstrieb2022-10-231-28/+28
* session: use derive moreDavid Wood2022-10-171-15/+26
* ADD - IntoDiagnostic conformance for TargetDataLayoutErrors in rustc_errorsJhonny Bill Mena2022-10-121-54/+0
* Migrate rustc_session::expr_parentheses_needed to Subdiagnostic structXiretza2022-09-271-0/+15
* FIX - adopt new Diagnostic naming in newly migrated modulesJhonny Bill Mena2022-09-211-28/+28
* UPDATE - rename SessionSubdiagnostic macro to SubdiagnosticJhonny Bill Mena2022-09-211-2/+2
* UPDATE - rename DiagnosticHandler macro to DiagnosticJhonny Bill Mena2022-09-211-4/+4
* UPDATE - rename DiagnosticHandler trait to IntoDiagnosticJhonny Bill Mena2022-09-211-12/+12
* translations(rustc_session): migrate output.rsLuis Cardoso2022-09-101-1/+50
* translations(rustc_session): migrates two diagnostics in session.rsLuis Cardoso2022-09-081-0/+14
* translations(rustc_session): remove lint allow rule to the methods marked wit...Luis Cardoso2022-09-081-10/+5
* translations(rustc_session): migrate TargetDataLayout::parseLuis Cardoso2022-09-081-5/+56
* translations(rustc_session): migrates session.rs and config.rsLuis Cardoso2022-09-081-1/+68
* translations(rustc_session): migrate check_expected_reuseLuis Cardoso2022-08-261-8/+7
* translations(rustc_session): migrate 80% of the file parse.rsLuis Cardoso2022-08-261-2/+26
* translations(rustc_session): migrate the file cgu_reuse_trackerLuis Cardoso2022-08-261-0/+22