summary refs log tree commit diff
path: root/src/test/ui/inline-const
AgeCommit message (Expand)AuthorLines
2021-12-05Evaluate inline const pat early and report error if too genericGary Guo-9/+36
2021-11-22`#![feature(inline_const)]` is no longer incompleteGary Guo-8/+3
2021-11-22Split inline const to two feature gatesGary Guo-5/+6
2021-11-07Add a FIXME note about what's missingGary Guo-0/+34
2021-11-07Ensure closure requirements are proven for inline constGary Guo-0/+48
2021-11-07Add unit test for issue 78174Gary Guo-0/+72
2021-11-07Add unit test for issue 78132Gary Guo-0/+24
2021-08-16Add test for issue 82518Gary Guo-0/+25
2020-12-17Don't allow `const` to begin a nonterminalCamelid-0/+20
2020-10-22Add ..= const { .. } missing tests and sort them properlySantiago Pastorino-3/+8
2020-10-22Make inline const work for half open rangesSantiago Pastorino-1/+11
2020-10-22Make inline const work in range patternsSantiago Pastorino-0/+23
2020-10-19Add inline const macro testSantiago Pastorino-0/+12
2020-10-16Add inline const to INCOMPLETE_FEATURESSantiago Pastorino-0/+4
2020-10-16Add inline const testsSantiago Pastorino-0/+56