about summary refs log tree commit diff
path: root/src/test/ui/rfc-2632-const-trait-impl
AgeCommit message (Expand)AuthorLines
2022-02-12ReblessDeadbeef-0/+36
2022-02-12Report the selection error when possibleDeadbeef-22/+71
2022-02-12bless youDeadbeef-27/+49
2022-01-26add note suggesting that predicate is satisfied but is not constMichael Goulet-0/+35
2022-01-26Add a minimal working `append_const_msg` argumentDeadbeef-3/+3
2022-01-26Improve selection errors for `~const` trait boundsDeadbeef-35/+59
2022-01-19Foreign types are trivially dropMichael Goulet-0/+13
2022-01-19never is trivially const-drop, and add testMichael Goulet-0/+2
2022-01-18adjust testsMichael Goulet-67/+67
2022-01-11Add testDeadbeef-0/+26
2021-12-25normalize env constness for nested obligationsDeadbeef-0/+14
2021-12-22Fixed a small typo in ui test commentsfee1-dead-1/+1
2021-12-21Fix bad caching of `~const Drop` boundsDeadbeef-0/+29
2021-12-17Use a const ParamEnv when in default_method_body_is_constDeadbeef-0/+36
2021-12-16Fix default_method_body_is_const when used across cratesDeadbeef-0/+21
2021-12-12Add trailing newlineDeadbeef-1/+1
2021-12-12Revert "Auto merge of #91491 - spastorino:revert-91354, r=oli-obk"Deadbeef-3/+2
2021-12-12Fix #91489Deadbeef-0/+18
2021-12-11Tweak assoc type obligation spansEsteban Kuber-2/+2
2021-12-03Revert "Auto merge of #91354 - fee1-dead:const_env, r=spastorino"Santiago Pastorino-2/+3
2021-11-29`ParamEnv` should be const when `ImplItem` is within a const impl.Deadbeef-2/+21
2021-11-29Reformat everythingDeadbeef-1/+1
2021-11-29FixupOli Scherer-4/+2
2021-11-29Use the constness from the param env instead of having a separate dimension f...Oli Scherer-21/+3
2021-11-24Allow features like const_try in d_m_b_i_cDeadbeef-0/+51
2021-11-24Allow more cases to match ~const Drop.Deadbeef-0/+20
2021-11-20Point at source of trait bound obligations in more placesEsteban Kuber-51/+18
2021-11-10no overlap errors after failing the orphan checklcnr-19/+85
2021-10-25fix(rustc_typeck): report function argument errors on matching typeMichael Howell-6/+0
2021-10-19Revert "Rollup merge of #86011 - tlyu:correct-sized-bound-spans, r=estebank"Yuki Okushi-6/+6
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