about summary refs log tree commit diff
path: root/compiler/rustc_error_codes
AgeCommit message (Expand)AuthorLines
2025-03-25Avoid `kw::Empty` when dealing with `rustc_allowed_through_unstable_modules`.Nicholas Nethercote-1/+1
2025-03-21Rollup merge of #138364 - BLANKatGITHUB:compiler, r=RalfJungMatthias Krüger-25/+17
2025-03-19Allow builtin macros to be used more than once.Mara Bos-39/+3
2025-03-18updated compiler tests for rustc_intrinsic'aaishwarymishra@gmail.com-25/+17
2025-03-14Clarify "owned data" in E0515.mdMarijn Schouten-3/+6
2025-03-12Rollup merge of #138331 - nnethercote:use-RUSTC_LINT_FLAGS-more, r=onur-ozkan...Matthias Krüger-1/+0
2025-03-11Auto merge of #128440 - oli-obk:defines, r=lcnrbors-0/+4
2025-03-11Implement `#[define_opaque]` attribute for functions.Oli Scherer-0/+4
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-03-05Rollup merge of #136764 - traviscross:TC/make-ptr_cast_add_auto_to_object-har...许杰友 Jieyou Xu (Joe)-0/+42
2025-03-03Add ``dyn`` keywordKirill Podoprigora-2/+2
2025-02-27Update E0133 docs for 2024 editionEric Huss-1/+2
2025-02-24Rollup merge of #137489 - RalfJung:no-more-rustc_intrinsic_must_be_overridden...Michael Goulet-11/+3
2025-02-24Consolidate and rework CoercePointee and DispatchFromDyn errorsMichael Goulet-117/+44
2025-02-24remove support for rustc_intrinsic_must_be_overridden from the compilerRalf Jung-11/+3
2025-02-22Make `ptr_cast_add_auto_to_object` lint into hard errorTravis Cross-0/+42
2025-02-22Upgrade the compiler to edition 2024Michael Goulet-1/+1
2025-02-15fix: Alloc new errorcode E0803 for E0495xizheyin-0/+47
2025-02-10fix the error code documentDing Xiang Fei-0/+14
2025-02-09introduce CoercePointeeWellformed for coherence checks at typeck stageDing Xiang Fei-0/+81
2025-01-25Auto merge of #133154 - estebank:issue-133137, r=wesleywiserbors-1/+1
2025-01-24Properly report error when object type param default references selfMichael Goulet-7/+5
2025-01-24Reword "crate not found" resolve messageEsteban Küber-1/+1
2025-01-22Refactor dyn-compatibility error and suggestionsTaylor Cramer-3/+3
2025-01-21Auto merge of #134299 - RalfJung:remove-start, r=compiler-errorsbors-67/+10
2025-01-21remove support for the #[start] attributeRalf Jung-67/+10
2025-01-17Rollup merge of #135604 - estebank:docs-e0207, r=jieyouxuMatthias Krüger-0/+24
2025-01-16Expand docs for `E0207` with additional exampleEsteban Küber-0/+24
2025-01-16Implement `use` associated items of traitsFrank King-6/+6
2024-12-25Rewrite the error-code docs for coverage attributes [E0788]Zalathar-19/+17
2024-12-23Note def descr in NonConstFunctionCallMichael Goulet-1/+1
2024-12-21Use E0665 for missing `#[default]` errorEsteban Küber-8/+7
2024-12-21Mention `#[default]` in E0655 code indexEsteban Küber-3/+15
2024-12-13Auto merge of #132706 - compiler-errors:async-closures, r=oli-obkbors-4/+0
2024-12-13Stabilize async closuresMichael Goulet-4/+0
2024-12-11Arbitrary self types v2: use Receiver traitAdrian Taylor-2/+4
2024-12-06Fix: typo in E0751 error explanationLuanOnCode-1/+1
2024-12-03Rollup merge of #133726 - joshtriplett:breakpoint, r=oli-obkMatthias Krüger-4/+5
2024-12-02Add `core::arch::breakpoint` and testJosh Triplett-4/+5
2024-12-02Use c"lit" for CStrings without unwrapKornel-9/+4
2024-11-08remove support for rustc_safe_intrinsic attribute; use rustc_intrinsic functi...Ralf Jung-15/+17
2024-10-30Reject generic self types.Adrian Taylor-0/+52
2024-10-28Auto merge of #132145 - RalfJung:stdarch, r=Amanieubors-0/+2
2024-10-28we can now enable the 'const stable fn must be stable' checkRalf Jung-0/+2
2024-10-27Move an impl-Trait check from AST validation to AST loweringLeón Orell Valerian Liehr-2/+4
2024-10-22terminology: #[feature] *enables* a feature (instead of "declaring" or "activ...Ralf Jung-3/+3
2024-10-09Fix typo in E0793Alyssa Haroldsen-1/+1