summary refs log tree commit diff
path: root/compiler/rustc_error_messages/src/lib.rs
AgeCommit message (Expand)AuthorLines
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
2022-11-18Import icu locale fallback dataCharles Lew-11/+12
2022-11-18Migrate diagnostics list output to use icu list formatter.Charles Lew-2/+90
2022-11-18Add a detailed note for missing comma in FRU syntax typoMichael Goulet-0/+1
2022-11-13migrating rustc_resolve to SessionDiagnostic. work in progress. startRajput, Rajat-0/+1
2022-11-11Rollup merge of #104217 - Nilstrieb:funny-dollar-syntax, r=TaKO8KiDylan DPC-1/+2
2022-11-09Display help message when fluent arg was referenced incorrectlyNilstrieb-1/+2
2022-11-09Port unknown feature diagnostic to the new frameworkSLASHLogin-0/+1
2022-10-12ADD - IntoDiagnostic conformance for TargetDataLayoutErrors in rustc_errorsJhonny Bill Mena-0/+1
2022-10-12Rollup merge of #102719 - Nilstrieb:tidy-alphabetical, r=jackh726Dylan DPC-0/+2
2022-10-12Rollup merge of #102623 - davidtwco:translation-eager, r=compiler-errorsDylan DPC-1/+28
2022-10-12Use `tidy-alphabetical` in the compilerNilstrieb-0/+2
2022-10-11Rollup merge of #102893 - TaKO8Ki:fix-102878, r=davidtwcoMatthias Krüger-13/+0
2022-10-11fix #102878Takayuki Maeda-13/+0
2022-10-10errors: `DiagnosticMessage::Eager`David Wood-1/+28
2022-10-07Address PR commentsJhonny Bill Mena-2/+2
2022-10-07ADD - codegen_ssa initial diags translations machineryJhonny Bill Mena-0/+1
2022-10-03errors: rename `typeck.ftl` to `hir_analysis.ftl`David Wood-7/+8