about summary refs log tree commit diff
path: root/compiler/rustc_error_codes
AgeCommit message (Expand)AuthorLines
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
2024-10-06disallow `asm!` in `#[naked]` functionsFolkert de Vries-3/+2
2024-10-04Use wide pointers consistenly across the compilerUrgau-5/+5
2024-09-27Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-...Matthias Krüger-16/+19
2024-09-26Stabilize `const_refs_to_static`Ding Xiang Fei-1/+1
2024-09-25Compiler: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr-16/+19
2024-09-21mark `E0775` as no longer emitte by the compilerFolkert de Vries-0/+2
2024-09-21remove `#[cmse_nonsecure_entry]`Folkert-4/+6
2024-09-20Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errorsbors-3/+4
2024-09-16Introduce distinct error codes for precise capturingMichael Goulet-0/+32
2024-09-15stabilize const_mut_refsRalf Jung-4/+0
2024-09-13Disallow hidden references to mutable staticObei Sideg-3/+4
2024-09-09Ban non-array SIMDScott McMurray-17/+23
2024-09-02chore: Fix typos in 'compiler' (batch 1)Alexander Cyon-1/+1
2024-08-27Add `warn(unreachable_pub)` to `rustc_error_codes`.Nicholas Nethercote-0/+1
2024-08-18stabilize raw_ref_opRalf Jung-2/+0
2024-08-07Update E0517 message to reflect RFC 2195.Zachary S-7/+12
2024-07-29Stabilize offset_of_nestedGeorge Bateman-2/+2
2024-07-28Rollup merge of #127853 - folkertdev:naked-function-error-messages, r=bjorn3Matthias Krüger-7/+13
2024-07-27allow `#[target_feature]` on `#[naked]` functionsFolkert-1/+0
2024-07-27switch to an allowlist approachFolkert-24/+6
2024-07-23Rollup merge of #126994 - Alexendoo:explain-markdown, r=tgross35Matthias Krüger-2/+2
2024-07-21Reword E0626 to mention static coroutineMichael Goulet-8/+24
2024-07-21Auto merge of #127722 - BoxyUwU:new_adt_const_params_limitations, r=compiler-...bors-2/+2