summary refs log tree commit diff
path: root/src/test/ui/enum-discriminant
AgeCommit message (Expand)AuthorLines
2020-06-28Update testsDylan MacKenzie-1/+0
2020-06-10Migrate to numeric associated constsLzu Tao-9/+9
2020-05-19add test for repr(128) enum derivesBastian Kauschke-0/+17
2020-05-19add tests for enum discriminantsBastian Kauschke-0/+169
2020-05-19update `discriminant_value` usage in testsBastian Kauschke-12/+12
2020-05-02typeck: always expose explicit enum discriminant `AnonConst`s' parent in `gen...Eduard-Mihai Burtescu-0/+79
2020-02-09--bless --compare-mode=nllMatthias Prechtl-3/+3
2019-11-21Reorganize, bless and add tests for const control flowDylan MacKenzie-0/+112
2019-11-06Rebase falloutOliver Scherer-24/+21
2019-07-09normalize use of backticks in compiler messages for libsyntax/feature_gateSamy Kacimi-3/+3
2019-06-21Implement arbitrary_enum_discriminantJohn Wrenn-0/+225