| Age | Commit message (Expand) | Author | Lines |
| 2024-10-17 | Rollup merge of #131844 - Kobzol:mailmap-kobzol, r=jieyouxu | Matthias Krüger | -0/+1 |
| 2024-10-17 | Rollup merge of #131835 - ferrocene:amanjeev/add-missing-attribute-unwind, r=... | Matthias Krüger | -0/+1 |
| 2024-10-17 | Rollup merge of #131833 - c-ryan747:patch-1, r=Noratrieb | Matthias Krüger | -4/+5 |
| 2024-10-17 | Rollup merge of #131825 - lcnr:probe-no-more-leak-2, r=compiler-errors | Matthias Krüger | -3/+3 |
| 2024-10-17 | Rollup merge of #131818 - heiher:loong-instrument-xray, r=jieyouxu | Matthias Krüger | -0/+3 |
| 2024-10-17 | Rollup merge of #131805 - aeubanks:flat, r=durin42 | Matthias Krüger | -3/+3 |
| 2024-10-17 | Rollup merge of #129620 - WaffleLapkin:flake, r=Noratrieb | Matthias Krüger | -0/+141 |
| 2024-10-17 | Add mailmap entry for kobzol | Jakub Beránek | -0/+1 |
| 2024-10-17 | Auto merge of #130223 - LaihoE:faster_str_replace, r=thomcc | bors | -2/+63 |
| 2024-10-17 | Enable XRay instrumentation for LoongArch Linux targets | WANG Rui | -0/+3 |
| 2024-10-17 | Auto merge of #131832 - lnicola:sync-from-ra, r=lnicola | bors | -1113/+2098 |
| 2024-10-17 | Do not run test where it cannot run | Amanjeev Sethi | -0/+1 |
| 2024-10-17 | Fix must_use lint for command exec tests | Callum Ryan | -4/+4 |
| 2024-10-17 | Add must_use to CommandExt::exec | Callum Ryan | -0/+1 |
| 2024-10-17 | Auto merge of #18317 - lnicola:sync-from-rust, r=Veykril | bors | -14121/+22801 |
| 2024-10-17 | Bump rustc crates | Laurențiu Nicola | -19/+20 |
| 2024-10-17 | Auto merge of #131827 - matthiaskrgr:rollup-umncb57, r=matthiaskrgr | bors | -565/+602 |
| 2024-10-17 | Rollup merge of #131822 - lcnr:typeck-error-reporting, r=jieyouxu | Matthias Krüger | -78/+84 |
| 2024-10-17 | Rollup merge of #131815 - workingjubilee:did-you-mean-is-none-or, r=jieyouxu | Matthias Krüger | -3/+3 |
| 2024-10-17 | Rollup merge of #131798 - maurer:range-inlining, r=durin42 | Matthias Krüger | -1/+1 |
| 2024-10-17 | Rollup merge of #131748 - lcnr:typing-mode, r=compiler-errors | Matthias Krüger | -261/+225 |
| 2024-10-17 | Rollup merge of #131595 - fmease:rustdoc-json-mv-obj-safe-dyn-compat, r=aDotI... | Matthias Krüger | -24/+27 |
| 2024-10-17 | Rollup merge of #131583 - heiher:loong-issue-118053, r=jieyouxu | Matthias Krüger | -0/+2 |
| 2024-10-17 | Rollup merge of #128391 - cafce25:issue-128390, r=lcnr | Matthias Krüger | -198/+260 |
| 2024-10-17 | SolverDelegate add assoc type for Infcx | lcnr | -3/+3 |
| 2024-10-17 | extract `expr_assign_expected_bool_error` | lcnr | -78/+84 |
| 2024-10-17 | bless mir-opt tests | lcnr | -44/+44 |
| 2024-10-17 | move `defining_opaque_types` out of `Canonical` | lcnr | -120/+130 |
| 2024-10-17 | remove Canonical::unchecked_rebind, it's unused | lcnr | -10/+0 |
| 2024-10-17 | `DropckOutlives` to `rustc_middle` | lcnr | -37/+27 |
| 2024-10-17 | remove type_op constructors | lcnr | -30/+6 |
| 2024-10-17 | `ImpliedOutlivesBounds` to `rustc_middle` | lcnr | -29/+27 |
| 2024-10-17 | Merge from rust-lang/rust | Laurențiu Nicola | -14103/+22782 |
| 2024-10-17 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 |
| 2024-10-16 | compiler: use `is_none_or` where it is clearly better | Jubilee Young | -3/+3 |
| 2024-10-17 | Auto merge of #18315 - varungandhi-src:vg/bump-scip, r=lnicola | bors | -7/+7 |
| 2024-10-17 | Bump version of scip crate | Varun Gandhi | -7/+7 |
| 2024-10-17 | Auto merge of #129582 - nbdd0121:unwind, r=nnethercote | bors | -17/+99 |
| 2024-10-17 | Auto merge of #131796 - cuviper:no-waker-waker, r=Mark-Simulacrum | bors | -1/+0 |
| 2024-10-16 | Auto merge of #17990 - Wilfred:local_time_logs, r=Veykril | bors | -1/+32 |
| 2024-10-16 | internal: Use local time when formatting logs | Wilfred Hughes | -1/+32 |
| 2024-10-16 | clang-format | Arthur Eubanks | -2/+2 |
| 2024-10-16 | rustc_llvm: Fix flattened CLI args | Arthur Eubanks | -2/+2 |
| 2024-10-16 | rustdoc-JSON: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -24/+27 |
| 2024-10-16 | Auto merge of #131797 - matthiaskrgr:rollup-lzpze2k, r=matthiaskrgr | bors | -248/+610 |
| 2024-10-16 | llvm: Tolerate propagated range metadata | Matthew Maurer | -1/+1 |
| 2024-10-16 | Rollup merge of #131778 - practicalrs:fix_needless_lifetimes, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-10-16 | Rollup merge of #131777 - practicalrs:fix_trivially_copy_pass_by_ref, r=jieyouxu | Matthias Krüger | -3/+3 |
| 2024-10-16 | Rollup merge of #131776 - hoodmane:emscripten-xfail-backtrace-tests, r=jieyouxu | Matthias Krüger | -0/+2 |
| 2024-10-16 | Rollup merge of #131753 - compiler-errors:swap-secondary, r=jieyouxu | Matthias Krüger | -22/+11 |