| Age | Commit message (Expand) | Author | Lines |
| 2025-04-02 | Only walk local items instead of filtering for them later | Oli Scherer | -23/+19 |
| 2025-04-02 | Remove a function that has no necessary callers | Oli Scherer | -17/+2 |
| 2025-04-02 | Remove a `hir_*` helper that was just forwarding to a query | Oli Scherer | -6/+2 |
| 2025-04-02 | Directly fetch the impl self type | Oli Scherer | -2/+2 |
| 2025-04-02 | Fetch the destructor constness lazily | Oli Scherer | -8/+6 |
| 2025-04-02 | Only look at trait impls in the current crate when looking for `Drop` impls | Oli Scherer | -18/+30 |
| 2025-04-01 | Ensure `calculcate_dtor` is only ever called on local types | Oli Scherer | -4/+4 |
| 2025-04-01 | Store adt_async_destructor in metadata | Oli Scherer | -4/+7 |
| 2025-04-01 | Store adt_destructor in metadata | Oli Scherer | -4/+7 |
| 2025-04-01 | Make missing optimized MIR error more informative | Oli Scherer | -3/+5 |
| 2025-04-01 | Remove an unnecessary dtor computation and use the cached query result instead | Oli Scherer | -1/+1 |
| 2025-04-01 | Decouple trait impls of different traits wrt incremental | Oli Scherer | -6/+14 |
| 2025-04-01 | Auto merge of #139194 - matthiaskrgr:rollup-2mhep38, r=matthiaskrgr | bors | -135/+207 |
| 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 | 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 |
| 2025-03-30 | Rollup merge of #139111 - meithecatte:fake-read, r=compiler-errors | Jacob Pratt | -28/+84 |
| 2025-03-30 | Rollup merge of #139044 - thaliaarchi:bootstrap-change-id-clone, r=onur-ozkan | Jacob Pratt | -15/+11 |
| 2025-03-30 | Auto merge of #139131 - m-ou-se:format-args-struct-expr, r=Mark-Simulacrum | bors | -22/+18 |
| 2025-03-30 | Suggest switching underscores for dashes | mejrs | -1/+16 |
| 2025-03-30 | Remove duplicate c-variadic.md | mejrs | -33/+5 |
| 2025-03-30 | Auto merge of #139143 - bjorn3:sync_cg_clif-2025-03-30, r=bjorn3 | bors | -1419/+537 |