summary refs log tree commit diff
path: root/compiler/rustc_error_codes
AgeCommit message (Expand)AuthorLines
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
2024-07-16add rust error message for CMSE stack spillFolkert-0/+37
2024-07-10Support lists and stylings in more places for `rustc --explain`Alex Macleod-2/+2
2024-07-06Correct description of E0502trevyn-2/+3
2024-06-12Auto merge of #126319 - workingjubilee:rollup-lendnud, r=workingjubileebors-2/+4
2024-06-12Add a `fn main() {}` to a doctest to prevent the test from being wrapped in a...Oli Scherer-0/+4
2024-06-12Use `tidy` to sort crate attributes for all compiler crates.Nicholas Nethercote-2/+4
2024-06-05Rollup merge of #124746 - OliverKillane:E0582-explain-assoc-types-improvement...Matthias Krüger-0/+34
2024-05-30Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanupLeón Orell Valerian Liehr-7/+6
2024-05-15tidy fix from suggestionOliver Killane-3/+3
2024-05-15Update compiler/rustc_error_codes/src/error_codes/E0582.mdOliver Killane-1/+1
2024-05-13Remove a stray backtick in an error explanation.Nicholas Nethercote-1/+1
2024-05-05fix whitespaceOliver Killane-2/+2
2024-05-05Updated error code explanationOliver Killane-0/+34
2024-05-02Stabilize exclusive_rangeRoss Smyth-1/+0
2024-04-30Rollup merge of #123247 - veera-sivarajan:fix-error-code-E0637-example-code, ...Matthias Krüger-4/+17