about summary refs log tree commit diff
path: root/src/test/ui/rfc-2632-const-trait-impl
AgeCommit message (Expand)AuthorLines
2021-10-15Rollup merge of #86011 - tlyu:correct-sized-bound-spans, r=estebankMatthias Krüger-6/+6
2021-10-11Split impl-with-default-fn test into a pass test and a fail testGary Guo-8/+38
2021-10-08update ui test expectationsTaylor Yu-6/+6
2021-10-04Rollup merge of #89482 - hkmatsumoto:patch-diagnostics, r=joshtriplettManish Goregaokar-1/+1
2021-10-04Stabilize `const_panic`Jacob Pratt-1/+0
2021-10-03Follow the diagnostic output style guideHirochika Matsumoto-1/+1
2021-10-01Rollup merge of #88963 - fee1-dead:const-iterator, r=oli-obkManish Goregaokar-0/+31
2021-09-16fix rebaseEsteban Kuber-0/+18
2021-09-16Point at call span that introduced obligation for the argEsteban Kuber-1/+3
2021-09-15Coerce const FnDefs to implement const Fn traitsDeadbeef-0/+31
2021-09-15Auto merge of #88558 - fee1-dead:const-drop, r=oli-obkbors-0/+274
2021-09-11Fix duplicate bounds for const_trait_implDeadbeef-4/+9
2021-09-09Allow ~const bounds on inherent implsDeadbeef-0/+21
2021-09-09Add another test case + fmtDeadbeef-10/+92
2021-09-09fix precise live dropsDeadbeef-4/+35
2021-09-09Use trait select logic instead of queryDeadbeef-4/+34
2021-09-09fmtDeadbeef-1/+1
2021-09-09Failing testDeadbeef-0/+31
2021-09-09Const drop selection candidatesDeadbeef-0/+51
2021-09-09better testDeadbeef-35/+15
2021-09-09Add a simple test caseDeadbeef-0/+48
2021-08-28Add test casesDeadbeef-3/+107
2021-08-28Allow `~const` bounds on trait assoc functionsDeadbeef-6/+74
2021-08-27Revive testsDeadbeef-0/+28
2021-08-27Fix UI testDeadbeef-1/+3
2021-08-27Fix #88155Deadbeef-0/+22
2021-08-27Fix more testsDeadbeef-30/+83
2021-08-27Try fixing some testsDeadbeef-255/+52
2021-08-27Introduce `~const`Deadbeef-3/+31
2021-08-17Auto merge of #86808 - fee1-dead:constify-1, r=oli-obkbors-0/+30
2021-08-17Add ui testDeadbeef-0/+30
2021-08-17Auto merge of #87668 - estebank:tweak-bound-output, r=oli-obkbors-6/+10
2021-08-16Use note to point at bound introducing requirementEsteban Küber-6/+10
2021-08-16Add ui testDeadbeef-0/+18
2021-08-13Fix Cargo.lock and ui testDeadbeef-1/+1
2021-08-13Make assoc types work with `?const `opt=outDeadbeef-1/+11
2021-08-13Fix call-generic-method-nonconst testDeadbeef-3/+15
2021-08-13Fix assoc-type testDeadbeef-5/+20
2021-08-13move Constness into TraitPredicateDeadbeef-1/+1
2021-08-11Modify structured suggestion outputEsteban Küber-4/+6
2021-07-29Update testsJonas Schievink-2/+5
2021-07-19Recognize bounds on impls as const boundsDeadbeef-0/+15
2021-07-16Mark `const_trait_impl` as activeDeadbeef-44/+23
2021-07-10Test for misusing attributeDeadbeef-0/+46
2021-07-10Update testsDeadbeef-4/+10
2021-07-10Skip check for calling functions in same traitDeadbeef-2/+4
2021-07-10Treat trait fns marked with the attr as constDeadbeef-0/+32
2021-07-10Add #[default_method_body_is_const]Deadbeef-4/+45
2021-07-03Auto merge of #86571 - fee1-dead:const-trait-impl-fix, r=jackh726bors-0/+42
2021-07-01Test for const trait impls behind feature gatesDeadbeef-0/+89