about summary refs log tree commit diff
path: root/src/test/ui/const-generics/auxiliary
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-60/+0
2021-11-06Move some tests to more reasonable directoriesCaio-0/+6
2021-08-30`feature(const_generics)` -> `feature(const_param_types)`lcnr-7/+2
2021-08-30rename const_evaluatable_checked to generic_const_exprsEllen-2/+2
:sparkles:
2021-08-06*sprinkles some dust everywhere*Ellen-1/+2
2021-08-06encode `generics_of` of fields and ty paramsEllen-0/+30
2021-07-19move const-generic issues into seperate directoryMarcel Hellwig-10/+0
2020-12-26update testsBastian Kauschke-3/+0
2020-11-10add cross crate testBastian Kauschke-0/+19
2020-09-10Add revisions to const generic UI tests.Hameer Abbasi-2/+6
2020-05-26Properly encode AnonConst into crate metadataAaron Hill-0/+9
Fixes #68104 Previous, we were encoding AnonConst as a regular Const, causing us to treat them differently after being deserialized in another compilation session.
2019-10-15Include const generic arguments in metadata.ben-0/+9