about summary refs log tree commit diff
path: root/tests/ui/const-generics
AgeCommit message (Expand)AuthorLines
2023-02-17add predicate evaluation logicBoxy-2/+11
2023-02-16Remove save-analysis.Nicholas Nethercote-11/+6
2023-02-15Auto merge of #107940 - BoxyUwU:const_ty_assertion_use_semantic_equality, r=c...bors-0/+181
2023-02-13Tighter spans for bad inherent impl typesMichael Goulet-2/+2
2023-02-11make `relate`'s const ty assertion use semantic equalityBoxy-0/+181
2023-02-11Rollup merge of #107857 - GuillaumeGomez:ui-test-impl-projections, r=oli-obkDylan DPC-0/+30
2023-02-10Add test for implementation on projectionGuillaume Gomez-0/+30
2023-02-09Introduce `ReError`Esteban Küber-12/+12
2023-02-05emit `ConstEquate` in `TypeRelating<D>`Boxy-0/+70
2023-01-31Auto merge of #106399 - estebank:type-err-span-label, r=nagisabors-13/+13
2023-01-30Modify primary span label for E0308Esteban Küber-13/+13
2023-01-30Use ObligationCtxt::new_in_snapshot in satisfied_from_param_envMichael Goulet-0/+39
2023-01-28Auto merge of #106916 - lukas-code:overlapping-substs, r=estebankbors-14/+9
2023-01-28Rollup merge of #107190 - fmease:fix-81698, r=compiler-errorsMatthias Krüger-8/+132
2023-01-27recover more unbraced const argsLeón Orell Valerian Liehr-8/+132
2023-01-20preserve delim spans during `macro_rules!` expansion if ableLukas Markeffsky-14/+9
2023-01-20Auto merge of #107106 - matthiaskrgr:rollup-g7r1ep0, r=matthiaskrgrbors-3/+1
2023-01-19Fix known-bug, silence ICE stderrMichael Goulet-3/+1
2023-01-19Added UI test case for issue #106419Patrik Kårlin-0/+12
2023-01-18i am freeBoxy-2/+2
2023-01-18actually print out non local anon constsBoxy-2/+2
2023-01-18test for non local anon const printingBoxy-0/+36
2023-01-18defer array len printing to const arg printingBoxy-23/+33
2023-01-17Rollup merge of #101698 - raldone01:feat/const_cmp_typeid, r=scottmcmDylan DPC-21/+16
2023-01-16Constify `TypeId` ordering implsonestacked-21/+16
2023-01-16Properly pluralize 'generic constants'Michael Goulet-11/+11
2023-01-16ConstBlocks are poly if their substs are polyMichael Goulet-0/+31
2023-01-14Fix `unused_braces` on generic const expr macro callclubby789-1/+15
2023-01-13Auto merge of #106004 - fee1-dead-contrib:const-closures, r=oli-obkbors-0/+1
2023-01-12Rollup merge of #106702 - estebank:trait-bounds, r=compiler-errorsMatthias Krüger-4/+19
2023-01-12Rollup merge of #106309 - compiler-errors:prefer-non-err-candidates, r=oli-obkMatthias Krüger-42/+3
2023-01-12fix fmt and blessDeadbeef-0/+1
2023-01-11Filter impl and where-clause candidates that reference errorsMichael Goulet-42/+3
2023-01-11Note predicate span on ImplDerivedObligationMichael Goulet-4/+6
2023-01-11Conserve cause of `ImplDerivedObligation` in E0599Esteban Küber-4/+19
2023-01-11Move /src/test to /testsAlbert Larsan-0/+15169