| Age | Commit message (Expand) | Author | Lines |
| 2025-04-03 | Auto merge of #139234 - compiler-errors:query-tweak, r=oli-obk | bors | -6/+3 |
| 2025-04-02 | Auto merge of #139269 - matthiaskrgr:rollup-pk78gig, r=matthiaskrgr | bors | -7/+2 |
| 2025-04-02 | Rollup merge of #139237 - Zoxc:anon-0-deps-kind, r=compiler-errors | Matthias Krüger | -0/+2 |
| 2025-04-02 | Rollup merge of #138992 - dianne:simplify-byte-string-to-pat, r=oli-obk | Matthias Krüger | -7/+0 |
| 2025-04-02 | Rollup merge of #139232 - nnethercote:remove-Map-5, r=Zalathar | Takayuki Maeda | -38/+35 |
| 2025-04-02 | Auto merge of #139018 - oli-obk:incremental-trait-impls, r=compiler-errors | bors | -41/+39 |
| 2025-04-02 | Remove a function that has no necessary callers | Oli Scherer | -15/+0 |
| 2025-04-02 | Remove a `hir_*` helper that was just forwarding to a query | Oli Scherer | -5/+1 |
| 2025-04-02 | Fetch the destructor constness lazily | Oli Scherer | -7/+5 |
| 2025-04-02 | Only look at trait impls in the current crate when looking for `Drop` impls | Oli Scherer | -12/+22 |
| 2025-04-02 | Add a dep kind for use of the anon node with zero dependencies | John Kåre Alsaker | -0/+2 |
| 2025-04-02 | ensure_ok().query doesn't need cache_on_disk | Michael Goulet | -2/+0 |
| 2025-04-02 | Use return_result_from_ensure_ok a bit more | Michael Goulet | -2/+3 |
| 2025-04-02 | cache_on_disk_if false is a noop | Michael Goulet | -2/+0 |
| 2025-04-02 | Move methods from `Map` to `TyCtxt`, part 5. | Nicholas Nethercote | -38/+35 |
| 2025-04-01 | Ensure `calculcate_dtor` is only ever called on local types | Oli Scherer | -2/+2 |
| 2025-04-01 | Store adt_async_destructor in metadata | Oli Scherer | -0/+1 |
| 2025-04-01 | Store adt_destructor in metadata | Oli Scherer | -0/+1 |
| 2025-04-01 | Decouple trait impls of different traits wrt incremental | Oli Scherer | -1/+8 |
| 2025-04-01 | Improve docs of ValTreeKind | bjorn3 | -1/+1 |
| 2025-03-31 | Rollup merge of #139181 - tiif:doc, r=Noratrieb | Matthias Krüger | -2/+2 |
| 2025-03-31 | Fix invalid link | tiif | -2/+2 |
| 2025-03-31 | Rollup merge of #139153 - compiler-errors:incr-comp-closure, r=oli-obk | Matthias Krüger | -5/+8 |
| 2025-03-31 | Rollup merge of #138842 - Noratrieb:inline-exported, r=me,saethlin | Matthias Krüger | -0/+3 |
| 2025-03-31 | Rollup merge of #138176 - compiler-errors:rigid-sized-obl, r=lcnr | Matthias Krüger | -1/+7 |
| 2025-03-30 | Encode synthetic by-move coroutine body with a different DefPathData | Michael Goulet | -5/+8 |
| 2025-03-30 | Rollup merge of #139122 - petrochenkov:norerr, r=compiler-errors | Jacob Pratt | -1/+1 |
| 2025-03-30 | Rollup merge of #139111 - meithecatte:fake-read, r=compiler-errors | Jacob Pratt | -28/+84 |
| 2025-03-30 | Revert "Auto merge of #129827 - bvanjoi:less-decoding, r=petrochenkov" | Jakub Beránek | -6/+6 |
| 2025-03-30 | Remove attribute `#[rustc_error]` | Vadim Petrochenkov | -1/+1 |
| 2025-03-29 | Auto merge of #129827 - bvanjoi:less-decoding, r=petrochenkov | bors | -6/+6 |
| 2025-03-29 | Properly document FakeReads | Maja Kądziołka | -28/+84 |
| 2025-03-29 | Rollup merge of #139086 - meithecatte:expr-use-visitor-cleanup, r=compiler-er... | Matthias Krüger | -2/+8 |
| 2025-03-29 | less decoding if it has the same syntax context | bohan | -6/+6 |
| 2025-03-28 | Remove ScopeDepth entirely. | Mara Bos | -6/+4 |
| 2025-03-27 | Rollup merge of #138989 - m-ou-se:clean-up-things, r=jdonszelmann,dingxiangfe... | Jacob Pratt | -18/+13 |
| 2025-03-27 | Rollup merge of #138926 - nnethercote:less-kw-Empty-rustc_middle, r=lcnr | Jacob Pratt | -14/+8 |
| 2025-03-27 | Rollup merge of #138672 - Zoxc:deferred-queries-in-deadlock-handler, r=oli-obk | Stuart Cook | -4/+6 |
| 2025-03-27 | Rollup merge of #130883 - madsmtm:env-var-query, r=petrochenkov | Stuart Cook | -0/+46 |
| 2025-03-26 | `lower_pat_expr`: use the pattern's type instead of the literal's | dianne | -7/+0 |
| 2025-03-26 | Simplify RvalueCandidateType. | Mara Bos | -18/+13 |
| 2025-03-26 | doc(hir::Place): clarify that places aren't always place expressions | Maja Kądziołka | -2/+8 |
| 2025-03-26 | Add `TyCtx::env_var_os` | Mads Marquart | -0/+46 |
| 2025-03-26 | Avoiding calling queries when collecting active queries | John Kåre Alsaker | -4/+6 |
| 2025-03-26 | Remove `kw::Empty` uses from `rustc_middle`. | Nicholas Nethercote | -14/+8 |
| 2025-03-26 | Ensure define_opaque is accounted for in HIR hash | Michael Goulet | -2/+8 |
| 2025-03-25 | Auto merge of #136410 - saethlin:clean-up-cgu-internal-copy, r=compiler-errors | bors | -55/+64 |
| 2025-03-25 | Auto merge of #138634 - saethlin:repeated-uninit, r=scottmcm,oli-obk | bors | -2/+26 |
| 2025-03-24 | Remove InstanceKind::generates_cgu_internal_copy | Ben Kimock | -55/+64 |
| 2025-03-24 | Rollup merge of #138821 - dianne:cleanup-non-scalar-compare, r=oli-obk | Matthias Krüger | -3/+3 |