about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2023-11-06Rollup merge of #117516 - matthiaskrgr:test_effects_113375_oob, r=fee1-deadMatthias Krüger-0/+18
2023-11-06Rollup merge of #117190 - matthiaskrgr:test_effects_113381, r=fee1-deadMatthias Krüger-0/+26
2023-11-05Use the actual computed crate name for -Zprint-vtable-sizesbjorn3-11/+11
2023-11-05Auto merge of #117537 - GKFX:offset-of-enum-feature, r=cjgillotbors-2/+54
2023-11-05Auto merge of #116218 - tgross35:const-maybe-uninit-zeroed, r=dtolnaybors-7/+6
2023-11-05Auto merge of #117589 - compiler-errors:global-vars-bug, r=jackh726bors-0/+32
2023-11-05Auto merge of #117503 - kornelski:hint-try-reserved, r=workingjubileebors-1/+1
2023-11-04Auto merge of #117590 - matthiaskrgr:rollup-9cqh1q8, r=matthiaskrgrbors-0/+25
2023-11-04Rollup merge of #117570 - bvanjoi:fix-117547, r=cjgillotMatthias Krüger-0/+25
2023-11-04Make sure that predicates with unmentioned bound vars are still considered gl...Michael Goulet-0/+32
2023-11-04Stabilize `const_mem_zeroed`Trevor Gross-7/+6
2023-11-04Auto merge of #113343 - saethlin:looser-alignment, r=RalfJungbors-6/+87
2023-11-04Check alignment of pointers only when read/written throughBen Kimock-6/+87
2023-11-04fallback for `construct_generic_bound_failure`bohan-0/+25
2023-11-04Suggest to set lint level on whole matchNadrieril-31/+42
2023-11-04Warn when lint level is set on a match armNadrieril-5/+57
2023-11-04Add testsNadrieril-0/+96
2023-11-04Rollup merge of #117343 - Nadrieril:cleanup_check_match, r=davidtwcoTakayuki Maeda-193/+349
2023-11-04Remove support for compiler plugins.Nicholas Nethercote-109/+0
2023-11-03Tweak spans for "adt defined here" noteNadrieril-168/+182
2023-11-03Feature gate enums in offset_ofGeorge Bateman-2/+54
2023-11-03Rollup merge of #117505 - estebank:issue-117501, r=TaKO8KiMatthias Krüger-0/+42
2023-11-03Auto merge of #116439 - compiler-errors:on-unimplemented, r=davidtwcobors-142/+142
2023-11-03Auto merge of #117131 - compiler-errors:projection-oops, r=lcnrbors-20/+35
2023-11-02Auto merge of #117134 - lcnr:dropck_outlives-coroutine, r=compiler-errorsbors-37/+51
2023-11-02Pretty print Fn traits in rustc_on_unimplementedMichael Goulet-142/+142
2023-11-02Add all RPITITs when augmenting param-env with GAT bounds in check_type_boundsMichael Goulet-0/+11
2023-11-02Use the normalizing param-env always in check_type_boundsMichael Goulet-20/+24
2023-11-02Fix incorrect trait bound restriction suggestionEsteban Küber-0/+42
2023-11-02review + add testslcnr-0/+41
2023-11-02dropck_outlives check generator witness needs_droplcnr-37/+10
2023-11-02add test for #113375Matthias Krüger-0/+18
2023-11-02add test for #113381Matthias Krüger-0/+26
2023-11-02Auto merge of #117513 - matthiaskrgr:rollup-jvl6y84, r=matthiaskrgrbors-0/+54
2023-11-02Rollup merge of #117509 - Zalathar:zsymbol, r=petrochenkovMatthias Krüger-0/+25
2023-11-02Rollup merge of #117495 - compiler-errors:unsize-docs, r=lcnrMatthias Krüger-0/+29
2023-11-02Auto merge of #117466 - compiler-errors:alias-bound, r=aliemjaybors-0/+55
2023-11-02Don't check for alias bounds in liveness when aliases have escaping bound varsMichael Goulet-0/+55
2023-11-02Auto merge of #117204 - nnethercote:rustc_ast_passes, r=compiler-errorsbors-3/+3
2023-11-02Add UI tests for values accepted by `-C symbol-mangling-version`Zalathar-0/+25
2023-11-02Always do all the pattern checksNadrieril-4/+22
2023-11-02Add regression test for pattern checksNadrieril-0/+72
2023-11-02Tweak diagnostic for consistencyNadrieril-57/+109
2023-11-02Hint optimizer about reserved capacityKornel-1/+1
2023-11-01Rollup merge of #117298 - clubby789:fn-missing-params, r=petrochenkovMatthias Krüger-19/+44
2023-11-01Remove a false statement from Unsize docs, add a testMichael Goulet-0/+29
2023-11-01Auto merge of #117289 - estebank:issue-72298, r=cjgillotbors-0/+94
2023-11-01Recover from missing param list in function definitionsclubby789-19/+44
2023-11-01Auto merge of #114208 - GKFX:offset_of_enum, r=wesleywiserbors-15/+65
2023-11-01Auto merge of #116692 - Nadrieril:half-open-ranges, r=cjgillotbors-198/+215