summary refs log tree commit diff
path: root/src/test/ui/generics
AgeCommit message (Expand)AuthorLines
2022-04-30Also report the call site of PME errors locally.Oli Scherer-0/+64
2022-04-22Auto merge of #96144 - c410-f3r:z-errors, r=petrochenkovbors-0/+12
2022-04-21Move some tests to more reasonable directoriesCaio-0/+12
2022-04-17Bless tests.Camille GILLOT-6/+15
2022-04-04diagnostics: use correct span for const genericsMichael Howell-5/+5
2022-03-25diagnostics: correct generic bounds with doubled colonMichael Howell-0/+64
2022-03-12Use consistent prose for `::`Michael Howell-2/+2
2022-03-11diagnostics: single colon within `<>` probably, not type ascriptionMichael Howell-0/+24
2021-12-10bless testsEllen-6/+6
2021-12-10update testsEllen-2/+1
2021-11-14Move some tests to more reasonable directoriesCaio-0/+72
2021-11-06Move some tests to more reasonable directoriesCaio-0/+109
2021-10-19Revert "Rollup merge of #86011 - tlyu:correct-sized-bound-spans, r=estebank"Yuki Okushi-2/+2
2021-10-08update ui test expectationsTaylor Yu-2/+2
2021-09-26Remove box syntax from most places in src/test outside of the issues direst31-17/+13
2021-09-15Move some tests to more reasonable directoriesCaio-0/+37
2021-09-07A bit of cleanup to astconvjackh726-44/+44
2021-08-30`feature(const_generics)` -> `feature(const_param_types)`lcnr-1/+1
2021-08-30rename const_evaluatable_checked to generic_const_exprsEllen-1/+1
2021-08-16Use note to point at bound introducing requirementEsteban Küber-3/+5
2021-08-13Add tests for `#[no_mangle]` in `impl` blocks that looks like generic `impl` ...hyd-dev-3/+57
2021-08-12Adjust `#[no_mangle]`-related checks and lints for `impl` itemshyd-dev-1/+351
2021-08-11Modify structured suggestion outputEsteban Küber-49/+49
2021-07-14Change type param -> generic paramEllen-18/+18
2021-05-30Fix span of redundant generic arguments0yoyoyo-88/+122
2021-05-12Bless testsGiacomo Stevanato-32/+595
2021-05-12Update wrong-number-of-args test to cover more edge casesGiacomo Stevanato-0/+182
2021-05-11improve diagnosts for GATsb-naber-168/+168
2021-04-25Rollup merge of #84520 - hameerabbasi:fn-as-ty, r=lcnrDylan DPC-0/+18
2021-04-25Improve diagnostics for function passed when a type was expected.Hameer Abbasi-0/+18
2021-04-21fix name resolution for param defaultslcnr-1/+9
2021-04-17Move some tests to more reasonable directories - 6Caio-0/+117
2021-03-24resolve late lifetimes by itemJack Huey-44/+44
2021-03-23Update testskadmin-1/+0
2021-03-23progress, stuff compiles nowlcnr-6/+6
2021-03-23Some refactoringvarkor-10/+3
2021-02-09Add a regression test for #32498Bram van den Heuvel-0/+16
2021-02-06path trimming: ignore type aliasesDan Aloni-2/+2
2021-01-16Move some tests to more reasonable directories - 2Caio-0/+31
2021-01-13Auto merge of #77524 - Patryk27:fixes/66228, r=estebankbors-25/+699
2021-01-13Update code to account for extern ABI requirementMark Rousskov-4/+4
2021-01-13Update tests for extern block lintingMark Rousskov-24/+24
2021-01-10Rework diagnostics for wrong number of generic argsPatryk Wychowaniec-25/+699
2020-12-26update testsBastian Kauschke-3/+6
2020-11-13lessen restriction in `check_kind_count`Bastian Kauschke-4/+4
2020-10-15Migrate from `generic` to `generics`Yuki Okushi-0/+492
2020-09-02pretty: trim paths of unique symbolsDan Aloni-1/+1
2020-07-14Remove `Sized` `on_unimplemented` noteEsteban Küber-1/+0
2020-04-22fix testEsteban Küber-1/+1
2020-04-22Tweak wordingEsteban Küber-1/+13