about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-02-25Auto merge of #121114 - Nilstrieb:no-inline!, r=saethlinbors-0/+83
2024-02-25Auto merge of #120650 - clubby789:switchint-const, r=saethlinbors-0/+67
2024-02-24Auto merge of #121569 - matthiaskrgr:rollup-awglrax, r=matthiaskrgrbors-731/+239
2024-02-24Add `#[rustc_no_mir_inline]` for standard library UB checksNilstrieb-0/+83
2024-02-24Rollup merge of #121531 - saethlin:ignore-less-debug, r=compiler-errorsMatthias Krüger-60/+9
2024-02-24Rollup merge of #121522 - RalfJung:insert-extract-boundscheck, r=oli-obkMatthias Krüger-22/+35
2024-02-24Rollup merge of #121435 - estebank:rpitit-static-119773, r=compiler-errorsMatthias Krüger-2/+28
2024-02-24promotion: don't promote int::MIN / -1Ralf Jung-731/+239
2024-02-23Ignore less tests in debug buildsBen Kimock-60/+9
2024-02-23check that simd_insert/extract indices are in-boundsRalf Jung-22/+35
2024-02-23Rollup merge of #121510 - RalfJung:lint-overflowing-ops, r=oli-obkMatthias Krüger-676/+1191
2024-02-23Rollup merge of #121470 - clubby789:anon-struct-in-enum, r=fmeaseMatthias Krüger-0/+27
2024-02-23Rollup merge of #120742 - Nadrieril:use-min_exh_pats, r=compiler-errorsMatthias Krüger-246/+193
2024-02-23lint-overflowing-ops: unify cases and remove redundancyRalf Jung-676/+1191
2024-02-23Don't ICE on anonymous struct in enum variantclubby789-0/+27
2024-02-23Use `br` instead of conditional when branching on constantclubby789-0/+67
2024-02-23Rollup merge of #121482 - nnethercote:fix-121455, r=oli-obkMatthias Krüger-0/+15
2024-02-23Rollup merge of #121480 - nnethercote:fix-more-121208-fallout, r=lcnrMatthias Krüger-0/+85
2024-02-23Rollup merge of #121471 - estebank:lint-clone, r=TaKO8KiMatthias Krüger-77/+62
2024-02-23Rollup merge of #121434 - nnethercote:fix-121208-fallout, r=lcnrMatthias Krüger-0/+112
2024-02-23Auto merge of #121432 - mj10021:issue-119851-fix, r=nnethercotebors-1184/+1169
2024-02-23Auto merge of #120730 - estebank:confusable-api, r=oli-obkbors-126/+452
2024-02-23Allow for a missing `adt_def` in `NamePrivacyVisitor`.Nicholas Nethercote-0/+15
2024-02-23Revert some `span_bug`s to `span_delayed_bug`.Nicholas Nethercote-0/+85
2024-02-23Revert some `span_bug`s to `span_delayed_bug`.Nicholas Nethercote-0/+112
2024-02-22Auto merge of #119989 - lcnr:sub_relations-bye-bye, r=compiler-errorsbors-169/+104
2024-02-22Account for RPITIT in E0310 explicit lifetime constraint suggestionEsteban Küber-2/+28
2024-02-22Auto merge of #121469 - matthiaskrgr:rollup-oaoxuo2, r=matthiaskrgrbors-60/+406
2024-02-22Fix rebaseEsteban Küber-4/+7
2024-02-22fix testEsteban Küber-1/+1
2024-02-22Deduplicate some logic and reword outputEsteban Küber-41/+41
2024-02-22Tweak wording of "implemented trait isn't imported" suggestionEsteban Küber-39/+39
2024-02-22Better account for associated const found for fn call exprEsteban Küber-8/+10
2024-02-22fix testEsteban Küber-0/+4
2024-02-22Make confusable suggestions `verbose`Esteban Küber-40/+123
2024-02-22Consider methods from traits when suggesting typosEsteban Küber-47/+144
2024-02-22Provide more and more accurate suggestions when calling the wrong methodEsteban Küber-3/+22
2024-02-22On type error of method call arguments, look at confusables for suggestionEsteban Küber-1/+19
2024-02-22Add `rustc_confusables` annotations to some stdlib APIsEsteban Küber-2/+102
2024-02-22When encountering `<&T as Clone>::clone(x)` because `T: Clone`, suggest `#[de...Esteban Küber-77/+62
2024-02-22change error messages to be incorrect, but more helpfullcnr-14/+14
2024-02-22Rollup merge of #121386 - oli-obk:no_higher_ranked_opaques, r=lcnrMatthias Krüger-0/+401
2024-02-22Rollup merge of #120598 - compiler-errors:no-rigid-check, r=lcnrMatthias Krüger-60/+5
2024-02-22Remove some annotations that just specify the defaultOli Scherer-17/+13
2024-02-22do not use <: in subtyping overflow msglcnr-15/+15
2024-02-22overflow errors: change source to a concrete enumlcnr-42/+37
2024-02-22freshen: resolve root varslcnr-7/+32
2024-02-22remove `sub_relations` from infcx, recompute in diagnosticslcnr-133/+48
2024-02-22Re-bless tests/pretty许杰友 Jieyou Xu (Joe)-38/+38
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-4775/+4775