about summary refs log tree commit diff
path: root/compiler/rustc_error_messages/src
AgeCommit message (Expand)AuthorLines
2024-12-31Convert some Into impls into From implsMichael Goulet-3/+3
2024-11-12Delete the `cfg(not(parallel))` serial compilerNoratrieb-24/+3
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-4/+4
2024-08-27Add `warn(unreachable_pub)` to `rustc_error_messages`.Nicholas Nethercote-0/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-15/+12
2024-06-12Use `tidy` to sort crate attributes for all compiler crates.Nicholas Nethercote-2/+4
2024-05-27Auto merge of #125410 - fmease:adj-lint-diag-api, r=nnethercotebors-11/+0
2024-05-23Remove `DelayDm`León Orell Valerian Liehr-11/+0
2024-03-05Rename `SubdiagnosticMessage` as `SubdiagMessage`.Nicholas Nethercote-23/+22
2024-03-05Rename `DiagnosticMessage` as `DiagMessage`.Nicholas Nethercote-42/+38
2024-02-20Stabilize `LazyCell` and `LazyLock` (`lazy_cell`)Peter Jaszkowiak-1/+0
2024-05-23Remove `#[macro_use] extern crate tracing` from `rustc_error_messages`.Nicholas Nethercote-3/+1
2024-02-15errors: only eagerly translate subdiagnosticsDavid Wood-22/+14
2024-02-13Remove `good_path_delayed_bug`.Nicholas Nethercote-1/+1
2024-02-09Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwcoMatthias Krüger-2/+0
2024-02-06Invert diagnostic lints.Nicholas Nethercote-2/+0
2024-02-05Split `Level::DelayedBug` in two.Nicholas Nethercote-1/+1
2024-01-25Remove unused featuresclubby789-1/+0
2023-11-26Remove `rustc_error_messages/messages.ftl`.Nicholas Nethercote-3/+0
2023-11-15Bump cfg(bootstrap)sMark Rousskov-2/+2
2023-10-16docs: add Rust logo to more compiler cratesMichael Howell-0/+2
2023-08-23Bump cfg(bootstrap)Mark Rousskov-1/+1
2023-08-03Add `internal_features` lintNilstrieb-0/+1
2023-07-30inline format!() args up to and including rustc_middleMatthias Krüger-5/+5
2023-07-24borrowck/errors: fix i18n error in delayed bugDavid Wood-0/+8
2023-07-19On nightly, dump ICE backtraces to diskEsteban Küber-0/+7
2023-07-07Require TAITs to be mentioned in the signatures of functions that register hi...Oli Scherer-2/+1
2023-06-01Use translatable diagnostics in `rustc_const_eval`Deadbeef-0/+4
2023-05-29Use `Cow` in `{D,Subd}iagnosticMessage`.Nicholas Nethercote-18/+14
2023-05-06correct literals for dyn thread safeSparrowLii-4/+4
2023-05-06introduce `DynSend` and `DynSync` auto traitSparrowLii-6/+7
2023-05-03Restrict `From<S>` for `{D,Subd}iagnosticMessage`.Nicholas Nethercote-10/+26
2023-04-18Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`Nilstrieb-1/+2
2023-03-29Stabilize a portion of 'once_cell'Trevor Gross-1/+1
2023-03-11Simplify message pathsest31-1/+1
2023-02-23Handle selecting the default locale bettermejrs-2/+5
2023-02-22various: translation resources from cg backendDavid Wood-1/+1
2023-02-22errors: generate typed identifiers in each crateDavid Wood-41/+1
2023-02-16Remove save-analysis.Nicholas Nethercote-1/+0
2023-01-30incremental: migrate diagnosticsDavid Wood-0/+1
2023-01-17Handle diagnostics customization on the fluent sideOli Scherer-0/+15
2022-12-24Rollup merge of #105975 - jeremystucki:rustc-remove-needless-lifetimes, r=eholkMatthias Krüger-3/+1
2022-12-23Rollup merge of #106057 - jyn514:trimmed-def-paths-ice, r=compiler-errorsMatthias Krüger-1/+1
2022-12-22Give a more helpful error for "trimmed_def_paths construted"Joshua Nelson-1/+1
2022-12-20rustc: Remove needless lifetimesJeremy Stucki-3/+1
2022-12-17Resolve various merge conflictsmejrs-1/+1
2022-12-17Migrate "function cannot return without recursing" diagnosticTheOddGarlic-0/+1
2022-11-21Match crate and slug namesmejrs-1/+1
2022-11-20Rollup merge of #104504 - compiler-errors:fru-syntax-note, r=estebankMatthias Krüger-0/+1
2022-11-18Auto merge of #104591 - Manishearth:rollup-b3ser4e, r=Manishearthbors-2/+91