| Age | Commit message (Expand) | Author | Lines |
| 2025-06-17 | Better completion test sorting | Lukas Wirth | -38/+38 |
| 2025-06-17 | Improve completions in if / while expression conditions | Lukas Wirth | -122/+224 |
| 2025-06-17 | Remove a panicking branch in `BorrowedCursor::advance` | BenoƮt du Garreau | -3/+3 |
| 2025-06-17 | apply clippy::or_fun_call | klensy | -28/+32 |
| 2025-06-17 | Merge pull request #20022 from ChayimFriedman2/type-mismatch-exp | Lukas Wirth | -6/+2 |
| 2025-06-17 | Lint about `console` calls in rustdoc JS | Guillaume Gomez | -0/+2 |
| 2025-06-17 | Never make type mismatch diagnostic stable, even when there is a fix | Chayim Refael Friedman | -6/+2 |
| 2025-06-17 | Merge pull request #20020 from Veykril/push-yuqmorzsqumw | Lukas Wirth | -11/+15 |
| 2025-06-17 | fix: Reload workspaces when cargo configs change | Lukas Wirth | -11/+15 |
| 2025-06-17 | Add `allow-invalid` configuration option for `disallowed_*` to the documentat... | Samuel Tardieu | -0/+51 |
| 2025-06-17 | Merge pull request #19495 from Veykril/push-woywmrxrtqqy | Lukas Wirth | -815/+1214 |
| 2025-06-17 | chore: Start infesting ide crates with 'db lifetime | Lukas Wirth | -815/+1214 |
| 2025-06-17 | Merge pull request #20018 from Veykril/push-pkowrtoturkr | Lukas Wirth | -84/+176 |
| 2025-06-17 | Merge pull request #19939 from ChayimFriedman2/fill-arms-self | Lukas Wirth | -29/+227 |
| 2025-06-17 | Merge pull request #19945 from ChayimFriedman2/private-field-quickfix | Lukas Wirth | -32/+125 |
| 2025-06-17 | fix: Copy lockfiles into target directory before invoking `cargo metadata` | Lukas Wirth | -84/+176 |
| 2025-06-17 | Rollup merge of #142601 - nnethercote:format_version-comment, r=aDotInTheVoid | Jubilee | -0/+8 |
| 2025-06-17 | Rollup merge of #142598 - ostylk:fix/ppc64_llvmabi, r=nikic,workingjubilee | Jubilee | -0/+26 |
| 2025-06-17 | Rollup merge of #142595 - workingjubilee:revert-warning-138139, r=ChrisDenton | Jubilee | -38/+0 |
| 2025-06-17 | Rollup merge of #142587 - compiler-errors:try-visit-expr-fields, r=jieyouxu | Jubilee | -4/+23 |
| 2025-06-17 | Rollup merge of #142586 - compiler-errors:remove-visit-struct-field-def, r=fm... | Jubilee | -18/+2 |
| 2025-06-17 | Rollup merge of #142585 - rustbot:docs-update, r=ehuss | Jubilee | -0/+0 |
| 2025-06-17 | Rollup merge of #142584 - Urgau:span-borrowck-139049, r=fmease | Jubilee | -120/+65 |
| 2025-06-17 | Rollup merge of #142570 - jieyouxu:disunion, r=estebank | Jubilee | -36/+115 |
| 2025-06-17 | Rollup merge of #142563 - jieyouxu:no-more-i686-mingw, r=mati865 | Jubilee | -24/+17 |
| 2025-06-17 | Rollup merge of #142542 - cjgillot:invalidate-simplify-cfg, r=SparrowLii | Jubilee | -3/+16 |
| 2025-06-17 | Rollup merge of #142216 - nealsid:refcell-logging, r=tgross35 | Jubilee | -36/+30 |
| 2025-06-17 | Rollup merge of #141946 - xizheyin:141933, r=jhpratt | Jubilee | -11/+16 |
| 2025-06-17 | Rollup merge of #138538 - hkBst:patch-4, r=tgross35 | Jubilee | -9/+16 |
| 2025-06-17 | linked_list tests: buff check_links | Marijn Schouten | -40/+25 |
| 2025-06-16 | tests: remove define so dso_local attr does not disrupt test | Jubilee Young | -1/+1 |
| 2025-06-17 | Make performance of String::insert_str more precise | Marijn Schouten | -9/+16 |
| 2025-06-17 | Merge pull request #4402 from rust-lang/rustup-2025-06-17 | Ralf Jung | -1757/+4626 |
| 2025-06-17 | Merge from rustc | The Miri Cronjob Bot | -1756/+4625 |
| 2025-06-17 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-06-16 | compiler: Redescribe rustc_target search algo more accurately | Jubilee Young | -14/+7 |
| 2025-06-16 | compiler: Redescribe rustc_target::spec more accurately | Jubilee Young | -8/+18 |
| 2025-06-16 | don't unwrap in enzyme builds in case of missing llvm-config | Manuel Drehwald | -13/+14 |
| 2025-06-17 | Don't match on platform-specific directory not found message | Jieyou Xu | -6/+2 |
| 2025-06-17 | Refine run-make test ignores due to unpredictable `i686-pc-windows-gnu` unwin... | Jieyou Xu | -18/+15 |
| 2025-06-17 | Add a comment to `FORMAT_VERSION`. | Nicholas Nethercote | -0/+8 |
| 2025-06-16 | rustdoc: make srcIndex no longer a global variable | binarycat | -31/+11 |
| 2025-06-17 | Add a warning to LateContext::get_def_path | blyxyas | -0/+9 |
| 2025-06-17 | Reject union default field values | Jieyou Xu | -30/+103 |
| 2025-06-16 | clippy: `{Meta,Pointee,}Sized` in non-minicore | David Wood | -2/+8 |
| 2025-06-16 | cranelift/gcc: `{Meta,Pointee,}Sized` in minicore | David Wood | -30/+36 |
| 2025-06-16 | cranelift/gcc: `{Meta,Pointee,}Sized` in minicore | David Wood | -30/+36 |
| 2025-06-16 | miri: bless tests | David Wood | -4/+4 |
| 2025-06-16 | clippy: add `MetaSized` conditions | David Wood | -1/+8 |
| 2025-06-16 | miri: fix build | David Wood | -1/+1 |