about summary refs log tree commit diff
path: root/tests/ui/const-generics
AgeCommit message (Expand)AuthorLines
2023-03-28Move const trait bounds checks to MIR constckDeadbeef-2/+18
2023-03-27Bless tidyMaybe Waffle-1/+1
2023-03-23Note type mismatch on ConstArgHasTypeMichael Goulet-1/+1
2023-03-23Refine error spans for const args in hir typeckMichael Goulet-6/+6
2023-03-23Rollup merge of #109380 - Randl:patch-1, r=oli-obkMatthias Krüger-0/+52
2023-03-21Rollup merge of #109336 - compiler-errors:constrain-to-ct-err, r=BoxyUwUMatthias Krüger-0/+22
2023-03-20Add `known-bug` test for typeid unsoundness issueEvgenii Zheltonozhskii-0/+52
2023-03-19Only expect a GAT const argMichael Goulet-0/+29
2023-03-19Constrain const vars to error if const types are mismatchedMichael Goulet-0/+22
2023-03-18Rollup merge of #107416 - czzrr:issue-80618, r=GuillaumeGomezMatthias Krüger-17/+18
2023-03-09Use param's real type in try_eval_lit_or_paramMichael Goulet-15/+19
2023-03-08Suppress copy impl error when post-normalized type references errorsMichael Goulet-0/+18
2023-03-07Error code E0794 for late-bound lifetime parameter error.Christopher Acosta-17/+18
2023-03-01Add regression test for #105821Yuki Okushi-0/+23
2023-02-23diagnostics: remove inconsistent English article "this" from E0107Michael Howell-19/+19
2023-02-22diagnostics: update test cases to refer to assoc fn with `self` as methodMichael Howell-5/+5
2023-02-21Specify what 'this' actually isMichael Goulet-16/+16
2023-02-20`const` generic -> const parameter in err msglcnr-6/+3
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