| Age | Commit message (Expand) | Author | Lines |
| 2024-10-18 | Auto merge of #18324 - davidbarsky:davidbarsky/fix-some-node-dependencies, r=... | bors | -138/+1401 |
| 2024-10-18 | vscode: update some dependencies | David Barsky | -138/+1401 |
| 2024-10-18 | internal: fix lldb-dap unconditionally calling rustc | David Barsky | -0/+0 |
| 2024-10-18 | Auto merge of #18320 - davidbarsky:davidbarsky/fix-lldb-dap-calling-rustc, r=... | bors | -16/+27 |
| 2024-10-18 | Auto merge of #18243 - krobelus:clamp-position-character, r=Veykril | bors | -1/+32 |
| 2024-10-18 | Auto merge of #18331 - Veykril:veykril/push-tsolukqqyllz, r=Veykril | bors | -1/+11 |
| 2024-10-18 | internal: Add more trivially `Sized` types to `is_sized` check | Lukas Wirth | -1/+11 |
| 2024-10-18 | Auto merge of #18328 - Veykril:veykril/push-zrzmmyqzqwyr, r=Veykril | bors | -8/+13 |
| 2024-10-18 | fix: Fix CI running analysis-stats incorrectly against the standard libraries | Lukas Wirth | -8/+13 |
| 2024-10-17 | internal: fix lldb-dap unconditionally calling rustc | David Barsky | -16/+27 |
| 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 | 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-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 #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 | Auto merge of #131797 - matthiaskrgr:rollup-lzpze2k, r=matthiaskrgr | bors | -248/+610 |
| 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 |
| 2024-10-16 | Rollup merge of #131751 - compiler-errors:structurally-resolve, r=lcnr | Matthias Krüger | -57/+121 |
| 2024-10-16 | Rollup merge of #131730 - zlfn:master, r=tgross35 | Matthias Krüger | -76/+69 |
| 2024-10-16 | Rollup merge of #131691 - GuillaumeGomez:intra-doc-link-filter-out-2, r=notri... | Matthias Krüger | -56/+351 |
| 2024-10-16 | Rollup merge of #131657 - compiler-errors:rustfmt-modifiers, r=ytmimi | Matthias Krüger | -23/+29 |
| 2024-10-16 | Rollup merge of #130989 - compiler-errors:unsize-opaque, r=estebank | Matthias Krüger | -10/+23 |
| 2024-10-16 | Remove `Waker::waker` from 1.82 relnotes | Josh Stone | -1/+0 |
| 2024-10-16 | Auto merge of #131792 - matthiaskrgr:rollup-480nwg4, r=matthiaskrgr | bors | -560/+1254 |
| 2024-10-16 | Rollup merge of #131788 - dufucun:master, r=lqd | Matthias Krüger | -1/+1 |
| 2024-10-16 | Rollup merge of #131783 - practicalrs:fix_explicit_iter_loop, r=compiler-errors | Matthias Krüger | -8/+8 |
| 2024-10-16 | Rollup merge of #131757 - c6c7:fixup-lint-non-snake-case-crate, r=jieyouxu | Matthias Krüger | -12/+16 |
| 2024-10-16 | Rollup merge of #131699 - compiler-errors:better-errors-for-projections, r=lcnr | Matthias Krüger | -187/+324 |
| 2024-10-16 | Rollup merge of #131686 - Urgau:fast-path-vis, r=lqd | Matthias Krüger | -0/+7 |
| 2024-10-16 | Rollup merge of #131594 - fmease:rustdoc-mv-obj-safe-dyn-compat, r=notriddle | Matthias Krüger | -42/+44 |
| 2024-10-16 | Rollup merge of #131381 - Nadrieril:min-match-ergonomics, r=pnkfelix | Matthias Krüger | -242/+757 |
| 2024-10-16 | Rollup merge of #130822 - bjoernager:non-null-from-ref, r=dtolnay | Matthias Krüger | -68/+97 |
| 2024-10-17 | Fix mismatched quotation mark | dufucun | -1/+1 |
| 2024-10-16 | Ignore lint-non-snake-case-crate#proc_macro_ on targets without unwind | Charles Celerier | -12/+16 |
| 2024-10-16 | Auto merge of #131767 - cuviper:bump-stage0, r=Mark-Simulacrum | bors | -755/+644 |
| 2024-10-16 | rustdoc: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -42/+44 |
| 2024-10-16 | Fix explicit_iter_loop in rustc_serialize | Michal Piotrowski | -8/+8 |
| 2024-10-16 | Auto merge of #131775 - Urgau:rollup-yc4a3sf, r=Urgau | bors | -108/+400 |
| 2024-10-16 | Fix needless_lifetimes in stable_mir | Michal Piotrowski | -1/+1 |
| 2024-10-16 | Fix trivially_copy_pass_by_ref in stable_mir | Michal Piotrowski | -3/+3 |
| 2024-10-16 | Emscripten: Xfail backtrace ui tests | Hood Chatham | -0/+2 |
| 2024-10-16 | Rollup merge of #131771 - Urgau:cfg-target-131759, r=jieyouxu | Urgau | -2/+18 |
| 2024-10-16 | Rollup merge of #131766 - jieyouxu:mailmap, r=lqd | Urgau | -0/+1 |