| Age | Commit message (Expand) | Author | Lines |
| 2024-01-04 | compiler: fix typos | vuittont60 | -1/+1 |
| 2024-01-03 | add and document a new `is_system_llvm` abstraction | jyn | -26/+52 |
| 2024-01-03 | Track `HirId` instead of `Span` in `ObligationCauseCode::SizedArgumentType` | Esteban Küber | -1/+1 |
| 2024-01-03 | Auto merge of #119549 - fmease:rollup-jxvbfes, r=fmease | bors | -21/+28 |
| 2024-01-03 | Enable address sanitizer for MSVC targets using INFERASANLIBS linker flag | Daniel Paoliello | -4/+34 |
| 2024-01-03 | Auto merge of #119485 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-01-03 | Rollup merge of #119492 - rustbot:docs-update, r=ehuss | León Orell Valerian Liehr | -0/+0 |
| 2024-01-03 | Rollup merge of #119477 - lukas-code:tooltip-z-index, r=notriddle | León Orell Valerian Liehr | -5/+5 |
| 2024-01-03 | Rollup merge of #119298 - onur-ozkan:silence-change-tracker-warning-for-ci, r... | León Orell Valerian Liehr | -16/+23 |
| 2024-01-03 | Use the current target instead of iterating over all targets. | onur-ozkan | -9/+7 |
| 2024-01-03 | Temporarily disable M1 runners on GitHub Actions | Jan David | -22/+14 |
| 2024-01-03 | Add proc_macro_def_site to r-a ALLOW_FEATURES | Laurențiu Nicola | -1/+1 |
| 2024-01-03 | Allow unexpected_cfgs in proc-macro-test imp | Laurențiu Nicola | -0/+2 |
| 2024-01-03 | Merge commit '426d2842c1f0e5cc5e34bb37c7ac3ee0945f9746' into sync-from-ra2 | Laurențiu Nicola | -3073/+6912 |
| 2024-01-03 | Support reg_addr register class in s390x inline assembly | Taiki Endo | -2/+3 |
| 2024-01-03 | Rename some `Diagnostic` setters. | Nicholas Nethercote | -2/+2 |
| 2024-01-02 | Rename `unused_tuple_struct_fields` in rustfmt | Jake Goulding | -1/+1 |
| 2024-01-02 | Allow unused tuple struct fields in Miri tests | Jake Goulding | -23/+23 |
| 2024-01-02 | Remove #[allow(unused_tuple_struct_fields)] from Clippy tests | Jake Goulding | -70/+59 |
| 2024-01-02 | Update cargo | Weihang Lo | -0/+0 |
| 2024-01-02 | Reorder `check_item_type` diagnostics so they occur next to the corresponding... | Oli Scherer | -1/+3 |
| 2024-01-01 | Address unused tuple struct fields in rustfmt | Jake Goulding | -1/+1 |
| 2024-01-01 | Address unused tuple struct fields in clippy | Jake Goulding | -19/+18 |
| 2024-01-01 | Update books | rustbot | -0/+0 |
| 2024-01-01 | use css variable for z-index of the sidebar | Lukas Markeffsky | -5/+5 |
| 2024-01-01 | pass allow-{dirty,staged} to clippy | onur-ozkan | -2/+23 |
| 2023-12-31 | rustdoc ui: adjust tooltip z-index to be above sidebar | Lukas Markeffsky | -1/+1 |
| 2023-12-31 | Auto merge of #119066 - notriddle:notriddle/sidebar-source-redesign, r=Guilla... | bors | -146/+92 |
| 2023-12-31 | rustdoc-search: tighter encoding for `f` index | Michael Howell | -86/+170 |
| 2023-12-30 | rustdoc-search: fix inaccurate type descriptions | Michael Howell | -54/+63 |
| 2023-12-30 | Auto merge of #3239 - beepster4096:windows_sys_tests, r=RalfJung | bors | -80/+52 |
| 2023-12-30 | bootstrap: extract --check-cfg arg generation and add unit tests for it | Urgau | -19/+35 |
| 2023-12-30 | Simplify bootstrap check-cfg arguments | Urgau | -10/+15 |
| 2023-12-30 | apply bootstrap lock unconditionally | onur-ozkan | -32/+23 |
| 2023-12-30 | bootstrap: bump fd-lock | onur-ozkan | -37/+34 |
| 2023-12-29 | undo some lockfile changes, add explicit types to tests | DrMeepster | -109/+91 |
| 2023-12-30 | bootstrap: Move -Clto= setting from Rustc::run to rustc_cargo | Xi Ruoyao | -28/+28 |
| 2023-12-29 | Auto merge of #119373 - Kobzol:missing-tools-bootstrap, r=onur-ozkan | bors | -134/+98 |
| 2023-12-29 | Auto merge of #119387 - flip1995:clippy-subtree-sync, r=matthiaskrgr | bors | -321/+2531 |
| 2023-12-29 | Enable profiler in dist-powerpc-linux | Qiu Chaofan | -1/+1 |
| 2023-12-29 | don't return suggestion message if no changes detected | onur-ozkan | -15/+17 |
| 2023-12-29 | suppress change-tracker warnings in containers | onur-ozkan | -1/+6 |
| 2023-12-29 | Auto merge of #119378 - onur-ozkan:utilize-llvm-tools, r=albertlarsan68 | bors | -8/+10 |
| 2023-12-28 | Fix integer overflow ICEs from round_up_to_next_multiple_of | Ben Kimock | -17/+44 |
| 2023-12-28 | Auto merge of #119174 - compiler-errors:movability, r=cjgillot | bors | -1/+1 |
| 2023-12-28 | Remove `is_optional_tool` from `ToolBuild` | Jakub Beránek | -128/+92 |
| 2023-12-28 | Add change tracker entry | Jakub Beránek | -1/+6 |
| 2023-12-28 | Merge commit 'ac4c2094a6030530661bee3876e0228ddfeb6b8b' into clippy-subtree-sync | Philipp Krones | -321/+2531 |
| 2023-12-28 | Rollup merge of #119331 - notriddle:notriddle/maxpatheditdistance, r=Guillaum... | Matthias Krüger | -17/+30 |
| 2023-12-28 | Remove movability from TyKind::Coroutine | Michael Goulet | -1/+1 |