about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-11-07coverage: Register `test::Coverage` as the test suite for `tests/coverage`Zalathar-7/+10
2023-11-07coverage: Migrate `tests/coverage-map` into `tests/coverage`Zalathar-2751/+0
2023-11-07coverage: Migrate `tests/run-coverage` into `tests/coverage`Zalathar-0/+0
2023-11-07coverage: Copy all remaining run-coverage tests into coverage-mapZalathar-0/+391
2023-11-07coverage: Copy all remaining coverage-map tests into run-coverageZalathar-0/+308
2023-11-07coverage: Flatten `coverage-map/status-quo/` into its parent directoryZalathar-1/+1
2023-11-07coverage: Remove `tests/coverage-map/if.rs`Zalathar-24/+0
2023-11-07coverage: Use `-Copt-level=2` by default in run-coverage testsZalathar-14/+32
2023-11-06Auto merge of #117641 - matthiaskrgr:rollup-f9c12td, r=matthiaskrgrbors-0/+52
2023-11-06Rollup merge of #117637 - lqd:trivial-bounds-with-binder-vars, r=compiler-errorsMatthias Krüger-0/+8
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-06Auto merge of #117292 - estebank:issue-80446, r=davidtwcobors-0/+37
2023-11-06Silence redundant error on typo resulting on binopEsteban Küber-18/+15
2023-11-06add test for trivial bound not holding in `soa-derive`Rémy Rakic-0/+8
2023-11-06Rollup merge of #117615 - bjorn3:misc_changes, r=davidtwcoMatthias Krüger-11/+11
2023-11-06Auto merge of #117585 - dnbln:feat/move-kw-span, r=cjgillotbors-1/+1
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-3/+55
2023-11-05Auto merge of #117469 - cjgillot:filecheck-mir, r=Mark-Simulacrumbors-119/+307
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/+15
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-04add `fn visit_capture_by` to MutVisitor and fix pprust-expr-roundtrip.rsDinu Blanovschi-1/+1
2023-11-04Stabilize `const_mem_zeroed`Trevor Gross-7/+6
2023-11-04Auto merge of #113343 - saethlin:looser-alignment, r=RalfJungbors-7/+88
2023-11-04Check alignment of pointers only when read/written throughBen Kimock-7/+88
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-1237/+2
2023-11-03Tweak spans for "adt defined here" noteNadrieril-168/+182
2023-11-03Auto merge of #117507 - nnethercote:rustc_span, r=Nilstriebbors-5/+5
2023-11-03Feature gate enums in offset_ofGeorge Bateman-3/+55
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-02Auto merge of #117521 - GuillaumeGomez:impl-on-foreign-order, r=notriddlebors-1/+26
2023-11-02review + add testslcnr-0/+41
2023-11-02Add GUI test to ensure that implementations on foreign types are in the expec...Guillaume Gomez-1/+26