summary refs log tree commit diff
path: root/tests/ui/error-codes
AgeCommit message (Expand)AuthorLines
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
2025-02-14Trim suggestion parts to the subset that is purely additiveMichael Goulet-3/+3
2025-02-14Consider add-prefix replacements tooMichael Goulet-9/+6
2025-02-12Split out the `extern_system_varargs` featureJubilee Young-1/+1
2025-02-11Revert "Stabilize `extended_varargs_abi_support`"Jubilee Young-1/+1
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-76/+115
2025-02-06Label mismatched parameters at the def site for foreign functions.Jason Newcomb-1/+1
2025-02-05When displaying a parameter mismatch error, only highlight the mismatched par...Jason Newcomb-1/+1
2025-02-04Rollup merge of #136274 - compiler-errors:sized-wf, r=lcnrMatthias Krüger-2/+2
2025-02-03fix `json-*.rs` and `E0462` tests for compare-modesRémy Rakic-1/+1
2025-02-03fix `crateresolve*.rs` tests and duplicates for compare modesRémy Rakic-2/+2
2025-02-03Make error message less awkwardMichael Goulet-2/+2
2025-02-02rustc_allowed_through_unstable_modules: require deprecation messageRalf Jung-1/+1
2025-01-26Compiler: Finalize dyn compatibility renamingLeón Orell Valerian Liehr-2/+2
2025-01-25Auto merge of #133154 - estebank:issue-133137, r=wesleywiserbors-2/+2
2025-01-24Properly report error when object type param default references selfMichael Goulet-1/+1
2025-01-24Reword "crate not found" resolve messageEsteban Küber-2/+2
2025-01-22Refactor dyn-compatibility error and suggestionsTaylor Cramer-8/+10
2025-01-21Auto merge of #134299 - RalfJung:remove-start, r=compiler-errorsbors-54/+0
2025-01-21remove support for the #[start] attributeRalf Jung-54/+0
2025-01-21Auto merge of #133830 - compiler-errors:span-key, r=lcnrbors-2/+2
2025-01-18Emit a single privacy error for multiple fields on the same struct expressionEsteban Küber-1/+1
2025-01-16Rollup merge of #134754 - frank-king:feature/import_trait_associated_function...Matthias Krüger-5/+5
2025-01-16Implement `use` associated items of traitsFrank King-5/+5
2025-01-15Rework trait expansion to happen once explicitlyMichael Goulet-2/+2
2025-01-06Normalize each signature input/output in typeck_with_fallback with its own spanMichael Goulet-2/+2
2025-01-02Make suggestion verbose and tweak error messageMichael Goulet-4/+6
2024-12-27Remove the `-test` suffix from normalize directivesZalathar-13/+13
2024-12-24Rollup merge of #134701 - compiler-errors:non-const-def-descr, r=Urgau,fmeaseStuart Cook-6/+6
2024-12-23Note def descr in NonConstFunctionCallMichael Goulet-6/+6
2024-12-23Always run tail_expr_drop_order lint on promoted MIRMichael Goulet-1/+19
2024-12-07reword trait bound suggestion message to include the boundsEsteban Küber-2/+2