about summary refs log tree commit diff
path: root/compiler/rustc_error_codes
AgeCommit message (Expand)AuthorLines
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
2024-04-27Mention Both HRTB and Generic Lifetime in `E0637` documentationVeera-4/+17
2024-04-24Error on using `yield` without also using `#[coroutine]` on the closureOli Scherer-21/+21
2024-04-17consistency rename: language item -> lang itemRalf Jung-1/+1
2024-04-12Update compiler/rustc_error_codes/src/error_codes/E0384.mdJimmy Ohn-0/+13
2024-03-20Use the more informative generic type inference failure error on method calls...Oli Scherer-2/+4
2024-03-19Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obkbors-4/+0
2024-03-08Stabilize associated type boundsMichael Goulet-4/+0
2024-03-08Improve error message for opaque capturesMichael Goulet-45/+14
2024-03-02Rollup merge of #120684 - carschandler:patch-1, r=nnethercoteMatthias Krüger-1/+1
2024-03-01Update E0716.mdcarschandler-3/+2
2024-02-25remove platform-intrinsics ABI; make SIMD intrinsics be regular intrinsicsRalf Jung-4/+4
2024-02-18Improve wording of static_mut_refObei Sideg-11/+15
2024-02-12Dejargnonize substShoyu Vanilla-14/+14
2024-02-10unstably allow constants to refer to statics and read from immutable staticsRalf Jung-1/+3
2024-02-09Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwcoMatthias Krüger-2/+0
2024-02-06Rollup merge of #120502 - clubby789:remove-ffi-returns-twice, r=compiler-errorsMatthias Krüger-2/+5
2024-02-06Invert diagnostic lints.Nicholas Nethercote-2/+0
2024-02-05Update E0716.md for claritycarschandler-2/+3
2024-02-05Rollup merge of #119600 - aDotInTheVoid:comment-fix, r=compiler-errorsMatthias Krüger-1/+1
2024-02-01Improve the diagnostics for unused generic parametersLeón Orell Valerian Liehr-3/+3
2024-01-30Remove `ffi_returns_twice` featureclubby789-2/+5
2024-01-29Stop using `String` for error codes.Nicholas Nethercote-667/+669
2024-01-19Stabilize simple offset_ofGeorge Bateman-2/+2
2024-01-16Async closures will move params into the future alwaysMichael Goulet-2/+4