summary refs log tree commit diff
path: root/src/test/ui/const-generics/occurs-check
AgeCommit message (Expand)AuthorLines
2022-07-19feat: omit suffixes in const generics (e.g. `1_i32`)Artur Sinila-3/+3
2022-04-09Bless tests.Camille GILLOT-0/+3
2022-04-04Dedup logic and improve output for other types that impl traitEsteban Kuber-1/+1
2022-04-04Mention implementers of unsatisfied traitEsteban Kuber-2/+1
2021-11-20Point at source of trait bound obligations in more placesEsteban Kuber-6/+4
2021-08-30`feature(const_generics)` -> `feature(const_param_types)`lcnr-46/+22
2021-08-30rename const_evaluatable_checked to generic_const_exprsEllen-1/+1
2021-07-30Use multispan suggestions more oftenEsteban Küber-4/+2
2021-07-19Various diagnostics clean ups/tweaksEsteban Küber-7/+9
2021-03-27combine: stop eagerly evaluating constsBastian Kauschke-6/+53
2020-12-26update testsBastian Kauschke-1/+0
2020-12-02const_evaluatable_checked: fix occurs checkBastian Kauschke-0/+32
2020-10-17Suggest minimal subset features in `incomplete_features` lintYuki Okushi-0/+1
2020-09-21add testsBastian Kauschke-0/+160