| Age | Commit message (Expand) | Author | Lines |
| 2024-10-20 | Update Cargo.lock | Chayim Refael Friedman | -5/+5 |
| 2024-10-20 | Auto merge of #18350 - roife:safe-kw-1, r=lnicola | bors | -12/+326 |
| 2024-10-20 | fix: do not emit unsafe diagnositcs for safe statics in extern blocks | roife | -3/+62 |
| 2024-10-20 | feat: initial support for safe_kw in extern blocks | roife | -9/+264 |
| 2024-10-19 | Auto merge of #18336 - xuwaters:patch-1, r=lnicola | bors | -1/+1 |
| 2024-10-19 | Auto merge of #18335 - SomeoneToIgnore:editorconfig-glob, r=lnicola | bors | -1/+1 |
| 2024-10-18 | Increase TOKEN_LIMIT for hir-expand | Wei Xu | -1/+1 |
| 2024-10-19 | Fix editorconfig glob | Kirill Bulatov | -1/+1 |
| 2024-10-18 | Auto merge of #18300 - krobelus:clamp-position-character-2, r=Veykril | bors | -3/+11 |
| 2024-10-18 | Clamp Position::character to line length | Johannes Altmanninger | -3/+11 |
| 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 |