| Age | Commit message (Expand) | Author | Lines |
| 2025-05-27 | fast path: compute `MaybeInitializedPlaces` lazily | Rémy Rakic | -11/+33 |
| 2025-05-27 | remove unneeded lifetime | Rémy Rakic | -7/+8 |
| 2025-05-27 | move `MaybeInitializedPlaces` computation to where it's used | Rémy Rakic | -27/+11 |
| 2025-05-27 | Merge pull request #2419 from rust-lang/tshepang-patch-1 | Tshepang Mbambo | -1/+3 |
| 2025-05-27 | make link not inline | Tshepang Mbambo | -1/+3 |
| 2025-05-27 | Make the `dangerous_implicit_autorefs` lint deny-by-default | Urgau | -94/+100 |
| 2025-05-27 | Auto merge of #141662 - matthiaskrgr:rollup-9kt4zj7, r=matthiaskrgr | bors | -413/+336 |
| 2025-05-27 | Rollup merge of #141654 - durin42:randomly-fixed-test, r=jieyouxu | Matthias Krüger | -15/+11 |
| 2025-05-27 | Rollup merge of #141650 - Zalathar:revert-unused-local-file, r=Zalathar | Matthias Krüger | -154/+62 |
| 2025-05-27 | Rollup merge of #141645 - klensy:fluent-b, r=jieyouxu | Matthias Krüger | -23/+15 |
| 2025-05-27 | Rollup merge of #141640 - Fabian-Gruenbichler:mr/test-version-check-rpath-fal... | Matthias Krüger | -17/+13 |
| 2025-05-27 | Rollup merge of #141632 - fee1-dead-contrib:push-txmttkxvwqxl, r=oli-obk | Matthias Krüger | -11/+3 |
| 2025-05-27 | Rollup merge of #141602 - jieyouxu:llvm-submodule, r=apiraino | Matthias Krüger | -0/+7 |
| 2025-05-27 | Rollup merge of #141495 - compiler-errors:rename-unpack, r=fmease | Matthias Krüger | -185/+185 |
| 2025-05-27 | Rollup merge of #141312 - cberner:filelock_from, r=joshtriplett | Matthias Krüger | -8/+40 |
| 2025-05-27 | ✨ feat: map_or_default for result and option | tk | -0/+60 |
| 2025-05-27 | bootstrap: Remove `bin_root` from `PATH` | Vadim Petrochenkov | -1/+0 |
| 2025-05-27 | CI: Add cargo tests to aarch64-apple-darwin | Eric Huss | -1/+3 |
| 2025-05-28 | consider glob imports in cfg suggestion | bohan | -5/+200 |
| 2025-05-27 | Drive-by: Delete dead TyCtxtEnsureOk::const_eval_poly | León Orell Valerian Liehr | -22/+0 |
| 2025-05-27 | Always evaluate free lifetime-generic constants | León Orell Valerian Liehr | -8/+9 |
| 2025-05-27 | Merge pull request #2417 from smanilov/patch-16 | nora | -2/+2 |
| 2025-05-27 | Merge pull request #2418 from smanilov/patch-17 | nora | -1/+1 |
| 2025-05-27 | Warn on non-crate level text direction lints | Matthew Jasper | -19/+3 |
| 2025-05-27 | Avoid including text direction codepoints in lint messages | Matthew Jasper | -4/+17 |
| 2025-05-27 | Report text_direction_codepoint_in_literal when parsing | Matthew Jasper | -160/+294 |
| 2025-05-27 | Make links in coinduction.md clickable | Stan Manilov | -2/+2 |
| 2025-05-27 | Link to description of opaque types | Stan Manilov | -1/+1 |
| 2025-05-27 | Do not get proc_macro from the sysroot in rustc | bjorn3 | -20/+60 |
| 2025-05-27 | Auto merge of #141644 - compiler-errors:rollup-gl5hize, r=compiler-errors | bors | -997/+1281 |
| 2025-05-27 | Unit test for Range parameter of `BTreeMap::extract_if` | Sidney Cammeresi | -0/+24 |
| 2025-05-27 | Update docs for new Range parameter to `BTreeMap::extract_if` etc. | Sidney Cammeresi | -4/+16 |
| 2025-05-27 | Update tests with Range parameter to `BTreeMap::extract_if` etc. | Sidney Cammeresi | -46/+56 |
| 2025-05-27 | Add Range parameter to `BTreeMap::extract_if` and `BTreeSet::extract_if` | Sidney Cammeresi | -19/+57 |
| 2025-05-27 | tests: mark option-niche-eq as fixed on LLVM 21 | Augie Fackler | -15/+11 |
| 2025-05-27 | rustdoc: linking to a local proc macro no longer warns | binarycat | -8/+84 |
| 2025-05-27 | Suggest mut when possbile for temporary value dropped while borrowed | yukang | -3/+96 |
| 2025-05-27 | Refactor the two-phase check for impls and impl items | Mu001999 | -133/+128 |
| 2025-05-27 | Merge pull request #19850 from regexident/dyn-semantics | Chayim Refael Friedman | -1/+1 |
| 2025-05-27 | Make some assertions in solver into debug assertions | Michael Goulet | -11/+12 |
| 2025-05-27 | coverage: Revert "unused local file IDs" due to empty function names | Zalathar | -154/+62 |
| 2025-05-27 | distcheck: document what distcheck is intended to exercise | Jieyou Xu | -1/+20 |
| 2025-05-27 | Bump master `stage0` compiler | Jieyou Xu | -460/+460 |
| 2025-05-27 | Auto merge of #141641 - marcoieni:codebuild-ghcr-pr-job, r=Kobzol | bors | -1/+1 |
| 2025-05-27 | triagebot: label `src/llvm-project` and `rustc_{llvm, codegen_llvm}` changes ... | Jieyou Xu | -0/+7 |
| 2025-05-27 | attempt to fix squash on Windows | Ralf Jung | -1/+22 |
| 2025-05-27 | Fix some var names | Michael Goulet | -34/+34 |
| 2025-05-27 | Rename unpack to kind | Michael Goulet | -32/+32 |
| 2025-05-27 | Rename unpack to kind | Michael Goulet | -165/+165 |
| 2025-05-27 | bump fluent-* crates | klensy | -23/+15 |