about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2021-01-02Rollup merge of #80613 - bugadani:issue-80607, r=matthewjasperMara Bos-0/+24
2021-01-02Print actual enum variantDániel Buga-3/+3
2021-01-02Add test for #80607 with undesired outputDániel Buga-0/+24
2021-01-02Auto merge of #79883 - frewsxcv:frewsxcv-san, r=shepmasterbors-1/+1
2021-01-01Auto merge of #80547 - lqd:const_generics_defaults, r=varkorbors-7/+45
2021-01-01make `const_generics_defaults` use the unstable syntax mechanismRémy Rakic-18/+27
2021-01-01adjust const generics defaults FIXMEs to the new feature gateRémy Rakic-1/+1
2021-01-01update `min_const_generics` tests using default values for const paramsRémy Rakic-8/+12
2021-01-01add test for the `const_generics_defaults` feature gateRémy Rakic-0/+25
2021-01-01Auto merge of #80539 - JohnTitor:ui-test-root-cleanup, r=petrochenkovbors-27/+19
2020-12-31Merge remote-tracking branch 'origin/master' into frewsxcv-sanCorey Farwell-1571/+5238
2021-01-01Auto merge of #79576 - m-ou-se:2021, r=Mark-Simulacrumbors-42/+49
2021-01-01Move feature gate-related testsYuki Okushi-0/+0
2021-01-01Move rmeta-related testsYuki Okushi-0/+0
2021-01-01Move builtin-superkinds-related testsYuki Okushi-8/+0
2021-01-01Move block-related testsYuki Okushi-2/+2
2020-12-31Rollup merge of #80551 - lcnr:const-arg-wildcard, r=varkorDylan DPC-0/+76
2020-12-31Rollup merge of #80548 - JohnTitor:wfcheck-foreign-fn-ice, r=davidtwcoDylan DPC-0/+41
2020-12-31Rollup merge of #80519 - max-heller:issue-80512-fix, r=varkorDylan DPC-10/+22
2020-12-31Require `-Z unstable-options` for unstable editions.Mara Bos-0/+1
2020-12-31Consistently call editions "Rust 20xx" in messages.Mara Bos-27/+27
2020-12-31Add edition 2021.Mara Bos-19/+25
2020-12-31Auto merge of #80459 - mark-i-m:or-pat-reg, r=petrochenkovbors-0/+43
2020-12-31support pattern as const parents in type_ofBastian Kauschke-0/+76
2020-12-31FIx ICE on wf check for foreign fnsYuki Okushi-0/+41
2020-12-31Move cast-related testsYuki Okushi-0/+0
2020-12-31Move binop-related testsYuki Okushi-0/+0
2020-12-31Move array-slice-vec-related testsYuki Okushi-17/+17
2020-12-31Move parser-related testsYuki Okushi-0/+0
2020-12-30Take type defaults into account in suggestions to reorder generic parametersmax-heller-10/+22
2020-12-30Rollup merge of #80513 - LeSeulArtichaut:80062-test, r=lcnrMara Bos-0/+21
2020-12-30Rollup merge of #80491 - RalfJung:dangling-of-val, r=oli-obkMara Bos-0/+7
2020-12-30Rollup merge of #78934 - DeveloperC286:issue_60302_vec, r=m-ou-seMara Bos-4/+4
2020-12-30Implement edition-based macro pat featuremark-0/+43
2020-12-30Auto merge of #80510 - JohnTitor:rollup-gow7y0l, r=JohnTitorbors-16/+65
2020-12-30Add regression test for #80062LeSeulArtichaut-0/+21
2020-12-30Fix ICE when pointing at multi bytes characterYuki Okushi-16/+65
2020-12-30CTFE: test size/align_of_val_raw on dangling pointersRalf Jung-0/+7
2020-12-30Auto merge of #79684 - usbalbin:const_copy, r=oli-obkbors-0/+70
2020-12-30Rollup merge of #79812 - Aaron1011:lint-item-trailing-semi, r=oli-obkYuki Okushi-6/+22
2020-12-29Lint on redundant trailing semicolon after itemAaron Hill-6/+22
2020-12-29Remove `compile-fail` test suiteVadim Petrochenkov-66/+933
2020-12-29test: updated expected Vec src pathC-4/+4
2020-12-28Rollup merge of #80419 - LeSeulArtichaut:80375-test-case, r=lcnrMara Bos-0/+15
2020-12-28Rollup merge of #80284 - ThePuzzlemaker:issue-80179-fix, r=varkorDylan DPC-0/+48
2020-12-27Add regression test for #80375LeSeulArtichaut-0/+15
2020-12-26update testsBastian Kauschke-943/+658
2020-12-26delete no longer relevant testsBastian Kauschke-114/+0
2020-12-26Add testsAlbin Hedman-0/+70
2020-12-26Auto merge of #80246 - matthewjasper:projection-cycle-caching, r=Mark-Simulacrumbors-16/+124