| Age | Commit message (Expand) | Author | Lines |
| 2025-04-01 | Auto merge of #138928 - ChrisDenton:fix-uwp, r=tgross35 | bors | -1/+1 |
| 2025-04-01 | Auto merge of #138492 - lcnr:rm-inline_const_pat, r=oli-obk | bors | -1493/+721 |
| 2025-04-01 | Auto merge of #137535 - Kobzol:split-metadata, r=petrochenkov | bors | -60/+253 |
| 2025-04-01 | Auto merge of #138740 - nnethercote:ast-ItemKind-idents, r=fmease | bors | -1012/+1214 |
| 2025-04-01 | Support metadata version 10 in proc-macro-srv | Jakub Beránek | -2/+2 |
| 2025-04-01 | Bump metadata version | Jakub Beránek | -1/+1 |
| 2025-04-01 | Address review comments. | Nicholas Nethercote | -96/+101 |
| 2025-04-01 | Auto merge of #139194 - matthiaskrgr:rollup-2mhep38, r=matthiaskrgr | bors | -135/+207 |
| 2025-04-01 | Move `ast::Item::ident` into `ast::ItemKind`. | Nicholas Nethercote | -864/+1072 |
| 2025-04-01 | Ignore `#[test_case]` on anything other than `fn`/`const`/`static`. | Nicholas Nethercote | -21/+39 |
| 2025-04-01 | Remove useless `Option<Ident>` arg. | Nicholas Nethercote | -38/+16 |
| 2025-04-01 | Simplify `ItemVisitorKind`. | Nicholas Nethercote | -30/+41 |
| 2025-04-01 | Factor out some shared code. | Nicholas Nethercote | -32/+14 |
| 2025-03-31 | Rollup merge of #139181 - tiif:doc, r=Noratrieb | Matthias Krüger | -2/+2 |
| 2025-03-31 | Rollup merge of #139179 - ChrisDenton:unvacate, r=ChrisDenton | Matthias Krüger | -1/+0 |
| 2025-03-31 | Rollup merge of #139176 - m-ou-se:print3, r=compiler-errors | Matthias Krüger | -73/+0 |
| 2025-03-31 | Rollup merge of #139151 - mejrs:underscore_to_dash, r=onur-ozkan | Matthias Krüger | -34/+21 |
| 2025-03-31 | Rollup merge of #139039 - nnethercote:less-kw-Empty-4, r=petrochenkov | Matthias Krüger | -24/+31 |
| 2025-03-31 | Rollup merge of #138840 - jyn514:precedence-order, r=wesleywiser | Matthias Krüger | -0/+152 |
| 2025-03-31 | Rollup merge of #138426 - madsmtm:vita-llvm-target, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2025-04-01 | Avoid `kw::Empty` use for `AuxParamsAttr`. | Nicholas Nethercote | -14/+16 |
| 2025-04-01 | Improve `is_doc_keyword`. | Nicholas Nethercote | -3/+7 |
| 2025-04-01 | Tweak `check_doc_keyword`. | Nicholas Nethercote | -5/+5 |
| 2025-04-01 | Use `sym::dummy` in one more place. | Nicholas Nethercote | -2/+3 |
| 2025-03-31 | Fix invalid link | tiif | -2/+2 |
| 2025-03-31 | Remove ChrisDenton from on vacation | Chris Denton | -1/+0 |
| 2025-03-31 | Auto merge of #139169 - matthiaskrgr:rollup-nfy4aew, r=matthiaskrgr | bors | -73/+478 |
| 2025-03-31 | Remove fragile equal-pointers-unequal/*/print3.rs tests. | Mara Bos | -73/+0 |
| 2025-03-31 | Rollup merge of #139167 - Amanieu:remove-amanieu, r=Mark-Simulacrum | Matthias Krüger | -1/+0 |
| 2025-03-31 | Rollup merge of #139157 - mejrs:never, r=Noratrieb | Matthias Krüger | -5/+3 |
| 2025-03-31 | Rollup merge of #139153 - compiler-errors:incr-comp-closure, r=oli-obk | Matthias Krüger | -29/+64 |
| 2025-03-31 | Rollup merge of #138842 - Noratrieb:inline-exported, r=me,saethlin | Matthias Krüger | -6/+96 |
| 2025-03-31 | Rollup merge of #138749 - compiler-errors:closure-recovery, r=fmease | Matthias Krüger | -16/+101 |
| 2025-03-31 | Rollup merge of #138176 - compiler-errors:rigid-sized-obl, r=lcnr | Matthias Krüger | -16/+214 |
| 2025-03-31 | Auto merge of #138892 - compiler-errors:revert-ptr-ptr, r=oli-obk | bors | -436/+8 |
| 2025-03-31 | Remove Amanieu from the libs review rotation | Amanieu d'Antras | -1/+0 |
| 2025-03-31 | Auto merge of #139083 - petrochenkov:ctxtdecod3, r=nnethercote | bors | -70/+71 |
| 2025-03-31 | Add tests | Jakub Beránek | -0/+92 |
| 2025-03-31 | Add an error when full metadata was not found | Jakub Beránek | -1/+35 |
| 2025-03-31 | Store only a metadata stub into `rlibs` and `dylibs` with `-Zembed-metadata=no` | Jakub Beránek | -28/+101 |
| 2025-03-31 | Add documentation of the option into the unstable book | Jakub Beránek | -0/+3 |
| 2025-03-31 | Add `-Zembed-metadata` CLI option | Jakub Beránek | -0/+3 |
| 2025-03-31 | Simplify find_commandline_library | bjorn3 | -28/+16 |
| 2025-03-31 | Auto merge of #119220 - Urgau:uplift-invalid_null_ptr_usage, r=fee1-dead | bors | -719/+713 |
| 2025-03-31 | Auto merge of #139154 - jhpratt:rollup-rv8f915, r=jhpratt | bors | -302/+228 |
| 2025-03-31 | Remove mention of `exhaustive_patterns` from `never` docs | mejrs | -5/+3 |
| 2025-03-30 | Encode synthetic by-move coroutine body with a different DefPathData | Michael Goulet | -29/+64 |
| 2025-03-30 | Rollup merge of #139141 - mejrs:on_unimpl, r=Noratrieb | Jacob Pratt | -10/+2 |
| 2025-03-30 | Rollup merge of #139132 - m-ou-se:hir-pp-struct-expr, r=compiler-errors | Jacob Pratt | -13/+59 |
| 2025-03-30 | Rollup merge of #139122 - petrochenkov:norerr, r=compiler-errors | Jacob Pratt | -236/+72 |