| Age | Commit message (Expand) | Author | Lines |
| 2025-01-07 | Rollup merge of #135199 - joshtriplett:unnecessary-to-string, r=lqd | Guillaume Gomez | -5/+4 |
| 2025-01-07 | Rollup merge of #135198 - joshtriplett:str-is-a-type, r=jieyouxu | Guillaume Gomez | -34/+34 |
| 2025-01-07 | Rollup merge of #135193 - onur-ozkan:tidy-cache-invalidation, r=jieyouxu | Guillaume Gomez | -7/+10 |
| 2025-01-07 | Rollup merge of #135189 - Urgau:triagebot-html-ignored, r=lqd | Guillaume Gomez | -1/+1 |
| 2025-01-07 | Rollup merge of #135187 - onur-ozkan:release-fix, r=pietroalbini | Guillaume Gomez | -1/+12 |
| 2025-01-07 | Rollup merge of #135182 - scottmcm:box-deref-via-transmute, r=oli-obk | Guillaume Gomez | -28/+29 |
| 2025-01-07 | Rollup merge of #135177 - maurer:rename-module, r=nikic | Guillaume Gomez | -17/+5 |
| 2025-01-07 | Rollup merge of #135174 - xingxue-ibm:reproducible-build-aix, r=jieyouxu | Guillaume Gomez | -3/+44 |
| 2025-01-07 | Rollup merge of #135081 - mrkajetanp:jemalloc-64k, r=Kobzol | Guillaume Gomez | -0/+9 |
| 2025-01-07 | Merge pull request #18870 from Veykril/push-vnpsptpolyol | Lukas Wirth | -5/+0 |
| 2025-01-07 | Merge pull request #18867 from Veykril/push-ntmxlropxkrr | Lukas Wirth | -102/+191 |
| 2025-01-07 | Do not remove identity mapping if mandatory mutability would be lost (#13905) | Alex Macleod | -3/+56 |
| 2025-01-07 | Drop unnecessary tracing::warn | Lukas Wirth | -5/+0 |
| 2025-01-07 | Remove unneeded parentheses in `unnecessary_map_or` lint output (#13932) | Alex Macleod | -34/+74 |
| 2025-01-07 | Add some smoke tests to toolchain_info | Lukas Wirth | -23/+129 |
| 2025-01-07 | CI: be compatible with both Rustup pre-1.28.0 and 1.28.0 (#13944) | Philipp Krones | -6/+15 |
| 2025-01-07 | Align toolchain version fetching with other toolchain info querying | Lukas Wirth | -110/+93 |
| 2025-01-07 | target-triple -> target-tuple | Lukas Wirth | -17/+17 |
| 2025-01-07 | Merge pull request #18788 from Veykril/push-zxystwnotuvq | Lukas Wirth | -252/+159 |
| 2025-01-07 | Remove `rust-analyzer.cargo.sysrootQueryMetadata` config again | Lukas Wirth | -252/+159 |
| 2025-01-07 | rustfmt: drop nightly-gating of the `--style-edition` flag registration | 许杰友 Jieyou Xu (Joe) | -6/+6 |
| 2025-01-07 | Avoid naming variables `str` | Josh Triplett | -34/+34 |
| 2025-01-07 | triagebot: adjust some test suite tool autolabels | 许杰友 Jieyou Xu (Joe) | -3/+10 |
| 2025-01-07 | Eliminate an unnecessary `Symbol::to_string`; use `as_str` | Josh Triplett | -5/+4 |
| 2025-01-07 | Merge pull request #18864 from alexkirsz/alexkirsz/fix-diagnostics-clearing | Lukas Wirth | -0/+14 |
| 2025-01-07 | Merge pull request #18832 from vishruth-thimmaiah/fix_string_comp | Chayim Refael Friedman | -1/+72 |
| 2025-01-07 | Merge pull request #18866 from bobozaur/fix-fetching-on-buildfile-changes | Lukas Wirth | -10/+10 |
| 2025-01-07 | project-model: fix JSON project PackageRoot buildfile inclusion | Bogdan Mircea | -10/+10 |
| 2025-01-07 | fix: do not offer completions within macro strings | Vishruth-Thimmaiah | -1/+72 |
| 2025-01-07 | lint | Alex Kirszenberg | -8/+6 |
| 2025-01-07 | define_clippy_lints does not exist, declare_clippy_lints exists | lapla-cogito | -2/+2 |
| 2025-01-07 | fix: Fix diagnostics not clearing between flychecks | Alex Kirszenberg | -0/+16 |
| 2025-01-07 | don't bless `proc_macro_deps.rs` unless it's necessary | onur-ozkan | -7/+10 |
| 2025-01-07 | Don't emit machine applicable `map_flatten` lint if there are code comments (... | Fridtjof Stoldt | -3/+29 |
| 2025-01-07 | Merge pull request #18862 from lnicola/publish-test-utils | Laurențiu Nicola | -1/+1 |
| 2025-01-07 | Fix broken raw HTML (#2198) | Max Heller | -2/+2 |
| 2025-01-07 | Set test-utils dependency version, since it's now being published | Laurențiu Nicola | -1/+1 |
| 2025-01-07 | Auto merge of #135173 - pietroalbini:pa-fix-rvp, r=workingjubilee | bors | -7/+7 |
| 2025-01-07 | Merge pull request #18853 from ChayimFriedman2/no-completion | Laurențiu Nicola | -5/+105 |
| 2025-01-07 | Remove workaround from pull request template | Urgau | -1/+1 |
| 2025-01-07 | apply a workaround fix for the release blocker issue | onur-ozkan | -1/+12 |
| 2025-01-06 | Update adding_lints.md | Aaron Ang | -4/+5 |
| 2025-01-06 | bootstrap: Build jemalloc for AArch64 with support for 64K pages | Kajetan Puchalski | -0/+9 |
| 2025-01-07 | Auto merge of #135183 - jhpratt:rollup-qwg4pm0, r=jhpratt | bors | -123/+812 |
| 2025-01-07 | Reserve x18 register for aarch64 wrs vxworks target | B I Mohammed Abbas | -1/+1 |
| 2025-01-06 | Rollup merge of #135170 - celinval:chores-vacation-end, r=jieyouxu | Jacob Pratt | -2/+1 |
| 2025-01-06 | Rollup merge of #135139 - c410-f3r:8-years-rfc, r=jhpratt | Jacob Pratt | -31/+11 |
| 2025-01-06 | Rollup merge of #135126 - klensy:deprecated-and-do-nothing, r=jieyouxu | Jacob Pratt | -34/+78 |
| 2025-01-06 | Rollup merge of #135116 - camelid:sidebar-case, r=fmease | Jacob Pratt | -3/+3 |
| 2025-01-06 | Rollup merge of #135090 - compiler-errors:invalid-tuple-ctor-projection, r=lq... | Jacob Pratt | -1/+83 |