| Age | Commit message (Expand) | Author | Lines |
| 2024-07-26 | rustc_type_ir: fix `clippy::derived_hash_with_manual_eq` | Pavel Grigorenko | -193/+5 |
| 2024-07-26 | Remove logic to suggest clone of function output | Michael Goulet | -37/+14 |
| 2024-07-26 | Always set `result` during `finish()` in debug builders | Trevor Gross | -4/+8 |
| 2024-07-26 | Don't ICE when encountering error regions when confirming object method candi... | Michael Goulet | -12/+35 |
| 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 | rewrite no-builtins-attribute to rmake | Oneirical | -11/+15 |
| 2024-07-26 | rewrite native-link-modifier-whole-archive to rmake | Oneirical | -53/+85 |
| 2024-07-26 | rewrite rlib-format-packed-bundled-libs-2 to rmake | Oneirical | -28/+32 |
| 2024-07-26 | rewrite sanitizer-staticlib-link to rmake | Oneirical | -24/+39 |
| 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 | Not lint pub structs without pub constructors if containing fields of unit, n... | mu001999 | -22/+83 |
| 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 | Fix doc nits | John Arundel | -738/+808 |
| 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 | Fix storing of stdout/stderr in bootstrap commands that failed to start | Jakub Beránek | -3/+13 |
| 2024-07-26 | Fix broken doc link | Jakub Beránek | -1/+1 |
| 2024-07-26 | Fix usages of old command API | Jakub Beránek | -3/+2 |
| 2024-07-26 | Make it easier to detect when bootstrap tries to read uncaptured stdout/stderr | Jakub Beránek | -20/+32 |
| 2024-07-26 | Make command output capturing more explicit | Jakub Beránek | -145/+120 |
| 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 |