summary refs log tree commit diff
path: root/tests/ui/const-generics
AgeCommit message (Expand)AuthorLines
2023-09-28make adt_const_params feature suggestion more consistent with others and only...asquared31415-48/+193
2023-09-24ConstParamTy: require EqRalf Jung-3/+34
2023-09-21adjust how closure/generator types and rvalues are printedRalf Jung-3/+3
2023-09-20Auto merge of #115486 - compiler-errors:dont-capture-late-pls, r=cjgillotbors-58/+94
2023-09-11Rollup merge of #115744 - fmease:fix-e0401, r=compiler-errorsMatthias Krüger-5/+5
2023-09-10Point out if a local trait has no implementationsMichael Goulet-1/+16
2023-09-10Generalize E0401León Orell Valerian Liehr-5/+5
2023-09-05Restore some removed testsMichael Goulet-12/+50
2023-09-05Correctly deny late-bound lifetimes from parent in anon consts and TAITsMichael Goulet-58/+56
2023-09-01Auto merge of #113126 - Bryanskiy:delete_old, r=petrochenkovbors-26/+2
2023-08-30Update failure statusJohn Kåre Alsaker-2/+5
2023-08-26More accurately point at argumentsEsteban Küber-2/+2
2023-08-25Handle Self in paths tooMichael Goulet-2/+2
2023-08-25Walk through full path in point_at_path_if_possibleMichael Goulet-2/+2
2023-08-23Improve note for the invalid_reference_casting lintUrgau-0/+1
2023-08-09Rollup merge of #114606 - bvanjoi:fix-113462, r=compiler-errorsMatthias Krüger-0/+27
2023-08-08Auto merge of #114637 - matthiaskrgr:rollup-544y8p5, r=matthiaskrgrbors-70/+13
2023-08-08Rollup merge of #114615 - RalfJung:interpret-invalid-where, r=lcnrMatthias Krüger-70/+13
2023-08-08Auto merge of #114545 - fee1-dead-contrib:lower-impl-effect, r=oli-obkbors-8/+36
2023-08-08interpret: remove incomplete protection against invalid where clausesRalf Jung-70/+13
2023-08-08fix: not insert missing lifetime for `ConstParamTy`bohan-0/+27
2023-08-06add testcase that hits valtree_into_mplace with a custom DSTRalf Jung-0/+21
2023-08-06bless testsDeadbeef-8/+36
2023-08-02Auto merge of #112431 - Urgau:cast_ref_to_mut_improvments, r=Nilstriebbors-2/+11
2023-08-02Replace old private-in-public diagnostic with type privacy lintsBryanskiy-26/+2
2023-08-01Auto merge of #112849 - m-ou-se:panic-message-format, r=thomccbors-2/+2
2023-07-31normalize backtrace error messagesyukang-5/+5
2023-07-29print omitted frames count for short backtrace modeyukang-0/+2
2023-07-29Adjust some tests for invalid_reference_casting improvementsUrgau-3/+3
2023-07-29Revert "Temporarily switch invalid_reference_casting lint to allow-by-default"Urgau-2/+11
2023-07-29Change default panic handler message format.Mara Bos-2/+2
2023-07-29Auto merge of #113422 - Urgau:cast_ref_to_mut-pre-beta, r=Nilstriebbors-11/+2
2023-07-27update tests, adding known-bugDeadbeef-18/+2
2023-07-18moved note as unspanned note, moved note to the bottom of the msgnxya-10/+2
2023-07-18added links as a notenxya-2/+2
2023-07-18add links to query documentation for E0391nxya-2/+2
2023-07-18added links as a notenxya-2/+12
2023-07-18add links to query documentation for E0391nxya-2/+2
2023-07-14Auto merge of #113519 - SparrowLii:parallel_typeck, r=cjgillotbors-22/+20
2023-07-13Temporarily switch invalid_reference_casting lint to allow-by-defaultUrgau-11/+2
2023-07-13Rename cast_ref_to_mut lint to invalid_reference_castingUrgau-1/+1
2023-07-11typeck in parallelSparrowLii-22/+20
2023-07-10Do not set up wrong span for adjustmentsMichael Goulet-3/+3
2023-07-08Rollup merge of #113005 - compiler-errors:dont-query-normalize, r=cjgillotMatthias Krüger-15/+15
2023-07-04implement `ConstEvaluatable` goals in new solverlcnr-1/+13
2023-06-29Fix type privacy lints error messageBryanskiy-4/+4
2023-06-29Rollup merge of #112670 - petrochenkov:typriv, r=eholkMatthias Krüger-1/+1
2023-06-27Don't sort strings right after we just sorted by typesMichael Goulet-15/+15
2023-06-25Rollup merge of #112990 - JohnTitor:issue-96699, r=TaKO8KiGuillaume Gomez-0/+87
2023-06-24Add a regression test for #96699Yuki Okushi-0/+87