| Age | Commit message (Expand) | Author | Lines |
| 2024-12-17 | Rollup merge of #133801 - Gelbpunkt:powerpc64le-unknown-linux-musl-tier-2, r=... | Matthias Krüger | -6/+102 |
| 2024-12-17 | Auto merge of #134376 - jdonszelmann:fix-rustdoc-perf, r=jieyouxu | bors | -1/+1 |
| 2024-12-17 | Generate shell completions for x as well | Ryan Mehri | -2/+5952 |
| 2024-12-17 | Auto merge of #134381 - jdonszelmann:move-attribute-types, r=oli-obk | bors | -31/+33 |
| 2024-12-17 | compiler & tools dependencies: | clubby789 | -78/+88 |
| 2024-12-17 | ci: remove duplicate task definition | MarcoIeni | -49/+41 |
| 2024-12-18 | Add suggestion for `--keep-stage 0` (#2164) | Eric Huss | -0/+6 |
| 2024-12-17 | ci: use ubuntu-22 for large runners | MarcoIeni | -3/+3 |
| 2024-12-18 | refactor: replace &PathBuf with &Path to enhance generality | Integral | -15/+12 |
| 2024-12-17 | Fix intra doc links not generated inside footnote definitions | Guillaume Gomez | -16/+50 |
| 2024-12-17 | Auto merge of #130766 - clarfonthey:stable-coverage-attribute, r=wesleywiser | bors | -31/+1 |
| 2024-12-17 | Update to LLVM 19.1.6 | Nikita Popov | -0/+0 |
| 2024-12-17 | bootstrap: use specific-purpose ui test path | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-12-17 | Rollup merge of #134409 - RalfJung:bootstrap-comment, r=jieyouxu | Jacob Pratt | -2/+4 |
| 2024-12-17 | Rollup merge of #134202 - nnethercote:rm-existing_doc_keyword, r=GuillaumeGomez | Jacob Pratt | -1/+1 |
| 2024-12-17 | clarify that path() is for on-disk paths | Ralf Jung | -1/+3 |
| 2024-12-17 | bootstrap: fix a comment | Ralf Jung | -1/+1 |
| 2024-12-17 | Auto merge of #134302 - bjorn3:remove_driver_queries, r=oli-obk,jieyouxu | bors | -62/+53 |
| 2024-12-17 | Remove `rustc::existing_doc_keyword` lint. | Nicholas Nethercote | -1/+1 |
| 2024-12-16 | Stabilize #[coverage] attribute | ltdk | -31/+1 |
| 2024-12-17 | Auto merge of #134132 - MarcoIeni:linux-4c-to-ubuntu-22, r=Kobzol | bors | -1/+1 |
| 2024-12-16 | Auto merge of #134095 - Kobzol:datadog-lockfile, r=MarcoIeni | bors | -8/+5015 |
| 2024-12-16 | Merge pull request #18700 from ChayimFriedman2/dyn-send | Lukas Wirth | -1/+18 |
| 2024-12-16 | Use a record struct instead of a tuple for each namespace in `PerNs` | Chayim Refael Friedman | -133/+162 |
| 2024-12-16 | Rollup merge of #134277 - notriddle:notriddle/inline-into, r=GuillaumeGomez | Matthias Krüger | -8/+24 |
| 2024-12-16 | Rollup merge of #134260 - GuillaumeGomez:doctest-attrs, r=notriddle | Matthias Krüger | -18/+42 |
| 2024-12-16 | Rollup merge of #134124 - MarcoIeni:split-llvm-jobs, r=Kobzol | Matthias Krüger | -44/+143 |
| 2024-12-16 | rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures | Jonathan Dönszelmann | -24/+27 |
| 2024-12-16 | split attributes | Jonathan Dönszelmann | -7/+6 |
| 2024-12-16 | Fix a panic with a diagnostics fix when a keyword is used as a field | Chayim Refael Friedman | -1/+18 |
| 2024-12-16 | Remove unneeded handling of backlines in doctest attributes | Guillaume Gomez | -2/+0 |
| 2024-12-16 | Auto merge of #134377 - lnicola:sync-from-ra, r=lnicola | bors | -2118/+8734 |
| 2024-12-16 | Also handle cases where attributes are unclosed | Guillaume Gomez | -16/+40 |
| 2024-12-16 | fix: Fix path qualified auto-importing completions not working with re-exports | Lukas Wirth | -134/+221 |
| 2024-12-16 | [CI] Use a lockfile for installing the `datadog` package | Jakub Beránek | -8/+5015 |
| 2024-12-16 | Merge pull request #18698 from Veykril/push-vpqwrwxptsql | Lukas Wirth | -4/+12 |
| 2024-12-16 | Merge pull request #18690 from Giga-Bowser/extract-variable-string | Lukas Wirth | -15/+168 |
| 2024-12-16 | internal: Don't serialize empty fields in completions and resolve payloads | Lukas Wirth | -4/+12 |
| 2024-12-16 | Merge pull request #18695 from roife/improve-tuple-destruction | Lukas Wirth | -74/+74 |
| 2024-12-16 | Merge pull request #18696 from ChayimFriedman2/syn-syn | Lukas Wirth | -63/+110 |
| 2024-12-16 | Merge pull request #18697 from Veykril/push-qtmmtvpyrntr | Lukas Wirth | -30/+9 |
| 2024-12-16 | internal: Simplify ratoml testdir usage | Lukas Wirth | -30/+9 |
| 2024-12-16 | try fix hir-attrs perf | Jonathan Dönszelmann | -1/+1 |
| 2024-12-16 | Report unresolved idents for implicit captures in `format_args!()` | Chayim Refael Friedman | -63/+110 |
| 2024-12-16 | specify what a CGU is (#2163) | Connor Tsui | -9/+8 |
| 2024-12-16 | refactor: simplify `edit_tuple_usages` in destructure_tuple_binding | roife | -46/+30 |
| 2024-12-15 | Auto merge of #131808 - jdonszelmann:hir-attributes, r=oli-obk,petrochenkov | bors | -149/+142 |
| 2024-12-15 | Merge pull request #18693 from Veykril/push-wzoomkkmuolm | Laurențiu Nicola | -6/+3 |
| 2024-12-15 | Add hir::Attribute | Jonathan Dönszelmann | -149/+142 |
| 2024-12-16 | Rollup merge of #134331 - RalfJung:bootstrap-error-index, r=onur-ozkan | 许杰友 Jieyou Xu (Joe) | -1/+3 |