about summary refs log tree commit diff
path: root/compiler/rustc_error_codes
AgeCommit message (Expand)AuthorLines
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
2024-07-19Rollup merge of #127949 - princess-entrapta:master, r=tgross35Matthias Krüger-8/+16
2024-07-19Rollup merge of #127814 - folkertdev:c-cmse-nonsecure-call-error-messages, r=...Matthias Krüger-0/+40
2024-07-19fix: explain E0120 better cover cases when its raisedPrincess Entrapta-8/+16
2024-07-18move CMSE validation to hir_analysisFolkert-0/+1
2024-07-18avoid creating an Instance only to immediately disassemble it againRalf Jung-9/+8
2024-07-17Split part of `adt_const_params` into `unsized_const_params`Boxy-2/+2
2024-07-17add error message when `#[naked]` is used with `#[test]`Folkert-0/+15
2024-07-16update text for E0736 and E0739Folkert-6/+16
2024-07-16stop running code samples in the error code .mdFolkert-2/+2
2024-07-16another attempt at fixing the examples in the error codes .mdFolkert-0/+2
2024-07-16make function pub in error_codes markdown fileFolkert-2/+2