| Age | Commit message (Expand) | Author | Lines |
| 2024-06-28 | Rollup merge of #127068 - compiler-errors:stall-drop, r=BoxyUwU | Matthias Krüger | -0/+18 |
| 2024-06-28 | Rollup merge of #127016 - bvanjoi:fix-126986, r=GuillaumeGomez | Matthias Krüger | -0/+528 |
| 2024-06-28 | Rollup merge of #127015 - Urgau:non_local_def-tmp-allow, r=lqd | Matthias Krüger | -94/+168 |
| 2024-06-28 | Rollup merge of #123714 - cjgillot:static-fnptr, r=wesleywiser | Matthias Krüger | -0/+32 |
| 2024-06-28 | Auto merge of #127000 - Oneirical:no-test-for-the-wicked, r=Kobzol | bors | -72/+79 |
| 2024-06-28 | Don't inline drop shims with unsubstituted generic consts in MIR inliner | Michael Goulet | -261/+1 |
| 2024-06-28 | Failing test for computing drop shim that has const param | Michael Goulet | -0/+278 |
| 2024-06-28 | Rollup merge of #127058 - compiler-errors:tighten-async-spans, r=oli-obk | Matthias Krüger | -183/+144 |
| 2024-06-28 | Rollup merge of #127022 - adwinwhite:attrs, r=celinval | Matthias Krüger | -0/+155 |
| 2024-06-28 | Rollup merge of #126956 - joboet:fmt_no_extern_ty, r=RalfJung | Matthias Krüger | -34/+16 |
| 2024-06-28 | Rollup merge of #124741 - nebulark:patchable-function-entries-pr, r=estebank,... | Matthias Krüger | -0/+238 |
| 2024-06-28 | Add method to get all attributes on a definition | Adwin White | -3/+21 |
| 2024-06-28 | Support fetching `Attribute` of items. | Adwin White | -0/+137 |
| 2024-06-28 | Auto merge of #127010 - GuillaumeGomez:update-puppeteer, r=notriddle | bors | -2/+6 |
| 2024-06-28 | add test for #126986 | bohan | -86/+109 |
| 2024-06-28 | docs: check if the disambiguator matches its suffix | bohan | -0/+505 |
| 2024-06-27 | Updated diagnostic messages | Florian Schmiderer | -11/+11 |
| 2024-06-27 | Tighten spans for async blocks | Michael Goulet | -183/+144 |
| 2024-06-27 | rewrite many-crates-but-no-match to rmake | Oneirical | -35/+31 |
| 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-27 | Switch back `non_local_definitions` lint to allow-by-default | Urgau | -94/+168 |
| 2024-06-27 | Update browser-ui-test version to `0.18.0` | Guillaume Gomez | -2/+6 |
| 2024-06-26 | rewrite lto-dylib-dep to rmake | Oneirical | -11/+15 |
| 2024-06-26 | rewrite overwrite-input to rmake | Oneirical | -19/+15 |
| 2024-06-26 | Auto merge of #120924 - xFrednet:rfc-2383-stabilization-party, r=Urgau,blyxyas | bors | -238/+226 |
| 2024-06-26 | rewrite use-suggestions-rust-2018 to rmake | Oneirical | -7/+18 |
| 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-26 | update coverage test | joboet | -10/+10 |
| 2024-06-25 | fix UI test, simplify error message | joboet | -24/+6 |
| 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 |