about summary refs log tree commit diff
path: root/compiler/rustc_error_messages/src
AgeCommit message (Expand)AuthorLines
2022-08-31migrate rustc_query_system to use SessionDiagnosticYuanheng Li-0/+1
2022-08-30ADD - InvalidSymbolName to migrate symbol-name({}) error to new diagnostics i...Jhonny Bill Mena-0/+1
2022-08-29Revert let_chains stabilizationNilstrieb-0/+1
2022-08-29Rollup merge of #100843 - IntQuant:issue-100717-infer, r=compiler-errorsMatthias Krüger-0/+1
2022-08-26Rollup merge of #100890 - adriantombu:migrate_diagnostic_rustc_driver, r=davi...Michael Goulet-0/+1
2022-08-26Rollup merge of #100836 - hampuslidin:migrate-attr-crate-diagnostics, r=david...Michael Goulet-0/+1
2022-08-26Rollup merge of #100744 - 5225225:migrate-rustc-mir-dataflow, r=davidtwcoMichael Goulet-0/+1
2022-08-26Rollup merge of #100735 - Facel3ss1:ty-utils-translation, r=davidtwcoMichael Goulet-0/+1
2022-08-26Rollup merge of #100724 - JeanCASPAR:migrate-ast_lowering-to-session-diagnost...Michael Goulet-0/+1
2022-08-26translations(rustc_session): migrate the file cgu_reuse_trackerLuis Cardoso-0/+1
2022-08-26Migrate rustc_ty_utils to use SessionDiagnosticPeter Medus-0/+1
2022-08-25rebased: convert rustc_monomorphize errors to SessionDiagnosticNathan Stocks-0/+1
2022-08-25Replace spaghetti with a simple errors enumAdrian Tombu-1/+0
2022-08-25Start adding enum errors for deserialize_rlinkAdrian Tombu-0/+1
2022-08-25Start moving rustc_driver to SessionDiagnosticAdrian Tombu-0/+1
2022-08-24save_analysis: Migrate diagnosticsWonchul Lee-0/+1
2022-08-23Rename rustc_mir_dataflow diagnostic to mir_dataflow5225225-1/+1
2022-08-23Migrate OpaqueHiddenType, E0282, E0283, E0284, E0698Nikita Tomashevich-0/+1
2022-08-23Migrate rustc_mir_dataflow to diagnostic structs5225225-0/+1
2022-08-22Refactor diagnostics in `handle_errors` functionHampus Lidin-0/+1
2022-08-22Migrate ast_lowering::path to SessionDiagnosticJean CASPAR-0/+1
2022-08-22Migrate rustc_plugin_impl to SessionDiagnosticPeter Medus-0/+1
2022-08-22Migrate forbidden_letfinalchild-0/+1
2022-08-18Add diagnostic translation lints to crates that don't emit them5225225-0/+2
2022-08-17Migrate emoji identifier diagnostics to `SessionDiagnostic`finalchild-0/+1
2022-08-12Adjust cfgsMark Rousskov-1/+0
2022-07-20clippy::perf fixesMatthias Krüger-1/+1
2022-07-16Stabilize `let_chains`Caio-1/+1
2022-07-15passes: migrate half of `check_attr`David Wood-0/+1
2022-07-10use subdiagnostic for messageMichael Goulet-1/+2
2022-07-08Migrate unstable-in-stable diagnosticMichael Goulet-0/+1
2022-06-30lint: port array-into-iter diagnosticsDavid Wood-2/+3
2022-06-28Migrate some rustc_borrowck diagnostics to SessionDiagnosticMichael Goulet-0/+1
2022-06-27privacy: port "field is private" diagDavid Wood-0/+1
2022-06-24errors: remove diagnostic message ctorsDavid Wood-17/+0
2022-06-24macros: use typed identifiers in subdiag deriveDavid Wood-0/+21
2022-06-21Migrate `builtin-macros-requires-cfg-pattern` to `SessionDiagnostic`beetrees-0/+1
2022-06-20Rollup merge of #97912 - Kixunil:stabilize_path_try_exists, r=dtolnayYuki Okushi-1/+0
2022-06-16Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock`Maybe Waffle-1/+1
2022-06-16Move/rename `lazy::{OnceCell, Lazy}` to `cell::{OnceCell, LazyCell}`Maybe Waffle-1/+1
2022-06-14Stabilize `Path::try_exists()` and improve docMartin Habovstiak-1/+0
2022-06-10lint: add diagnostic translation migration lintsDavid Wood-0/+3
2022-05-30errors: simplify referring to fluent attributesDavid Wood-6/+66
2022-05-24macros: introduce `fluent_messages` macroDavid Wood-3/+8
2022-04-19Rollup merge of #96029 - IsakNyberg:error-messages-fix, r=Dylan-DPCDylan DPC-8/+2
2022-04-16Update compiler/rustc_error_messages/src/lib.rsIsak Nyberg-1/+1
2022-04-14Refactor loop into iterator; simplify negation logic.Isak Nyberg-8/+2
2022-04-13errors: lazily load fallback fluent bundleDavid Wood-11/+29
2022-04-12sess: try sysroot candidates for fluent bundleDavid Wood-30/+39
2022-04-05errors: support fluent + parallel compilerDavid Wood-3/+18