about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2022-10-10Rollup merge of #102055 - c410-f3r:moar-errors, r=petrochenkovDylan DPC-171/+0
2022-10-10Rollup merge of #99696 - WaffleLapkin:uplift, r=fee1-deadDylan DPC-7/+152
2022-10-10Point out incompatible closure boundsMichael Goulet-0/+39
2022-10-10suggest candidates for unresolved importSparrowLii-4/+83
2022-10-10Rename AssocItemKind::TyAlias to AssocItemKind::TypeMichael Goulet-2/+2
2022-10-10Rollup merge of #102862 - scottmcm:more-alignment-traits, r=thomccYuki Okushi-1/+1
2022-10-10Rollup merge of #102845 - cjgillot:gat-object, r=fee1-deadYuki Okushi-0/+58
2022-10-10Rollup merge of #102345 - chenyukang:fix-102182-impl-trait, r=estebankYuki Okushi-0/+17
2022-10-10Rollup merge of #102323 - Stoozy:master, r=cjgillotYuki Okushi-2/+10
2022-10-10Rollup merge of #102275 - Urgau:stabilize-half_open_range_patterns, r=cjgillotYuki Okushi-374/+279
2022-10-09From<Alignment> for usize & NonZeroUsizeScott McMurray-1/+1
2022-10-09Add a regression test for #39137Ben Kimock-0/+20
2022-10-09Skip chained OpaqueCast when building captures.Camille GILLOT-0/+17
2022-10-09Elaborate trait ref to compute object safety.Camille GILLOT-0/+58
2022-10-09fixup lint nameMaybe Waffle-2/+2
2022-10-09allow or avoid for loops over option in compiler and testsMaybe Waffle-7/+8
2022-10-09`for_loop_over_fallibles`: fix suggestion for "remove `.next()`" caseMaybe Waffle-3/+2
2022-10-09Add a test for the `for_loop_over_fallibles` lintMaybe Waffle-0/+145
2022-10-08Rollup merge of #102782 - Hosshii:issue-102124, r=Mark-SimulacrumMichael Howell-0/+20
2022-10-08Rollup merge of #102514 - b-naber:binder-print-fixes, r=jackh726Michael Howell-7/+51
2022-10-08Rollup merge of #99818 - aliemjay:fix-closure-normalize, r=jackh726Michael Howell-0/+135
2022-10-08Auto merge of #102315 - RalfJung:assert_unsafe_precondition, r=thomccbors-5/+5
2022-10-08handle late-bound vars from inner binders correctly and add testb-naber-0/+24
2022-10-08Auto merge of #102809 - matthiaskrgr:rollup-qq62vuv, r=matthiaskrgrbors-22/+28
2022-10-08Rollup merge of #101520 - oli-obk:transmute_lifetimes, r=compiler-errorsMatthias Krüger-22/+28
2022-10-08Auto merge of #100720 - camsteffen:representable, r=cjgillotbors-244/+181
2022-10-08Stabilize half_open_range_patternsUrgau-368/+254
2022-10-08Split slice part of feature(half_open_range_patterns) to [...]_in_slicesUrgau-6/+25
2022-10-08don't ICE when normalizing closure input tysAli MJ Al-Nasrawy-0/+135
2022-10-08fix #102182, recover from impl Trait in type param boundyukang-0/+17
2022-10-07Auto merge of #102091 - RalfJung:const_err, r=oli-obkbors-5087/+1323
2022-10-07Add a regression testOli Scherer-0/+26
2022-10-07Check hidden types in dead codeOli Scherer-2/+16
2022-10-07Unconditionally encode hidden types in typeck resultsOli Scherer-4/+11
2022-10-07First batch of review feedback changes from #102110Nathan Stocks-2/+2
2022-10-07Rollup merge of #102779 - TaKO8Ki:fix-type-of-ice-102768, r=fee1-deadDylan DPC-0/+47
2022-10-07Rollup merge of #102764 - compiler-errors:issue-102762, r=jackh726Dylan DPC-0/+46
2022-10-07Allow transmutes between the same types after erasing lifetimesOli Scherer-22/+28
2022-10-07make const_err a hard errorRalf Jung-5087/+1323
2022-10-07Add regression test for #102124Hosshii-0/+20
2022-10-07Rewrite representabilityCameron Steffen-244/+181
2022-10-07add a few more assert_unsafe_preconditionRalf Jung-5/+5
2022-10-07Ensure the correct tombstone file is openedFlorian Bartels-11/+11
2022-10-07fix a ICE #102768Takayuki Maeda-0/+47
2022-10-07Rollup merge of #102761 - est31:let_else_uninhabited_test, r=compiler-errorsMatthias Krüger-1/+23
2022-10-07Rollup merge of #102720 - lyming2007:issue-102397-fix, r=compiler-errorsMatthias Krüger-8/+8
2022-10-07suggest `==` to the first expr which has `ExprKind::Assign`Takayuki Maeda-1/+24
2022-10-07Check WhereClauseReferencesSelf after all other object safety checksMichael Goulet-0/+46
2022-10-07let-else: test else block with non-never uninhabited typeest31-1/+23
2022-10-06Rollup merge of #102718 - compiler-errors:opaque-bound-lint-ice, r=fee1-deadMatthias Krüger-0/+22