| Age | Commit message (Expand) | Author | Lines |
| 2024-12-17 | Rollup merge of #133801 - Gelbpunkt:powerpc64le-unknown-linux-musl-tier-2, r=... | Matthias Krüger | -0/+2 |
| 2024-12-17 | Auto merge of #134381 - jdonszelmann:move-attribute-types, r=oli-obk | bors | -16/+18 |
| 2024-12-16 | Stabilize #[coverage] attribute | ltdk | -1/+1 |
| 2024-12-16 | rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures | Jonathan Dönszelmann | -15/+17 |
| 2024-12-16 | split attributes | Jonathan Dönszelmann | -1/+1 |
| 2024-12-16 | Auto merge of #134377 - lnicola:sync-from-ra, r=lnicola | bors | -2118/+8734 |
| 2024-12-15 | Auto merge of #131808 - jdonszelmann:hir-attributes, r=oli-obk,petrochenkov | bors | -95/+90 |
| 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 | -95/+90 |
| 2024-12-16 | Rollup merge of #134111 - jyn514:run-make-nocapture, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -56/+68 |
| 2024-12-15 | Rename `value` field to `expr` to simplify later commits' diffs | Oli Scherer | -5/+5 |
| 2024-12-15 | fix: Fix proc-macro dylib names on windows | Lukas Wirth | -6/+3 |
| 2024-12-15 | internal: Show mir eval errors on hover with debug env var set | Lukas Wirth | -97/+113 |
| 2024-12-15 | Rollup merge of #134285 - oli-obk:push-vwrqsqlwnuxo, r=Urgau | Stuart Cook | -25/+25 |
| 2024-12-15 | Rollup merge of #133633 - jyn514:hide-linker-args, r=bjorn3,jyn514 | Stuart Cook | -0/+6 |
| 2024-12-15 | Auto merge of #134258 - bjorn3:no_public_specialization, r=petrochenkov | bors | -59/+1 |
| 2024-12-14 | show which test the `rmake` process belongs to | jyn | -2/+15 |
| 2024-12-14 | Fix `--nocapture` for run-make tests | jyn | -55/+54 |
| 2024-12-14 | don't show the full linker args unless `--verbose` is passed | jyn | -0/+6 |
| 2024-12-14 | Add some convenience helper methods on `hir::Safety` | Oli Scherer | -25/+25 |
| 2024-12-14 | Auto merge of #134305 - matthiaskrgr:rollup-bja3lsz, r=matthiaskrgr | bors | -2/+6 |
| 2024-12-14 | Stop handling specialization in clippy's to_string_trait_impl lint | bjorn3 | -59/+1 |
| 2024-12-14 | Auto merge of #134278 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-12-14 | Update cargo | Weihang Lo | -0/+0 |
| 2024-12-14 | Rollup merge of #134191 - willcrichton:dev, r=RalfJung,lqd | Matthias Krüger | -2/+6 |
| 2024-12-14 | Auto merge of #134185 - compiler-errors:impl-trait-in-bindings, r=oli-obk | bors | -1/+3 |
| 2024-12-14 | Auto merge of #134294 - matthiaskrgr:rollup-anh6io8, r=matthiaskrgr | bors | -3/+1 |
| 2024-12-14 | (Re-)Implement impl_trait_in_bindings | Michael Goulet | -1/+3 |
| 2024-12-14 | Rollup merge of #134265 - compiler-errors:ty_def_id, r=oli-obk | Matthias Krüger | -3/+1 |
| 2024-12-14 | Rollup merge of #134251 - bjorn3:various_cleanups2, r=oli-obk | Matthias Krüger | -3/+2 |
| 2024-12-14 | Rollup merge of #134181 - estebank:trim-render, r=oli-obk | Matthias Krüger | -167/+33 |
| 2024-12-13 | Auto merge of #134269 - matthiaskrgr:rollup-fkshwux, r=matthiaskrgr | bors | -14/+84 |
| 2024-12-13 | Account for `///` when rendering multiline spans | Esteban Küber | -10/+31 |
| 2024-12-13 | Fix miri tests | Esteban Küber | -12/+1 |
| 2024-12-13 | fix: Revert changes to client capabilities in `bac0ed5` | Giga Bowser | -1/+1 |
| 2024-12-13 | Rename ty_def_id so people will stop using it by accident | Michael Goulet | -3/+1 |
| 2024-12-13 | Rollup merge of #134140 - compiler-errors:unsafe-binders-ast, r=oli-obk | Matthias Krüger | -5/+76 |
| 2024-12-13 | Rollup merge of #133937 - estebank:silence-resolve-errors-from-mod-with-parse... | Matthias Krüger | -9/+8 |
| 2024-12-13 | Auto merge of #134122 - oli-obk:push-zqnyznxtpnll, r=petrochenkov | bors | -1/+42 |
| 2024-12-13 | Make dependency_formats an FxIndexMap rather than a list of tuples | bjorn3 | -3/+2 |
| 2024-12-13 | Bump typos | Laurențiu Nicola | -11/+16 |
| 2024-12-13 | Merge pull request #18678 from regexident/fix-typos | Laurențiu Nicola | -6/+6 |
| 2024-12-13 | Fix a few typos | Vincent Esche | -6/+6 |
| 2024-12-13 | Merge pull request #18674 from Veykril/push-lrxotqknvxvr | Lukas Wirth | -37/+76 |
| 2024-12-13 | Merge pull request #18672 from Veykril/push-lurnqpqtzvzq | Lukas Wirth | -41/+15 |
| 2024-12-13 | Show expansion errors in expand_macro feature | Lukas Wirth | -37/+76 |
| 2024-12-13 | Do not require a special env var to be set for the proc-macro-srv | Lukas Wirth | -41/+15 |
| 2024-12-13 | Stabilize async closures | Michael Goulet | -55/+49 |
| 2024-12-12 | Filter empty lines, comments and delimiters from previous to last multiline s... | Esteban Küber | -69/+4 |
| 2024-12-12 | Tweak multispan rendering | Esteban Küber | -117/+38 |