about summary refs log tree commit diff
path: root/compiler/rustc_error_codes/src/lib.rs
AgeCommit message (Expand)AuthorLines
2025-06-25compiler: Trim the misleading C of C-cmse from errorsJubilee Young-1/+1
2025-06-18convert the `optimize` attribute to a new parserJana Dönszelmann-0/+1
2025-06-17make error codes reflect reality betterJana Dönszelmann-0/+1
2025-04-09Remove some dead or leftover code related to rustc-intrinsic abi removalOli Scherer-1/+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)-0/+1
2025-03-08Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.Nicholas Nethercote-1/+0
2025-02-22Make `ptr_cast_add_auto_to_object` lint into hard errorTravis Cross-0/+1
2025-02-15fix: Alloc new errorcode E0803 for E0495xizheyin-0/+1
2025-02-09introduce CoercePointeeWellformed for coherence checks at typeck stageDing Xiang Fei-0/+1
2025-01-21remove support for the #[start] attributeRalf Jung-0/+4
2024-10-30Reject generic self types.Adrian Taylor-0/+1
2024-09-25Compiler: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr-1/+1
2024-09-21remove `#[cmse_nonsecure_entry]`Folkert-0/+1
2024-09-20Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errorsbors-0/+1
2024-09-16Introduce distinct error codes for precise capturingMichael Goulet-0/+2
2024-09-13Disallow hidden references to mutable staticObei Sideg-0/+1
2024-08-27Add `warn(unreachable_pub)` to `rustc_error_codes`.Nicholas Nethercote-0/+1
2024-07-16add rust error message for CMSE stack spillFolkert-0/+1
2024-06-12Use `tidy` to sort crate attributes for all compiler crates.Nicholas Nethercote-2/+4
2024-03-20Use the more informative generic type inference failure error on method calls...Oli Scherer-1/+1
2024-02-06Invert diagnostic lints.Nicholas Nethercote-2/+0
2024-01-29Stop using `String` for error codes.Nicholas Nethercote-9/+669
2023-11-15Bump cfg(bootstrap)sMark Rousskov-3/+3
2023-10-16docs: add Rust logo to more compiler cratesMichael Howell-0/+3
2023-02-26refactor: statically guarantee that current error codes are documentedEzra Shaw-4/+3
2022-08-18Add diagnostic translation lints to crates that don't emit them5225225-0/+2
2021-04-04Bump cfgsMark Rousskov-2/+1
2021-03-01Rename rustdoc lints to be a tool lint instead of built-in.Joshua Nelson-1/+2
2020-11-05`deny(invalid_codeblock_attributes)`Joshua Nelson-0/+1
2020-08-30mv compiler to compiler/mark-0/+14