summary refs log tree commit diff
path: root/compiler/rustc_error_messages
AgeCommit message (Expand)AuthorLines
2025-06-28Remove unused feature gatesYotam Ofek-1/+0
2025-06-24rustc_session: Add a structure for keeping both explicit and default sysrootsVadim Petrochenkov-5/+4
2025-06-19Extract Translator structCameron Steffen-5/+5
2025-06-06Fix review commentsbjorn3-3/+4
2025-06-05Replace all uses of sysroot_candidates with get_or_default_sysrootbjorn3-2/+2
2025-05-27bump fluent-* cratesklensy-2/+2
2025-04-09update cfgsBoxy-1/+1
2025-03-13Rollup merge of #138404 - bjorn3:sysroot_handling_cleanup, r=petrochenkov,jie...Matthias Krüger-3/+3
2025-03-12Rollup merge of #138331 - nnethercote:use-RUSTC_LINT_FLAGS-more, r=onur-ozkan...Matthias Krüger-1/+0
2025-03-12Rename user_provided_sysroot argument of fluent_bundlebjorn3-4/+2
2025-03-12Avoid unnecessary argument mutation in fluent_bundlebjorn3-4/+4
2025-03-12Make opts.maybe_sysroot non-optionalbjorn3-2/+4
2025-03-11Auto merge of #128440 - oli-obk:defines, r=lcnrbors-0/+1
2025-03-11Implement `#[define_opaque]` attribute for functions.Oli Scherer-0/+1
2025-03-11Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.Nicholas Nethercote-1/+0
2025-03-10Revert "Use workspace lints for crates in `compiler/` #138084"许杰友 Jieyou Xu (Joe)-3/+1
2025-03-08Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.Nicholas Nethercote-1/+0
2025-03-08Specify rust lints for `compiler/` crates via Cargo.Nicholas Nethercote-0/+3
2025-02-22Upgrade the compiler to edition 2024Michael Goulet-1/+1
2025-02-03tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc`Askar Safin-6/+6
2024-12-31Convert some Into impls into From implsMichael Goulet-3/+3
2024-11-12Delete the `cfg(not(parallel))` serial compilerNoratrieb-29/+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-5/+0
2023-11-15Bump cfg(bootstrap)sMark Rousskov-2/+2
2023-10-30Clean up `rustc_*/Cargo.toml`.Nicholas Nethercote-6/+8
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