| Age | Commit message (Expand) | Author | Lines |
| 2025-03-19 | Pass in dep kind names to the duplicate dep node check | John Kåre Alsaker | -1/+16 |
| 2025-03-19 | Rollup merge of #138001 - meithecatte:privately-uninhabited, r=Nadrieril | Matthias Krüger | -2/+24 |
| 2025-03-19 | Auto merge of #122156 - Zoxc:side-effect-dep-node, r=oli-obk | bors | -45/+19 |
| 2025-03-19 | Auto merge of #138693 - matthiaskrgr:rollup-ejq8mwp, r=matthiaskrgr | bors | -103/+2 |
| 2025-03-19 | Use `Option<Ident>` for lowered param names. | Nicholas Nethercote | -5/+5 |
| 2025-03-19 | Rollup merge of #138670 - compiler-errors:remove-afidt, r=oli-obk | Matthias Krüger | -100/+1 |
| 2025-03-18 | Dont consider fields that are forced unstable due to -Zforce-unstable-if-unma... | Michael Goulet | -1/+8 |
| 2025-03-18 | Consider fields to be inhabited if they are unstable | Michael Goulet | -0/+9 |
| 2025-03-18 | Remove existing AFIDT implementation | Michael Goulet | -100/+1 |
| 2025-03-18 | coverage: Don't store a body span in `FunctionCoverageInfo` | Zalathar | -3/+1 |
| 2025-03-18 | Rollup merge of #138635 - Zalathar:immediate-subpat, r=compiler-errors | Matthias Krüger | -46/+36 |
| 2025-03-18 | Auto merge of #138630 - matthiaskrgr:rollup-kk1gogr, r=matthiaskrgr | bors | -22/+22 |
| 2025-03-18 | Extract `for_each_immediate_subpat` from THIR pattern visitors | Zalathar | -46/+36 |
| 2025-03-17 | Auto merge of #127173 - bjorn3:mangle_rustc_std_internal_symbol, r=wesleywise... | bors | -0/+1 |
| 2025-03-17 | Rollup merge of #138384 - nnethercote:hir-ItemKind-idents, r=fmease | Matthias Krüger | -22/+22 |
| 2025-03-18 | Move `hir::Item::ident` into `hir::ItemKind`. | Nicholas Nethercote | -22/+22 |
| 2025-03-17 | Rollup merge of #137465 - Zalathar:visit-primary, r=oli-obk | Matthias Krüger | -82/+7 |
| 2025-03-17 | Mark #[rustc_std_internal_symbol] as extern indicator | bjorn3 | -0/+1 |
| 2025-03-17 | Auto merge of #138595 - jhpratt:rollup-09pvfzu, r=jhpratt | bors | -24/+18 |
| 2025-03-17 | Flatten and simplify some control flow | Yotam Ofek | -24/+18 |
| 2025-03-17 | Use `strip_{prefix|suffix}` instead of `{starts|ends}_with`+indexing | Yotam Ofek | -2/+2 |
| 2025-03-16 | Rollup merge of #138549 - scottmcm:option-ssa, r=saethlin | 许杰友 Jieyou Xu (Joe) | -0/+9 |
| 2025-03-15 | Fix the OperandRef type for NullOp::{UbChecks,ContractChecks} | Scott McMurray | -0/+9 |
| 2025-03-16 | Build `UserTypeProjections` lazily when visiting bindings | Zalathar | -82/+3 |
| 2025-03-16 | Split `visit_primary_bindings` into two variants | Zalathar | -0/+4 |
| 2025-03-15 | Auto merge of #138532 - matthiaskrgr:rollup-mgcynqu, r=matthiaskrgr | bors | -1/+2 |
| 2025-03-15 | Rollup merge of #138502 - petrochenkov:resinstab, r=compiler-errors | Matthias Krüger | -1/+2 |
| 2025-03-15 | Move codec module back into middle | Michael Goulet | -92/+110 |
| 2025-03-15 | Fold visit into ty | Michael Goulet | -32/+27 |
| 2025-03-15 | Squash fold into ty | Michael Goulet | -30/+32 |
| 2025-03-15 | Rollup merge of #138482 - nnethercote:fix-hir-printing, r=compiler-errors | León Orell Valerian Liehr | -1/+2 |
| 2025-03-14 | Rename `QuerySideEffects` to `QuerySideEffect` | John Kåre Alsaker | -15/+15 |
| 2025-03-14 | resolve: Avoid some unstable iteration | Vadim Petrochenkov | -1/+2 |
| 2025-03-14 | Represent diagnostic side effects as dep nodes | John Kåre Alsaker | -32/+6 |
| 2025-03-14 | Handle `_` properly in a couple of places. | Nicholas Nethercote | -1/+2 |
| 2025-03-13 | Only prefer Sized candidates, and only if they certainly hold | Michael Goulet | -2/+5 |
| 2025-03-13 | Prefer built-in sized impls for rigid types always | Michael Goulet | -1/+4 |
| 2025-03-13 | Auto merge of #138459 - matthiaskrgr:rollup-hddfg18, r=matthiaskrgr | bors | -25/+92 |
| 2025-03-13 | Rollup merge of #138126 - compiler-errors:rtn-for-sugg, r=oli-obk | Matthias Krüger | -25/+92 |
| 2025-03-13 | Auto merge of #137152 - saethlin:bss-const-allocs, r=wesleywiser | bors | -2/+115 |
| 2025-03-13 | Rollup merge of #138109 - Kohei316:feat/rust-doc-precise-capturing-arg, r=aDo... | Matthias Krüger | -2/+4 |
| 2025-03-13 | Auto merge of #138416 - Manishearth:rollup-fejor9p, r=Manishearth | bors | -192/+168 |
| 2025-03-12 | Add an opt-out in pretty printing for RTN rendering | Michael Goulet | -25/+92 |
| 2025-03-12 | Auto merge of #138414 - matthiaskrgr:rollup-9ablqdb, r=matthiaskrgr | bors | -18/+7 |
| 2025-03-12 | Rollup merge of #138394 - lcnr:yeet-variant, r=compiler-errors | Manish Goregaokar | -5/+2 |
| 2025-03-12 | Rollup merge of #138331 - nnethercote:use-RUSTC_LINT_FLAGS-more, r=onur-ozkan... | Manish Goregaokar | -1/+0 |
| 2025-03-12 | Rollup merge of #138280 - folkertdev:mir-dump-asm-const, r=compiler-errors | Manish Goregaokar | -1/+4 |
| 2025-03-12 | Rollup merge of #137504 - nnethercote:remove-Map-4, r=Zalathar | Manish Goregaokar | -186/+162 |
| 2025-03-12 | Rollup merge of #138331 - nnethercote:use-RUSTC_LINT_FLAGS-more, r=onur-ozkan... | Matthias Krüger | -1/+0 |
| 2025-03-12 | Rollup merge of #137701 - cuviper:sharded-hashtable, r=fmease | Matthias Krüger | -17/+7 |