| Age | Commit message (Expand) | Author | Lines |
| 2025-02-19 | Rollup merge of #137227 - epage:features_untracked, r=compiler-errors | Matthias Krüger | -3/+1 |
| 2025-02-19 | Rollup merge of #127793 - ChaiTRex:zed_support, r=Kobzol | Matthias Krüger | -39/+128 |
| 2025-02-19 | Rollup merge of #137177 - GuillaumeGomez:update-minifier, r=notriddle | Matthias Krüger | -1/+1 |
| 2025-02-18 | Auto merge of #137235 - matthiaskrgr:rollup-2kjua2t, r=matthiaskrgr | bors | -71/+83 |
| 2025-02-18 | Rollup merge of #137191 - ehuss:update-mdbook, r=jieyouxu | Matthias Krüger | -20/+13 |
| 2025-02-18 | Rollup merge of #136599 - yotamofek:pr/rustdoc-more-joined, r=GuillaumeGomez | Matthias Krüger | -51/+70 |
| 2025-02-18 | Rollup merge of #136750 - kornelski:ub-bug, r=saethlin | Urgau | -0/+2 |
| 2025-02-18 | docs(dev): Access features as functions, not members | Ed Page | -1/+1 |
| 2025-02-18 | docs(dev): Remove reference to features_untracked | Ed Page | -3/+1 |
| 2025-02-17 | Add Zed to dev guide suggested workflows page | Chai T. Rex | -0/+11 |
| 2025-02-18 | Auto merge of #137162 - nnethercote:remove-Map-2, r=Zalathar | bors | -62/+52 |
| 2025-02-18 | Auto merge of #137176 - matthiaskrgr:rollup-eht05gr, r=matthiaskrgr | bors | -3037/+9703 |
| 2025-02-18 | Move methods from `Map` to `TyCtxt`, part 2. | Nicholas Nethercote | -62/+52 |
| 2025-02-17 | librustdoc: more usages of `Joined::joined` | Yotam Ofek | -43/+61 |
| 2025-02-17 | Fix what looks like an inverted message | Eric Huss | -1/+1 |
| 2025-02-17 | Move error_index_generator to the rustbook workspace | Eric Huss | -16/+9 |
| 2025-02-17 | Update mdbook to 0.4.45 | Eric Huss | -3/+3 |
| 2025-02-17 | coalesce match patterns with identical bodies | Yotam Ofek | -5/+6 |
| 2025-02-17 | use `Iterator::zip` instead of enumerating+indexing | Yotam Ofek | -3/+3 |
| 2025-02-17 | Update `minifier-rs` version to `0.3.5` | Guillaume Gomez | -1/+1 |
| 2025-02-17 | Rollup merge of #137173 - lnicola:sync-from-ra, r=lnicola | Matthias Krüger | -2949/+9573 |
| 2025-02-17 | Rollup merge of #137170 - ferrocene:pa-target-jemalloc, r=Kobzol | Matthias Krüger | -3/+18 |
| 2025-02-17 | Rollup merge of #137169 - ojeda:rfl, r=lqd | Matthias Krüger | -2/+2 |
| 2025-02-17 | Rollup merge of #137166 - nikic:loongarch-code-model, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2025-02-17 | Rollup merge of #137073 - niklaskorz:bootstrap-doc-fix-empty-no-std, r=clubby789 | Matthias Krüger | -0/+4 |
| 2025-02-17 | Rollup merge of #137020 - ferrocene:pa-vendor-sources, r=Kobzol | Matthias Krüger | -82/+105 |
| 2025-02-17 | Auto merge of #135763 - nikic:llvm-20, r=cuviper | bors | -0/+4 |
| 2025-02-17 | use the shared vendor impl for plan source tarballs | Pietro Albini | -21/+17 |
| 2025-02-17 | Update lockfile | Laurențiu Nicola | -12/+12 |
| 2025-02-17 | Merge pull request #19169 from lnicola/sync-from-rust | Laurențiu Nicola | -3028/+5627 |
| 2025-02-17 | Bump rustc crates | Laurențiu Nicola | -5/+5 |
| 2025-02-17 | Default to the medium code model for the loongarch64-linux toolchains | WANG Rui | -0/+4 |
| 2025-02-17 | Merge pull request #19167 from ChayimFriedman2/fix-ref-pat | Lukas Wirth | -17/+64 |
| 2025-02-17 | Merge from rust-lang/rust | Laurențiu Nicola | -3022/+5621 |
| 2025-02-17 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 |
| 2025-02-17 | Auto merge of #137164 - matthiaskrgr:rollup-dj5826k, r=matthiaskrgr | bors | -5/+19 |
| 2025-02-17 | allow configuring jemalloc per target | Pietro Albini | -3/+18 |
| 2025-02-17 | generate-copyright: pass the vendored sources from bootstrap | Pietro Albini | -52/+41 |
| 2025-02-17 | Fix detection of ref patterns for path patterns | Chayim Refael Friedman | -17/+64 |
| 2025-02-17 | Merge pull request #19158 from PoignardAzur/expaned_pub_glob_imports | Lukas Wirth | -92/+297 |
| 2025-02-17 | CI: rfl: move job forward to Linux v6.14-rc3 | Miguel Ojeda | -2/+2 |
| 2025-02-17 | Merge pull request #19122 from Austaras/master | Lukas Wirth | -20/+37 |
| 2025-02-17 | Update default loongarch code model in docs | Nikita Popov | -1/+1 |
| 2025-02-17 | Merge pull request #19127 from ChayimFriedman2/different-generic-args | Lukas Wirth | -1144/+1222 |
| 2025-02-17 | Rollup merge of #137095 - saethlin:use-hash64-for-hashes, r=workingjubilee | Matthias Krüger | -5/+19 |
| 2025-02-17 | Rollup merge of #137101 - GrigorenkoPV:str-inherent-lint, r=Urgau | Matthias Krüger | -4/+5 |
| 2025-02-17 | Rollup merge of #137080 - jieyouxu:more-tracing, r=onur-ozkan | Matthias Krüger | -31/+340 |
| 2025-02-17 | Rollup merge of #136671 - nnethercote:middle-limits, r=Nadrieril | Matthias Krüger | -3/+3 |
| 2025-02-17 | Rollup merge of #136466 - nnethercote:start-removing-Map, r=cjgillot | Matthias Krüger | -250/+240 |
| 2025-02-17 | Remove `TyCtxt::hir_krate`. | Nicholas Nethercote | -1/+1 |