| Age | Commit message (Expand) | Author | Lines |
| 2024-06-27 | Auto merge of #126861 - GuillaumeGomez:migrate-run-make-invalid-library, r=Ko... | bors | -6/+8 |
| 2024-06-27 | Auto merge of #126993 - petrochenkov:atvisord3, r=BoxyUwU | bors | -31/+31 |
| 2024-06-27 | Add `ar` command in `run-make-support` | Guillaume Gomez | -2/+2 |
| 2024-06-27 | Migrate `run-make/invalid-library` to `rmake.rs` | Guillaume Gomez | -6/+8 |
| 2024-06-27 | Rollup merge of #126929 - nnethercote:rm-__rust_force_expr, r=oli-obk | Jacob Pratt | -3/+6 |
| 2024-06-27 | Rollup merge of #126928 - nnethercote:124141-pre, r=oli-obk | Jacob Pratt | -1/+119 |
| 2024-06-27 | Rollup merge of #126721 - Zalathar:nested-cov-attr, r=oli-obk | Jacob Pratt | -319/+296 |
| 2024-06-26 | Auto merge of #120924 - xFrednet:rfc-2383-stabilization-party, r=Urgau,blyxyas | bors | -238/+226 |
| 2024-06-26 | ast: Standardize visiting order | Vadim Petrochenkov | -31/+31 |
| 2024-06-26 | Auto merge of #126844 - scottmcm:more-ptr-cast-gvn, r=saethlin | bors | -111/+1437 |
| 2024-06-26 | Rollup merge of #126973 - chenyukang:yukang-fix-126756-unsafe-suggestion-erro... | Matthias Krüger | -24/+73 |
| 2024-06-26 | Rollup merge of #126968 - lqd:issue-126670, r=compiler-errors | Matthias Krüger | -0/+39 |
| 2024-06-26 | Rollup merge of #126964 - Oneirical:total-catestrophe, r=Kobzol | Matthias Krüger | -29/+50 |
| 2024-06-26 | Rollup merge of #126925 - surechen:fix_125631, r=compiler-errors | Matthias Krüger | -0/+143 |
| 2024-06-26 | Rollup merge of #126724 - nnethercote:fix-parse_ty_bare_fn-span, r=compiler-e... | Matthias Krüger | -2/+2 |
| 2024-06-26 | Fix bad replacement for unsafe extern block suggestion | yukang | -24/+73 |
| 2024-06-26 | coverage: Allow `#[coverage(..)]` on `impl` and `mod` | Zalathar | -167/+247 |
| 2024-06-26 | coverage: Apply `#[coverage(..)]` recursively to nested functions | Zalathar | -152/+49 |
| 2024-06-25 | Auto merge of #126951 - matthiaskrgr:rollup-xg0o4mc, r=matthiaskrgr | bors | -71/+373 |
| 2024-06-26 | Fix a span in `parse_ty_bare_fn`. | Nicholas Nethercote | -2/+2 |
| 2024-06-25 | delay bug in RPITIT refinement checking with resolution errors | Rémy Rakic | -0/+39 |
| 2024-06-25 | Prevent ICE from expected future breakage | xFrednet | -19/+63 |
| 2024-06-25 | Rollup merge of #126947 - Bryanskiy:delegation-lowering-refactoring, r=petroc... | Matthias Krüger | -4/+4 |
| 2024-06-25 | Rollup merge of #126302 - mu001999-contrib:ignore/default, r=michaelwoerister | Matthias Krüger | -1/+51 |
| 2024-06-25 | rewrite and rename issue-20626 to rmake | Oneirical | -9/+16 |
| 2024-06-25 | rewrite invalid-so to rmake | Oneirical | -7/+17 |
| 2024-06-25 | rewrite lto-empty to rmake | Oneirical | -13/+17 |
| 2024-06-25 | `sudo CI=green` && Review changes <3 | xFrednet | -1/+0 |
| 2024-06-25 | Rollup merge of #126943 - Urgau:dedup-all, r=petrochenkov | Matthias Krüger | -0/+6 |
| 2024-06-25 | Rollup merge of #126915 - SparkyPotato:fix-126903, r=compiler-errors | Matthias Krüger | -1/+20 |
| 2024-06-25 | Rollup merge of #126884 - estebank:issue-125634, r=Nadrieril | Matthias Krüger | -6/+115 |
| 2024-06-25 | Rollup merge of #126868 - bvanjoi:fix-126764, r=davidtwco | Matthias Krüger | -0/+44 |
| 2024-06-25 | Rollup merge of #126746 - compiler-errors:no-rpitit, r=oli-obk | Matthias Krüger | -44/+138 |
| 2024-06-25 | Rollup merge of #126618 - mu001999-contrib:dead/enhance, r=pnkfelix | Matthias Krüger | -20/+50 |
| 2024-06-25 | RFC 2373: Update tests for rustdoc for `lint_reasons` | xFrednet | -4/+4 |
| 2024-06-25 | Detect unused structs which derived Default | mu001999 | -1/+51 |
| 2024-06-25 | RFC 2383: Stabilize `lint_reasons` :tada: | xFrednet | -214/+159 |
| 2024-06-25 | Delegation: ast lowering refactor | Bryanskiy | -4/+4 |
| 2024-06-25 | Auto merge of #125741 - petrochenkov:atvisord, r=davidtwco | bors | -83/+179 |
| 2024-06-25 | De-duplicate all consecutive native libs regardless of their options | Urgau | -0/+6 |
| 2024-06-25 | Auto merge of #126834 - bjorn3:interface_refactor, r=michaelwoerister | bors | -5/+9 |
| 2024-06-25 | Auto merge of #125740 - RalfJung:transmute-size-check, r=oli-obk | bors | -2/+50 |
| 2024-06-25 | Auto merge of #125610 - oli-obk:define_opaque_types14, r=compiler-errors | bors | -57/+326 |
| 2024-06-25 | Remove `__rust_force_expr`. | Nicholas Nethercote | -3/+6 |
| 2024-06-25 | Extend `tests/ui/macros/nonterminal-matching.rs`. | Nicholas Nethercote | -1/+119 |
| 2024-06-25 | Auto merge of #126852 - scottmcm:more-checked-math-tweaks, r=Amanieu | bors | -30/+34 |
| 2024-06-25 | Change E0369 diagnostic give note information for foreign items. | surechen | -0/+143 |
| 2024-06-24 | don't suggest awaiting type expr patterns | SparkyPotato | -1/+20 |
| 2024-06-24 | Rollup merge of #126899 - GrigorenkoPV:suggest-const-block, r=davidtwco | Michael Goulet | -33/+19 |
| 2024-06-24 | Rollup merge of #126682 - Zalathar:coverage-attr, r=lcnr | Michael Goulet | -265/+648 |