summary refs log tree commit diff
path: root/compiler/rustc_error_codes/src
AgeCommit message (Expand)AuthorLines
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
2024-01-09Add error code for missing base expression in struct update syntaxclubby789-0/+27
2024-01-09Rollup merge of #117556 - obeis:static-mut-ref-lint, r=davidtwcoGuillaume Gomez-0/+23
2024-01-08Last nitsMichael Goulet-28/+10
2024-01-08Don't check for recursion in generator witness fieldsMichael Goulet-1/+15
2024-01-06Disallow reference to `static mut` for expressionsObei Sideg-0/+23
2024-01-05Remove outdated references to `librustc_middle`.Alona Enraght-Moony-1/+1
2024-01-03Rollup merge of #119505 - fmease:no-host-param-for-trait-fns, r=fee1-deadLeón Orell Valerian Liehr-0/+4
2024-01-02E0379: Make diagnostic more preciseLeón Orell Valerian Liehr-0/+4
2023-12-28rustc_error_codes: Update expected error in E0453.mdMartin Nordholts-2/+2
2023-12-23move rustc_outlives test code from query to dedicated functionLukas Markeffsky-0/+1
2023-12-20E0761: module directory has .rs suffixalef-1/+1
2023-12-10Remove edition umbrella features.Eric Huss-1/+3
2023-11-28Yeet E0744Michael Goulet-1/+4
2023-11-15Bump cfg(bootstrap)sMark Rousskov-3/+3
2023-11-05Auto merge of #117537 - GKFX:offset-of-enum-feature, r=cjgillotbors-2/+2
2023-11-04Remove support for compiler plugins.Nicholas Nethercote-7/+8
2023-11-03enable feature gate in E0795.mdGeorge Bateman-2/+2
2023-10-31Support enum variants in offset_of!George Bateman-0/+29
2023-10-20Replace all uses of `generator` in markdown documentation with `coroutine`Oli Scherer-29/+29
2023-10-20s/Generator/Coroutine/Oli Scherer-13/+13