| Age | Commit message (Expand) | Author | Lines |
| 2023-11-07 | coverage: Register `test::Coverage` as the test suite for `tests/coverage` | Zalathar | -7/+10 |
| 2023-11-07 | coverage: Migrate `tests/coverage-map` into `tests/coverage` | Zalathar | -2751/+0 |
| 2023-11-07 | coverage: Migrate `tests/run-coverage` into `tests/coverage` | Zalathar | -0/+0 |
| 2023-11-07 | coverage: Copy all remaining run-coverage tests into coverage-map | Zalathar | -0/+391 |
| 2023-11-07 | coverage: Copy all remaining coverage-map tests into run-coverage | Zalathar | -0/+308 |
| 2023-11-07 | coverage: Flatten `coverage-map/status-quo/` into its parent directory | Zalathar | -1/+1 |
| 2023-11-07 | coverage: Remove `tests/coverage-map/if.rs` | Zalathar | -24/+0 |
| 2023-11-07 | coverage: Use `-Copt-level=2` by default in run-coverage tests | Zalathar | -14/+32 |
| 2023-11-06 | Auto merge of #117641 - matthiaskrgr:rollup-f9c12td, r=matthiaskrgr | bors | -0/+52 |
| 2023-11-06 | Rollup merge of #117637 - lqd:trivial-bounds-with-binder-vars, r=compiler-errors | Matthias Krüger | -0/+8 |
| 2023-11-06 | Rollup merge of #117516 - matthiaskrgr:test_effects_113375_oob, r=fee1-dead | Matthias Krüger | -0/+18 |
| 2023-11-06 | Rollup merge of #117190 - matthiaskrgr:test_effects_113381, r=fee1-dead | Matthias Krüger | -0/+26 |
| 2023-11-06 | Auto merge of #117292 - estebank:issue-80446, r=davidtwco | bors | -0/+37 |
| 2023-11-06 | Silence redundant error on typo resulting on binop | Esteban Küber | -18/+15 |
| 2023-11-06 | add test for trivial bound not holding in `soa-derive` | Rémy Rakic | -0/+8 |
| 2023-11-06 | Rollup merge of #117615 - bjorn3:misc_changes, r=davidtwco | Matthias Krüger | -11/+11 |
| 2023-11-06 | Auto merge of #117585 - dnbln:feat/move-kw-span, r=cjgillot | bors | -1/+1 |
| 2023-11-05 | Use the actual computed crate name for -Zprint-vtable-sizes | bjorn3 | -11/+11 |
| 2023-11-05 | Auto merge of #117537 - GKFX:offset-of-enum-feature, r=cjgillot | bors | -3/+55 |
| 2023-11-05 | Auto merge of #117469 - cjgillot:filecheck-mir, r=Mark-Simulacrum | bors | -119/+307 |
| 2023-11-05 | Auto merge of #116218 - tgross35:const-maybe-uninit-zeroed, r=dtolnay | bors | -7/+6 |
| 2023-11-05 | Auto merge of #117589 - compiler-errors:global-vars-bug, r=jackh726 | bors | -0/+32 |
| 2023-11-05 | Auto merge of #117503 - kornelski:hint-try-reserved, r=workingjubilee | bors | -1/+15 |
| 2023-11-04 | Auto merge of #117590 - matthiaskrgr:rollup-9cqh1q8, r=matthiaskrgr | bors | -0/+25 |
| 2023-11-04 | Rollup merge of #117570 - bvanjoi:fix-117547, r=cjgillot | Matthias Krüger | -0/+25 |
| 2023-11-04 | Make sure that predicates with unmentioned bound vars are still considered gl... | Michael Goulet | -0/+32 |
| 2023-11-04 | add `fn visit_capture_by` to MutVisitor and fix pprust-expr-roundtrip.rs | Dinu Blanovschi | -1/+1 |
| 2023-11-04 | Stabilize `const_mem_zeroed` | Trevor Gross | -7/+6 |
| 2023-11-04 | Auto merge of #113343 - saethlin:looser-alignment, r=RalfJung | bors | -7/+88 |
| 2023-11-04 | Check alignment of pointers only when read/written through | Ben Kimock | -7/+88 |
| 2023-11-04 | fallback for `construct_generic_bound_failure` | bohan | -0/+25 |
| 2023-11-04 | Suggest to set lint level on whole match | Nadrieril | -31/+42 |
| 2023-11-04 | Warn when lint level is set on a match arm | Nadrieril | -5/+57 |
| 2023-11-04 | Add tests | Nadrieril | -0/+96 |
| 2023-11-04 | Rollup merge of #117343 - Nadrieril:cleanup_check_match, r=davidtwco | Takayuki Maeda | -193/+349 |
| 2023-11-04 | Remove support for compiler plugins. | Nicholas Nethercote | -1237/+2 |
| 2023-11-03 | Tweak spans for "adt defined here" note | Nadrieril | -168/+182 |
| 2023-11-03 | Auto merge of #117507 - nnethercote:rustc_span, r=Nilstrieb | bors | -5/+5 |
| 2023-11-03 | Feature gate enums in offset_of | George Bateman | -3/+55 |
| 2023-11-03 | Rollup merge of #117505 - estebank:issue-117501, r=TaKO8Ki | Matthias Krüger | -0/+42 |
| 2023-11-03 | Auto merge of #116439 - compiler-errors:on-unimplemented, r=davidtwco | bors | -142/+142 |
| 2023-11-03 | Auto merge of #117131 - compiler-errors:projection-oops, r=lcnr | bors | -20/+35 |
| 2023-11-02 | Auto merge of #117134 - lcnr:dropck_outlives-coroutine, r=compiler-errors | bors | -37/+51 |
| 2023-11-02 | Pretty print Fn traits in rustc_on_unimplemented | Michael Goulet | -142/+142 |
| 2023-11-02 | Add all RPITITs when augmenting param-env with GAT bounds in check_type_bounds | Michael Goulet | -0/+11 |
| 2023-11-02 | Use the normalizing param-env always in check_type_bounds | Michael Goulet | -20/+24 |
| 2023-11-02 | Fix incorrect trait bound restriction suggestion | Esteban Küber | -0/+42 |
| 2023-11-02 | Auto merge of #117521 - GuillaumeGomez:impl-on-foreign-order, r=notriddle | bors | -1/+26 |
| 2023-11-02 | review + add tests | lcnr | -0/+41 |
| 2023-11-02 | Add GUI test to ensure that implementations on foreign types are in the expec... | Guillaume Gomez | -1/+26 |