| Age | Commit message (Expand) | Author | Lines |
| 2025-01-15 | show deprecation message in rustdoc, too | Ralf Jung | -5/+11 |
| 2025-01-15 | intrinsics: deprecate calling them via the unstable std::intrinsics path | Ralf Jung | -31/+31 |
| 2025-01-15 | allowed_through_unstable_modules: support showing a deprecation message when ... | Ralf Jung | -6/+6 |
| 2025-01-15 | Merge pull request #18925 from Veykril/push-mtxxvpowwtrt | Lukas Wirth | -2/+88 |
| 2025-01-15 | feat: Render type parameter projection target bounds in inlays | Lukas Wirth | -2/+88 |
| 2025-01-15 | Merge pull request #18917 from boattime/master | Lukas Wirth | -37/+110 |
| 2025-01-14 | fix some more typos | Ryan Mehri | -16/+16 |
| 2025-01-15 | Auto merge of #135519 - workingjubilee:rollup-xq9yryh, r=workingjubilee | bors | -40/+92 |
| 2025-01-15 | Merge pull request #2202 from Kobzol/pull-ci | 许杰友 Jieyou Xu (Joe) | -0/+73 |
| 2025-01-14 | Fix some broken links | Noah Lev | -11/+10 |
| 2025-01-15 | Merge from rustc | The Miri Cronjob Bot | -47/+603 |
| 2025-01-15 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-01-14 | Rollup merge of #135505 - GuillaumeGomez:clippy, r=notriddle | Jubilee | -4/+4 |
| 2025-01-14 | Rollup merge of #135499 - lolbinarycat:rustdoc-link-underline-133484, r=Guill... | Jubilee | -0/+2 |
| 2025-01-14 | Rollup merge of #135353 - lolbinarycat:rustdoc-disable-minification, r=notriddle | Jubilee | -2/+23 |
| 2025-01-14 | Rollup merge of #135302 - lolbinarycat:rustdoc-search-return-sort-134935, r=n... | Jubilee | -0/+46 |
| 2025-01-14 | Rollup merge of #134913 - rhelmot:master, r=jieyouxu | Jubilee | -34/+17 |
| 2025-01-15 | Auto merge of #135385 - rust-lang:cargo_update, r=clubby789 | bors | -52/+131 |
| 2025-01-14 | add tidy warning for unrecognized directives | cod10129 | -30/+68 |
| 2025-01-14 | TRPL: incorporate all backward-compatible Edition changes | Chris Krycho | -0/+0 |
| 2025-01-14 | Fix clippy lints | Guillaume Gomez | -4/+4 |
| 2025-01-14 | fix underlining of hovered intra-doc links. | binarycat | -0/+2 |
| 2025-01-14 | Run clippy for rustc_codegen_gcc | Jakub Beránek | -6/+19 |
| 2025-01-14 | Hide syntax tree view by default | David Richey | -1/+1 |
| 2025-01-14 | Un-spaghettify the control flow of generate_lint_output | Michael Goulet | -40/+49 |
| 2025-01-14 | Rollup merge of #135495 - yotamofek:close-backtick, r=Kobzol | Matthias Krüger | -1/+1 |
| 2025-01-14 | Rollup merge of #135476 - kleisauke:remove-asmjs-remnant, r=Kobzol | Matthias Krüger | -24/+0 |
| 2025-01-14 | Rollup merge of #134880 - as1100k-forks:fix-rustdoc-json-path-name, r=aDotInT... | Matthias Krüger | -2/+2 |
| 2025-01-14 | Rollup merge of #134216 - GuillaumeGomez:jump-to-def-pats, r=fmease | Matthias Krüger | -9/+39 |
| 2025-01-14 | Add missing closing backtick in commit hook message 🐸 | Yotam Ofek | -1/+1 |
| 2025-01-15 | tests: port `extern-fn-reachable` to rmake.rs | 许杰友 Jieyou Xu (Joe) | -1/+0 |
| 2025-01-14 | rustc-dev-guide: add note about not adding rustc_allowed_through_unstable_mod... | Ralf Jung | -1/+2 |
| 2025-01-14 | fix typo and unit test | binarycat | -1/+1 |
| 2025-01-14 | add disclaimer to --disable-minification | binarycat | -1/+1 |
| 2025-01-14 | Update to LLVM 19.1.7 | Nikita Popov | -0/+0 |
| 2025-01-14 | Auto merge of #135442 - antoyo:subtree-update_cg_gcc_2025_01_12, r=GuillaumeG... | bors | -1/+1 |
| 2025-01-14 | Add hir::HeaderSafety to make follow up commits simpler | Oli Scherer | -15/+23 |
| 2025-01-14 | refactor: get(0) -> first() | 1hakusai1 | -1/+1 |
| 2025-01-14 | Remove remnant of asmjs | Kleis Auke Wolthuizen | -24/+0 |
| 2025-01-14 | Remove trailing spaces | 1hakusai1 | -1/+1 |
| 2025-01-14 | fix_typo | 1hakusai1 | -1/+1 |
| 2025-01-14 | Merge pull request #4138 from geetanshjuneja/deref | Ralf Jung | -1/+1 |
| 2025-01-14 | Add the ability to jump from `into` to `from` definitions | 1hakusai1 | -1/+93 |
| 2025-01-14 | Update `notify` to `8.0.0` | Carson M. | -25/+31 |
| 2025-01-14 | Made `Path::name` only have item name rather than full name | Aditya Kumar | -2/+2 |
| 2025-01-14 | Auto merge of #135359 - RalfJung:lang-start-unwind, r=joboet | bors | -6/+6 |
| 2025-01-13 | Rollup merge of #135452 - jieyouxu:fix-comment, r=compiler-errors | Jacob Pratt | -1/+1 |
| 2025-01-13 | feat: Add dereferencing autocomplete | boattime | -37/+110 |
| 2025-01-14 | bootstrap: fix outdated feature name in comment | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2025-01-13 | Fix error in CI by updating the GCC version | Antoni Boucher | -1/+1 |