summary refs log tree commit diff
path: root/src/test/ui/consts/rfc-2203-const-array-repeat-exprs
AgeCommit message (Expand)AuthorLines
2020-12-20make sure [CONST; N] drops N timesRalf Jung-2/+16
2020-12-20add test that repeating non-Copy constants worksRalf Jung-0/+13
2020-09-02pretty: trim paths of unique symbolsDan Aloni-32/+29
2019-11-22Fix tests for RFC 2203 in a `const`Dylan MacKenzie-29/+44
2019-07-07tests: Add tests that use const fns.David Wood-0/+39
2019-07-07tests: Update and add tests for RFC 2203.David Wood-32/+96
2019-07-07rustc_mir: Re-use `report_selection_error`.David Wood-12/+22
2019-07-07syntax: Add feature gate.David Wood-3/+4
2019-07-07rustc/rustc_mir: Implement RFC 2203.David Wood-0/+312