| Age | Commit message (Expand) | Author | Lines |
| 2025-04-24 | Pass `Analysis` to `visit_*` instead of `Results`. | Nicholas Nethercote | -56/+50 |
| 2025-04-24 | Refactor `StableMir` to avoid some clones. | Nicholas Nethercote | -8/+7 |
| 2025-04-24 | Remove some unnecessary clones. | Nicholas Nethercote | -4/+3 |
| 2025-04-24 | Revert overzealous parse recovery for single colons | León Orell Valerian Liehr | -13/+18 |
| 2025-04-24 | Auto merge of #139309 - RalfJung:abi_unsupported_vector_types, r=fee1-dead,tr... | bors | -97/+22 |
| 2025-04-24 | fix for issue 135412 | Kivooeo | -6/+19 |
| 2025-04-23 | Auto merge of #138845 - compiler-errors:stall-generators, r=lcnr | bors | -99/+431 |
| 2025-04-23 | Extend HIR to track the source and syntax of a lifetime | Jake Goulding | -112/+226 |
| 2025-04-23 | transmutability: Mark edges by ranges, not values | Joshua Liebow-Feeser | -161/+777 |
| 2025-04-23 | Remove hack | Michael Goulet | -14/+0 |
| 2025-04-23 | Use the new solver in the impossible_predicates | Michael Goulet | -9/+5 |
| 2025-04-23 | Auto merge of #140180 - ChrisDenton:rollup-5pvs08u, r=ChrisDenton | bors | -344/+316 |
| 2025-04-23 | More | Michael Goulet | -133/+184 |
| 2025-04-23 | Make #![feature(let_chains)] bootstrap conditional in compiler/ | est31 | -40/+40 |
| 2025-04-23 | Use `clone` to clone `DelimArgs` in two places. | Nicholas Nethercote | -7/+3 |
| 2025-04-23 | Derive `HashStable` for `DelimArgs`. | Nicholas Nethercote | -13/+1 |
| 2025-04-23 | fix ICE in attribute name printing | Folkert de Vries | -2/+6 |
| 2025-04-23 | Make algebraic intrinsics into 'const fn' items; Make algebraic functions of ... | Gabriel Bjørnager Jensen | -0/+25 |
| 2025-04-23 | Make `SmirInterface` pub(crate) and rename `Context` to `SmirContext` | Makai | -102/+114 |
| 2025-04-23 | Module docs | Boxy | -0/+5 |
| 2025-04-23 | Rename `compute_x` methods | Boxy | -31/+43 |
| 2025-04-23 | Remove `synstructure::Structure::underscore_const` calls. | Nicholas Nethercote | -24/+4 |
| 2025-04-23 | Rollup merge of #140175 - Kivooeo:new-fix-one, r=compiler-errors | Chris Denton | -2/+10 |
| 2025-04-23 | Rollup merge of #140160 - oli-obk:lang-items, r=jieyouxu | Chris Denton | -219/+193 |
| 2025-04-23 | Rollup merge of #140147 - xizheyin:issue-138401-1, r=compiler-errors | Chris Denton | -50/+54 |
| 2025-04-23 | Rollup merge of #140142 - nnethercote:some-graphviz-tweaks-2, r=compiler-errors | Chris Denton | -73/+59 |
| 2025-04-23 | rc and cr more clear error message | Kivooeo | -2/+10 |
| 2025-04-22 | Don't warn about `v128` in wasm ABI transition | Alex Crichton | -0/+6 |
| 2025-04-22 | make `[u8]` and `[u8;N]` literal patterns usable in deref patterns | dianne | -9/+34 |
| 2025-04-22 | make `str` literal patterns usable in deref patterns | dianne | -0/+50 |
| 2025-04-22 | Consider Copy/Clone too | Michael Goulet | -1/+18 |
| 2025-04-22 | Don't compute query unless in new solver | Michael Goulet | -1/+5 |
| 2025-04-22 | Eagerly instantiate coroutine witness in new solver | Michael Goulet | -23/+31 |
| 2025-04-22 | Properly drain pending obligations for coroutines | Michael Goulet | -63/+241 |
| 2025-04-22 | Collect and resolve ambiguous obligations from normalizing in writeback | Michael Goulet | -10/+84 |
| 2025-04-22 | Rollup merge of #140144 - nnethercote:fix-140098, r=petrochenkov | Chris Denton | -13/+13 |
| 2025-04-22 | Rollup merge of #140104 - Shourya742:2025-04-21-auto-diff-fails-on-impl-block... | Chris Denton | -8/+6 |
| 2025-04-22 | Rollup merge of #140072 - folkertdev:miri-fn-align, r=RalfJung | Chris Denton | -2/+15 |
| 2025-04-22 | Rollup merge of #139921 - Kivooeo:master, r=WaffleLapkin | Chris Denton | -4/+4 |
| 2025-04-22 | Make sure there's no duplicate indices in the dep graph | John Kåre Alsaker | -1/+5 |
| 2025-04-22 | Tweak edges | John Kåre Alsaker | -8/+5 |
| 2025-04-22 | Use `IndexVec::from_elem_n` | John Kåre Alsaker | -10/+7 |
| 2025-04-22 | Add index to the dep graph format and encode via `MemEncoder` | John Kåre Alsaker | -39/+206 |
| 2025-04-22 | Use `is_lang_item` and `as_lang_item` instead of handrolling their logic | Oli Scherer | -219/+193 |
| 2025-04-22 | add comment for "Other" case | Ralf Jung | -0/+1 |
| 2025-04-22 | Auto merge of #132833 - est31:stabilize_let_chains, r=fee1-dead | bors | -29/+54 |
| 2025-04-22 | Rename `open_brace` to `open_delimiters` | xizheyin | -23/+26 |
| 2025-04-22 | Move make_unclosed_delims_error to lexer/diagonostics.rs | xizheyin | -27/+28 |
| 2025-04-22 | Handle another negated literal in `eat_token_lit`. | Nicholas Nethercote | -13/+13 |
| 2025-04-22 | Auto merge of #140138 - ChrisDenton:rollup-zw7jibi, r=ChrisDenton | bors | -123/+259 |