| Age | Commit message (Expand) | Author | Lines |
| 2025-03-20 | Rollup merge of #138435 - eholk:prefix-yield, r=oli-obk | Matthias Krüger | -8/+37 |
| 2025-03-20 | Merge pull request #2199 from sagudev/patch-1 | Vadim Petrochenkov | -3/+3 |
| 2025-03-20 | update completion files | onur-ozkan | -48/+370 |
| 2025-03-20 | add test for `Config::is_running_on_ci` | onur-ozkan | -0/+17 |
| 2025-03-20 | make it possible to override CI/non-CI environment behaviour | onur-ozkan | -26/+28 |
| 2025-03-20 | Auto merge of #138695 - nikic:llvm-20.1.1, r=dianqk | bors | -0/+0 |
| 2025-03-20 | Merge pull request #2295 from lolbinarycat/rustdoc-htmldocck | 许杰友 Jieyou Xu (Joe) | -8/+119 |
| 2025-03-20 | Merge from rustc | The Miri Cronjob Bot | -1469/+1840 |
| 2025-03-20 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-03-20 | Disambiguate between wg-llvm and icebreakers-llvm in rustc-dev-guide | Jieyou Xu | -7/+10 |
| 2025-03-20 | Auto merge of #137930 - nnethercote:use-Wunused-crate-dependencies, r=jieyoux... | bors | -0/+1 |
| 2025-03-20 | Use `-Wunused_crate_dependencies` for compiler crates. | Nicholas Nethercote | -0/+1 |
| 2025-03-19 | Add mipsel maintainer | Lukas Woodtli | -1/+30 |
| 2025-03-19 | use correct code block markers | Tshepang Mbambo | -4/+3 |
| 2025-03-19 | Rollup merge of #138001 - meithecatte:privately-uninhabited, r=Nadrieril | Matthias Krüger | -4/+5 |
| 2025-03-19 | Update GCC submodule | Jakub Beránek | -0/+0 |
| 2025-03-19 | Respect `--src` bootstrap flag | Jakub Beránek | -45/+49 |
| 2025-03-19 | Fix bug in `get_git_modified_files` | Jakub Beránek | -1/+4 |
| 2025-03-19 | Simplify `get_git_modified_files` | Jakub Beránek | -10/+5 |
| 2025-03-19 | Auto merge of #138693 - matthiaskrgr:rollup-ejq8mwp, r=matthiaskrgr | bors | -49/+59 |
| 2025-03-19 | Use `Option<Ident>` for lowered param names. | Nicholas Nethercote | -37/+42 |
| 2025-03-19 | Update to LLVM 20.1.1 | Nikita Popov | -0/+0 |
| 2025-03-19 | Auto merge of #138653 - matthiaskrgr:rollup-fwwqmr7, r=matthiaskrgr | bors | -2/+3 |
| 2025-03-19 | Set linkcheck in `ci.yml` | Jakub Beránek | -0/+1 |
| 2025-03-19 | Fix: add ohos target notes | LuuuXXX | -3/+3 |
| 2025-03-19 | Rollup merge of #138661 - RalfJung:revert-rustc-dev-breakage, r=petrochenkov | Matthias Krüger | -9/+2 |
| 2025-03-19 | Rollup merge of #138656 - Kobzol:post-merge-unnest, r=marcoieni | Matthias Krüger | -8/+1 |
| 2025-03-19 | Rollup merge of #138655 - Kobzol:rdg-sync, r=jieyouxu | Matthias Krüger | -32/+56 |
| 2025-03-19 | Reject `{true,false}` as revision names | Jieyou Xu | -8/+35 |
| 2025-03-19 | Auto merge of #138690 - jieyouxu:temp-disable-fuchsia, r=Kobzol | bors | -7/+10 |
| 2025-03-19 | Temporarily disable Fuchsia test job to unblock queue | Jieyou Xu | -7/+10 |
| 2025-03-18 | Refactor YieldKind so postfix yield must have an expression | Eric Holk | -8/+8 |
| 2025-03-18 | update filename in link | binarycat | -1/+1 |
| 2025-03-18 | normalize link titles | binarycat | -2/+2 |
| 2025-03-18 | clean up wording/grammar and mention double quotes | binarycat | -4/+5 |
| 2025-03-18 | rename htmldocck.md -> rustdoc-test-suite.md | binarycat | -1/+1 |
| 2025-03-18 | rustdoc test suite: clean up wording and intro | binarycat | -3/+6 |
| 2025-03-18 | htmldocck: expand limitations and mention compiletest directives | binarycat | -3/+9 |
| 2025-03-18 | add htmldocck.md to SUMMARY.md | binarycat | -1/+1 |
| 2025-03-18 | add new section on the `rustdoc` test suite | binarycat | -8/+109 |
| 2025-03-18 | Add Fuchsia ping group page | Jakub Beránek | -2/+16 |
| 2025-03-18 | Reorder RfL tests page to move the "what if it breaks" section to the top | Jakub Beránek | -20/+20 |
| 2025-03-18 | Add Fuchsia ping group notice | Jakub Beránek | -0/+8 |
| 2025-03-18 | Merge pull request #2268 from xizheyin/issue-137421 | 许杰友 Jieyou Xu (Joe) | -0/+56 |
| 2025-03-18 | Add chapter Remarks on perma-unstable features | xizheyin | -0/+56 |
| 2025-03-18 | Revert "Rollup merge of #136355 - GuillaumeGomez:proc-macro_add_value_retriev... | Ralf Jung | -9/+2 |
| 2025-03-18 | Remove double nesting in post-merge workflow | Jakub Beránek | -8/+1 |
| 2025-03-18 | reintroduce remote-test support in run-make tests | Pietro Albini | -1/+14 |
| 2025-03-18 | Rollup merge of #138080 - moxian:bootstrap-breadcrumb, r=jieyouxu | Matthias Krüger | -2/+3 |
| 2025-03-18 | Auto merge of #138630 - matthiaskrgr:rollup-kk1gogr, r=matthiaskrgr | bors | -709/+770 |