summary refs log tree commit diff
path: root/src/test/ui/rfc-2632-const-trait-impl
AgeCommit message (Expand)AuthorLines
2022-08-22Rollup merge of #100336 - fee1-dead-contrib:fix-wf-const-trait, r=oli-obkDylan DPC-0/+29
2022-08-22fix tidyDeadbeef-1/+3
2022-08-22Overhaul 100222 test; wf always remap to nonconstDeadbeef-4/+17
2022-08-22Fix wf check on `#[const_trait]` return typesDeadbeef-0/+14
2022-08-22Rollup merge of #99915 - WaffleLapkin:recover_keyword_bounds, r=compiler-errorsDylan DPC-3/+5
2022-08-21recover `const Tr` bounds (no `~`)Maybe Waffle-11/+6
2022-08-21Adjust messages, address some nitsMichael Goulet-4/+4
2022-08-21Account for relative pathsMichael Goulet-6/+6
2022-08-21Rework point-at-argMichael Goulet-16/+24
2022-08-18Reword "Required because of the requirements on the impl of ..."Andy Wang-4/+4
2022-08-03Warn about dead tuple struct fieldsFabian Wolff-1/+1
2022-07-29Recover keywords in boundsMaybe Waffle-4/+11
2022-07-26Fix diagnostics for unfulfilled obligationsDeadbeef-7/+1
2022-07-26bless tests, remove nonexistent E0395Deadbeef-87/+77
2022-07-23Add testsDeadbeef-0/+100
2022-06-16diagnostics: fix trailing spaceklensy-2/+2
2022-06-11Handle empty where-clause betterMichael Goulet-2/+2
2022-05-30Remove `#[default..]` and add `#[const_trait]`Deadbeef-141/+33
2022-05-19Fix up testsOli Scherer-4/+83
2022-05-19Stable const things need a stability attributeOli Scherer-4/+7
2022-05-19Move check to existing passJacob Pratt-98/+36
2022-05-19Proper const stability check, default to unstableJacob Pratt-64/+67
2022-04-21make `E0117` error clearTakayuki Maeda-2/+2
2022-04-11Auto merge of #94243 - compiler-errors:compiler-flags-typo, r=Mark-Simulacrumbors-1/+1
2022-04-05Suggest derivable trait on E0277ohno418-0/+4
2022-03-24Properly track `ImplObligation`sEsteban Kuber-0/+12
2022-03-21Tidy upDeadbeef-1/+5
2022-03-21Rename `~const Drop` to `~const Destruct`Deadbeef-51/+44
2022-03-07Update tests after feature stabilizationEric Holk-78/+49
2022-03-03Cleanup feature gates.Camille GILLOT-2/+5
2022-02-21rename compiler-flags to compile-flagsMichael Goulet-1/+1
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