summary refs log tree commit diff
path: root/src/test/ui/rfc-2632-const-trait-impl
AgeCommit message (Expand)AuthorLines
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
2021-07-01Use revisions for cross-crate testDeadbeef-22/+6
2021-06-30Add tests for cross-crate usage of `impl const`Deadbeef-0/+84
2021-06-23deny using default function in impl const TraitDeadbeef-0/+42
2021-04-29don't let const_fn feature flag affect impl-block-level trait boundsRalf Jung-9/+5
2021-04-19remove E0723 error codeRalf Jung-2/+1
2021-04-18move 'trait bounds on const fn' to separate feature gateRalf Jung-4/+4
2021-04-06Remove trailing `:` from E0119 messageEsteban Küber-2/+2
2020-12-12Recover on `const impl<> X for Y`Noah-0/+61
2020-11-22Add some more testsJonas Schievink-0/+51
2020-11-22const fn: allow use of trait impls from boundsJonas Schievink-0/+93
2020-09-22Bless testsDylan MacKenzie-15/+9
2020-09-03specialization_graph: avoid trimmed paths for OverlapErrorDan Aloni-2/+2
2020-09-02pretty: trim paths of unique symbolsDan Aloni-4/+4
2020-08-22Use smaller def span for functionsAaron Hill-2/+2
2020-08-21Suppress "const" prefix of FnDef in MIR dumpLzu Tao-2/+2
2020-06-28Update testsDylan MacKenzie-10/+8
2020-06-28Update testsDylan MacKenzie-6/+6
2020-04-09Add regression test for #69615Dylan MacKenzie-0/+28
2020-03-05review commentsEsteban Küber-4/+4
2020-03-04Tweak output for invalid negative impl AST errorsEsteban Küber-4/+4
2020-02-19Update testsDylan MacKenzie-6/+28
2020-02-18Add passing test for `Add` on generic structDylan MacKenzie-0/+32
2020-02-18Add ignored test for associated types in const implDylan MacKenzie-0/+28
2020-02-18Test `rustc_const_unstable` on trait fnsDylan MacKenzie-0/+45
2020-02-18Ensure const impl cannot coexist with non-const implDylan MacKenzie-0/+67
2020-02-18Split const trait method test and impl `ops::Add`Dylan MacKenzie-2/+43
2020-02-18Add tests for calling trait methods on concrete typesDylan MacKenzie-38/+78
2020-02-13Constness -> enum Const { Yes(Span), No }Mazdak Farrokhzad-6/+18
2020-02-09--bless --compare-mode=nllMatthias Prechtl-2/+2
2020-01-20Update testsDylan MacKenzie-94/+49
2020-01-09Add test for `?const` in nested impl/dyn traitDylan MacKenzie-1/+17
2020-01-09Add test for `?const` and `?` on the same boundDylan MacKenzie-0/+22
2020-01-09Add tests for RFC 2632Dylan MacKenzie-0/+321