| Age | Commit message (Expand) | Author | Lines |
| 2024-07-27 | Merge from rustc | The Miri Cronjob Bot | -6168/+6831 |
| 2024-07-27 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-07-27 | Auto merge of #127946 - tgross35:fmt-builders-set-result, r=cuviper | bors | -4/+8 |
| 2024-07-27 | Auto merge of #128253 - tgross35:rollup-rpmoebz, r=tgross35 | bors | -133/+265 |
| 2024-07-26 | Rollup merge of #128235 - harryscholes:fix-iterator-filter-docs, r=tgross35 | Trevor Gross | -1/+1 |
| 2024-07-26 | Rollup merge of #128229 - tdittr:unsafe-extern-abi-error, r=compiler-errors | Trevor Gross | -11/+47 |
| 2024-07-26 | Rollup merge of #128227 - Kobzol:ci-unrolled-perf-build-matrix, r=tgross35 | Trevor Gross | -2/+8 |
| 2024-07-26 | Rollup merge of #128226 - oli-obk:option_vs_empty_slice, r=petrochenkov | Trevor Gross | -6/+6 |
| 2024-07-26 | Rollup merge of #128224 - nnethercote:fewer-replace_ranges, r=petrochenkov | Trevor Gross | -25/+21 |
| 2024-07-26 | Rollup merge of #128223 - nnethercote:refactor-collect_tokens, r=petrochenkov | Trevor Gross | -45/+43 |
| 2024-07-26 | Rollup merge of #128210 - lolbinarycat:rustdoc-search-title, r=notriddle,Guil... | Trevor Gross | -1/+1 |
| 2024-07-26 | Rollup merge of #128201 - compiler-errors:closure-clone, r=oli-obk | Trevor Gross | -21/+120 |
| 2024-07-26 | Rollup merge of #124941 - Skgland:stabilize-const-int-from-str, r=dtolnay | Trevor Gross | -21/+18 |
| 2024-07-26 | Auto merge of #121676 - Bryanskiy:polarity, r=petrochenkov | bors | -83/+364 |
| 2024-07-26 | Always set `result` during `finish()` in debug builders | Trevor Gross | -4/+8 |
| 2024-07-26 | Suppress useless clone suggestion | Michael Goulet | -5/+5 |
| 2024-07-26 | Make coroutine-closures possible to be cloned | Michael Goulet | -21/+120 |
| 2024-07-26 | Auto merge of #128065 - Oneirical:great-testilence, r=jieyouxu | bors | -62/+84 |
| 2024-07-26 | Fix docs | harryscholes | -1/+1 |
| 2024-07-26 | rewrite export-executable-symbols to rmake | Oneirical | -17/+30 |
| 2024-07-26 | rewrite foreign-rust-exceptions to rmake | Oneirical | -14/+23 |
| 2024-07-26 | rewrite c-unwind-abi-catch-lib-panic to rmake | Oneirical | -36/+36 |
| 2024-07-26 | Auto merge of #3763 - tiif:global-fd-id, r=oli-obk | bors | -34/+24 |
| 2024-07-26 | Forbid `?Trait` bounds repetitions | Bryanskiy | -11/+72 |
| 2024-07-26 | Improve error message for `extern "C" unsafe fn()` | Tamme Dittrich | -14/+30 |
| 2024-07-26 | Let insert_fd takes in FileDescription instead of FileDescriptor | tiif | -34/+24 |
| 2024-07-26 | Auto merge of #128165 - saethlin:optimize-clone-shims, r=compiler-errors | bors | -45/+31 |
| 2024-07-26 | Auto merge of #3766 - RalfJung:tree-borrows-int2ptr, r=RalfJung | bors | -138/+201 |
| 2024-07-26 | diagnostics: add a macro to make things a bit easier to read | Ralf Jung | -76/+59 |
| 2024-07-26 | better diagnostics for Tree Borrows + int2ptr casts | Ralf Jung | -70/+150 |
| 2024-07-26 | Add a test case for `extern "C" unsafe` to the ui tests | Tamme Dittrich | -0/+20 |
| 2024-07-26 | CI: do not respect custom try jobs for unrolled perf builds | Jakub Beránek | -2/+8 |
| 2024-07-26 | Auto merge of #128034 - Nadrieril:explain-unreachable, r=compiler-errors | bors | -308/+1526 |
| 2024-07-26 | Remove redundant option that was just encoding that a slice was empty | Oli Scherer | -6/+6 |
| 2024-07-26 | Auto merge of #128222 - tgross35:rollup-fk7qdo3, r=tgross35 | bors | -657/+1198 |
| 2024-07-26 | Remove an unnecessary block. | Nicholas Nethercote | -11/+9 |
| 2024-07-26 | Tweak a loop. | Nicholas Nethercote | -5/+7 |
| 2024-07-26 | Fix a comment. | Nicholas Nethercote | -3/+3 |
| 2024-07-26 | Auto merge of #3765 - rust-lang:rustup-2024-07-26, r=RalfJung | bors | -2219/+2907 |
| 2024-07-26 | Rollup merge of #128170 - saethlin:clone-fn, r=compiler-errors | Trevor Gross | -2/+7 |
| 2024-07-26 | Rollup merge of #128099 - lolbinarycat:extern-flag-disambiguates-rmake, r=Kobzol | Trevor Gross | -27/+35 |
| 2024-07-26 | Rollup merge of #127989 - Oneirical:testricted-area, r=jieyouxu | Trevor Gross | -49/+86 |
| 2024-07-26 | Rollup merge of #127557 - linyihai:issue-126694, r=compiler-errors | Trevor Gross | -8/+30 |
| 2024-07-26 | Rollup merge of #127523 - Oneirical:treasure-test, r=jieyouxu | Trevor Gross | -86/+105 |
| 2024-07-26 | Rollup merge of #127017 - mu001999-contrib:dead/enhance, r=pnkfelix | Trevor Gross | -10/+87 |
| 2024-07-26 | Rollup merge of #126575 - fmease:update-lint-type_alias_bounds, r=compiler-er... | Trevor Gross | -475/+848 |
| 2024-07-26 | Auto merge of #120593 - maurer:android-bump, r=Mark-Simulacrum,workingjubilee | bors | -12/+15 |
| 2024-07-26 | Merge from rustc | The Miri Cronjob Bot | -2218/+2906 |
| 2024-07-26 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-07-26 | Don't include inner attribute ranges in `CaptureState`. | Nicholas Nethercote | -6/+2 |