about summary refs log tree commit diff
path: root/src/test/ui/rfc-2632-const-trait-impl
AgeCommit message (Expand)AuthorLines
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