| Age | Commit message (Expand) | Author | Lines |
| 2025-05-26 | Merge pull request #19862 from ChayimFriedman2/item-resolve-macro-hir | Chayim Refael Friedman | -29/+74 |
| 2025-05-26 | Remove spastorino from vacations | Santiago Pastorino | -1/+0 |
| 2025-05-26 | [`manual_flatten`]: Fix with nested `Some` or `Ok` pattern (#14846) | Alex Macleod | -4/+12 |
| 2025-05-26 | Auto merge of #141605 - jieyouxu:rollup-3gjqh5l, r=jieyouxu | bors | -1367/+740 |
| 2025-05-26 | ci: move tests from x86_64-gnu-llvm-19 job to aarch64 | MarcoIeni | -7/+79 |
| 2025-05-26 | Merge pull request #2416 from rust-lang/tshepang-patch-1 | León Orell Valerian Liehr | -1/+0 |
| 2025-05-26 | diagnostic translations work is on pause | Tshepang Mbambo | -1/+0 |
| 2025-05-26 | std_detect: RISC-V platform guide documentation (non-table part) | Tsukasa OI | -0/+15 |
| 2025-05-26 | assert we never incorrectly canonicalize envs | lcnr | -0/+7 |
| 2025-05-26 | add additional `TypeFlags` fast paths | lcnr | -18/+131 |
| 2025-05-26 | Merge pull request #2415 from rust-lang/aDotInTheVoid-patch-1 | Alona Enraght-Moony | -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 | -19/+95 |
| 2025-05-26 | Expose `rustc_lint::decorate_builtin_lint` for use in `rustdoc` | Urgau | -3/+4 |
| 2025-05-26 | Add custom trait for emitting lint within `cfg_matches` | Urgau | -6/+21 |
| 2025-05-26 | Minor macro docs fixes | Marcelo Domínguez | -5/+6 |
| 2025-05-26 | core: begin deduplicating pointer docs | binarycat | -123/+67 |
| 2025-05-26 | Call out possibility of invariant result | Jacob Pratt | -0/+8 |
| 2025-05-26 | Update mdbook to 0.4.51 | Eric Huss | -3/+3 |
| 2025-05-26 | Consider consts in patterns as refutable (#14887) | Timo | -6/+28 |
| 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 #141550 - Urgau:unused_braces-attrs, r=chenyukang | 许杰友 Jieyou Xu (Joe) | -16/+68 |
| 2025-05-27 | Rollup merge of #141526 - jyn514:env-vars, r=petrochenkov | 许杰友 Jieyou Xu (Joe) | -2/+18 |
| 2025-05-27 | Rollup merge of #141516 - bend-n:okay, r=workingjubilee | 许杰友 Jieyou Xu (Joe) | -2/+32 |
| 2025-05-27 | Rollup merge of #141513 - nia-e:allocbytes-extend, r=RalfJung | 许杰友 Jieyou Xu (Joe) | -34/+81 |
| 2025-05-27 | Rollup merge of #141449 - fee1-dead-contrib:push-qkosmtkqztkk, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -430/+285 |
| 2025-05-27 | Rollup merge of #141439 - compiler-errors:dyn-compatible-coerce, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -767/+73 |
| 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 #141433 - compiler-errors:unsafe-binder-captures, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -5/+51 |
| 2025-05-27 | Rollup merge of #141431 - compiler-errors:open-drop, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -0/+46 |
| 2025-05-27 | Rollup merge of #141392 - compiler-errors:query-outlives, r=lcnr | 许杰友 Jieyou Xu (Joe) | -108/+73 |
| 2025-05-27 | Rollup merge of #140898 - onur-ozkan:miri-run, r=Kobzol | 许杰友 Jieyou Xu (Joe) | -3/+13 |
| 2025-05-27 | changelog: [manual_flatten]: fix with nested Some or Ok pattern | a-yossy | -4/+12 |
| 2025-05-26 | Auto merge of #141500 - compiler-errors:rerun-cache-2, r=lcnr | bors | -89/+291 |
| 2025-05-27 | Remove unused `P` stuff. | Nicholas Nethercote | -42/+2 |
| 2025-05-27 | Remove support for `P<[T]>`. | Nicholas Nethercote | -78/+1 |
| 2025-05-27 | Remove the one use of `P<[T]>`. | Nicholas Nethercote | -2/+2 |
| 2025-05-26 | Merge pull request #2407 from smanilov/patch-14 | Tshepang Mbambo | -2/+5 |
| 2025-05-26 | Show total count lints | Alexey Semenyuk | -1/+13 |
| 2025-05-26 | rustdoc: refactor Tooltip rendering logic | binarycat | -43/+21 |
| 2025-05-27 | Remove `P::map`. | Nicholas Nethercote | -38/+21 |
| 2025-05-27 | Remove `'static` bounds on `P`. | Nicholas Nethercote | -4/+4 |
| 2025-05-27 | Remove an unnecessary use of `Box::into_inner`. | Nicholas Nethercote | -2/+1 |
| 2025-05-26 | rustc book: fix erratic sentence by making it more simple | Tshepang Mbambo | -2/+2 |
| 2025-05-26 | add lint infallible_try_from | Dan Johnson | -0/+137 |
| 2025-05-26 | Add test | Boxy | -0/+25 |
| 2025-05-26 | ci: fix llvm test coverage | MarcoIeni | -2/+2 |
| 2025-05-26 | Auto merge of #141442 - compiler-errors:fast-path-pred, r=lcnr | bors | -8/+59 |
| 2025-05-26 | ci: move dist-x86_64-linux job to codebuild | MarcoIeni | -2/+2 |
| 2025-05-26 | Add missing edition directives for async-await tests | Lukas Wirth | -36/+45 |