summary refs log tree commit diff
path: root/tests/ui/error-codes
AgeCommit message (Expand)AuthorLines
2025-06-17make error codes reflect reality betterJana Dönszelmann-37/+50
2025-06-17use consistent attr errors in all attribute parsersJana Dönszelmann-1/+1
2025-06-17fix bugs in inline/force_inline and diagnostics of all attr parsersJana Dönszelmann-3/+16
2025-06-14Rollup merge of #142464 - RalfJung:variadic-fn-abi-error, r=workingjubileeMatthias Krüger-1/+1
2025-06-13variadic functions: remove list of supported ABIs from errorRalf Jung-1/+1
2025-06-13Unimplement unsized_localsmejrs-10/+3
2025-06-08Auto merge of #142008 - RalfJung:const-eval-error-here, r=oli-obkbors-2/+2
2025-06-07intrinsics: use const generic to set atomic orderingRalf Jung-15/+0
2025-06-07const-eval error: always say in which item the error occurredRalf Jung-2/+2
2025-06-06reword suggestion messageEsteban Küber-2/+2
2025-06-06Make cast suggestions verboseEsteban Küber-7/+13
2025-06-04Rollup merge of #141888 - ferrocene:lw/decouple-tests-from-2015, r=compiler-e...Matthias Krüger-6/+6
2025-06-03Rollup merge of #141698 - oli-obk:ctfe-err-flip, r=RalfJungMatthias Krüger-12/+9
2025-06-03Use non-2015 edition paths in tests that do not test for their resolutionLukas Wirth-6/+6
2025-06-02Clarify why we are talking about a failed const eval at a random placeOli Scherer-2/+2
2025-06-02Use the informative error as the main const eval error messageOli Scherer-12/+9
2025-06-02Add missing `dyn` keywords to tests that do not test for themLukas Wirth-14/+14
2025-05-28Stabilise `repr128`beetrees-10/+6
2025-05-23Do not try to confirm non-dyn compatible methodMichael Goulet-31/+2
2025-05-22Rollup merge of #140218 - fmease:hirtylo-clean-up-path-low, r=compiler-errorsMatthias Krüger-1/+7
2025-05-07Better error message for late/early lifetime param mismatchMichael Goulet-11/+50
2025-05-07Point out region bound mismatches in check_region_bounds_on_impl_itemMichael Goulet-1/+5
2025-05-06Preserve generic args in suggestions for ambiguous associated itemsLeón Orell Valerian Liehr-1/+7
2025-05-02resolve: Support imports of associated types and glob imports from traitsVadim Petrochenkov-19/+0
2025-04-30compiletest: Make diagnostic kind mandatory on line annotationsVadim Petrochenkov-10/+15
2025-04-13UI tests: migrate remaining compile time `error-pattern`s to line annotationsVadim Petrochenkov-5/+8
2025-04-10Rollup merge of #139530 - oli-obk:rustc-intrinsic-cleanup, r=RalfJungMatthias Krüger-23/+0
2025-04-09Remove some dead or leftover code related to rustc-intrinsic abi removalOli Scherer-23/+0
2025-04-08UI tests: add missing diagnostic kinds where possibleVadim Petrochenkov-9/+9
2025-04-06update/bless testsBennet Bleßmann-23/+29
2025-04-03compiletest: Require `//~` annotations even if `error-pattern` is specifiedVadim Petrochenkov-1/+4
2025-03-16Rollup merge of #138471 - spencer3035:move-ui-test-1ofn, r=jieyouxu许杰友 Jieyou Xu (Joe)-0/+67
2025-03-15improves duplicate lang item testSpencer-0/+36
2025-03-15improves duplicate label testSpencer-0/+31
2025-03-14Do not suggest using `-Zmacro-backtrace` for builtin macrosEsteban Küber-2/+0
2025-03-12Disentangle ForwardGenericParamBan and ConstParamTy ribsMichael Goulet-2/+2
2025-03-06`TypeVerifier` do not walk into required constslcnr-1/+1
2025-03-04tests: rebless some tests as a side-effect of `TEST_BUILD_DIR` changes许杰友 Jieyou Xu (Joe)-7/+7
2025-03-04tests: remove explicit long type filename hash normalization from some ui tests许杰友 Jieyou Xu (Joe)-3/+2
2025-03-01Rollup merge of #137617 - BoxyUwU:generic_const_parameter_types, r=lcnrMatthias Krüger-2/+0
2025-02-28Introduce `feature(generic_const_parameter_types)`Boxy-2/+0
2025-02-27remove most `simd_` intrinsic declaration in testsFolkert de Vries-8/+8
2025-02-25Make E0614 a structured errorEsteban Küber-1/+1
2025-02-25Auto merge of #137573 - compiler-errors:rollup-noq9yhp, r=compiler-errorsbors-38/+18
2025-02-24Rollup merge of #137489 - RalfJung:no-more-rustc_intrinsic_must_be_overridden...Michael Goulet-14/+8
2025-02-24Consolidate and rework CoercePointee and DispatchFromDyn errorsMichael Goulet-24/+10
2025-02-24Fix test output expectationsJana Dönszelmann-15/+5
2025-02-24remove support for rustc_intrinsic_must_be_overridden from the compilerRalf Jung-14/+8
2025-02-21Trim suggestion part before generating highlightsMichael Goulet-2/+2
2025-02-21More sophisticated span trimmingMichael Goulet-43/+28