| Age | Commit message (Expand) | Author | Lines |
| 2025-05-27 | Rollup merge of #141596 - tshepang:patch-2, r=Urgau | Michael Goulet | -2/+2 |
| 2025-05-27 | Rollup merge of #141568 - onur-ozkan:141393-fix, r=Kobzol | Michael Goulet | -0/+8 |
| 2025-05-27 | Rollup merge of #141556 - jeremyd2019:patch-1, r=jieyouxu | Michael Goulet | -1/+3 |
| 2025-05-27 | Merge pull request #4212 from tiif/setfl | Ralf Jung | -8/+262 |
| 2025-05-27 | ci: use ghcr registry for x86_64-gnu-tools job | MarcoIeni | -1/+1 |
| 2025-05-27 | Make `Semantics<'db, DB>` support `Semantics<'db, dyn HirDatabase>`, by use o... | Vincent Esche | -1/+1 |
| 2025-05-27 | Support F_GETFL and F_SETFL for fcntl | tiif | -8/+262 |
| 2025-05-27 | move asm parsing code into `rustc_parse` | Folkert de Vries | -2/+1 |
| 2025-05-27 | pacify clippy | Ralf Jung | -3/+1 |
| 2025-05-27 | fmt | The Miri Cronjob Bot | -2/+8 |
| 2025-05-27 | Merge from rustc | The Miri Cronjob Bot | -288/+516 |
| 2025-05-27 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-05-27 | Fix inference of `AsyncFnX` return type | Chayim Refael Friedman | -11/+81 |
| 2025-05-27 | Reduce `P<T>` to a typedef of `Box<T>`. | Nicholas Nethercote | -3/+3 |
| 2025-05-26 | Add stubs for environment variables; document some of the important ones | jyn | -6/+109 |
| 2025-05-27 | Streamline `visibility_print_with_space`. | Nicholas Nethercote | -41/+37 |
| 2025-05-27 | Streamline `TypeAliasPart::get`. | Nicholas Nethercote | -17/+16 |
| 2025-05-26 | Merge pull request #19862 from ChayimFriedman2/item-resolve-macro-hir | Chayim Refael Friedman | -29/+74 |
| 2025-05-26 | ci: move tests from x86_64-gnu-llvm-19 job to aarch64 | MarcoIeni | -3/+71 |
| 2025-05-26 | diagnostic translations work is on pause | Tshepang Mbambo | -1/+0 |
| 2025-05-26 | Remove rustdoc askama migration from getting started | Alona Enraght-Moony | -1/+0 |
| 2025-05-26 | rustdoc: use custom `CfgMatchesLintEmitter` to make check-cfg work | Urgau | -8/+45 |
| 2025-05-26 | Update mdbook to 0.4.51 | Eric Huss | -3/+3 |
| 2025-05-26 | bootstrap: translate Windows paths in a way that works for both Cygwin and MSYS2 | Jeremy Drake | -1/+3 |
| 2025-05-27 | Rollup merge of #141526 - jyn514:env-vars, r=petrochenkov | 许杰友 Jieyou Xu (Joe) | -2/+18 |
| 2025-05-27 | Rollup merge of #141513 - nia-e:allocbytes-extend, r=RalfJung | 许杰友 Jieyou Xu (Joe) | -7/+13 |
| 2025-05-27 | Rollup merge of #141433 - compiler-errors:unsafe-binder-captures, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -0/+2 |
| 2025-05-27 | Rollup merge of #140898 - onur-ozkan:miri-run, r=Kobzol | 许杰友 Jieyou Xu (Joe) | -3/+13 |
| 2025-05-26 | Merge pull request #2407 from smanilov/patch-14 | Tshepang Mbambo | -2/+5 |
| 2025-05-26 | rustdoc: refactor Tooltip rendering logic | binarycat | -43/+21 |
| 2025-05-26 | rustc book: fix erratic sentence by making it more simple | Tshepang Mbambo | -2/+2 |
| 2025-05-26 | ci: fix llvm test coverage | MarcoIeni | -2/+2 |
| 2025-05-26 | ci: move dist-x86_64-linux job to codebuild | MarcoIeni | -2/+2 |
| 2025-05-26 | Add time reference and tracking info for trait system refactor | Stan Manilov | -2/+5 |
| 2025-05-26 | Link normalization chapter | Stan Manilov | -1/+2 |
| 2025-05-26 | Flesh out sections about crashes tests and update mentions of glacier | León Orell Valerian Liehr | -11/+26 |
| 2025-05-26 | Auto merge of #141406 - RalfJung:less-force-allocate, r=oli-obk | bors | -53/+54 |
| 2025-05-26 | fix: formated to clippy | vremyavnikuda | -1/+1 |
| 2025-05-26 | remove eq_unspanned from TokenStream | yukang | -1/+3 |
| 2025-05-26 | fix: the lines are formatted according to clippy | vremyavnikuda | -1/+1 |
| 2025-05-26 | fix: the lines are formatted according to clippy | vremyavnikuda | -2/+2 |
| 2025-05-26 | docs: add documentation for find_all_refs constructor search (#10725) | vremyavnikuda | -3/+158 |
| 2025-05-26 | Merge pull request #19792 from A4-Tacks/fix-generate-mut-trait-impl-indent | Lukas Wirth | -3/+91 |
| 2025-05-26 | Merge pull request #19819 from Veykril/push-utvzwvwuuvlm | Lukas Wirth | -3/+3 |
| 2025-05-26 | Merge pull request #19785 from A4-Tacks/fix-generate-new-indent | Lukas Wirth | -1/+136 |
| 2025-05-26 | Merge pull request #19851 from ChayimFriedman2/normalize-exhaustiveness | Lukas Wirth | -25/+81 |
| 2025-05-26 | Avoid some unnecessary cloning. | Nicholas Nethercote | -12/+11 |
| 2025-05-26 | Merge pull request #19864 from ChayimFriedman2/is-in-macro | Lukas Wirth | -85/+125 |
| 2025-05-26 | Make `{Type,Path}::generics` return iterators. | Nicholas Nethercote | -18/+11 |
| 2025-05-26 | Simplify `make_href`. | Nicholas Nethercote | -5/+5 |