| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-04-21 | Update !DynSend and !DynSync platform impls | Thalia Archibald | -4/+18 |
| 2025-04-22 | Rollup merge of #140094 - Kivooeo:raw-pointer-assignment-suggestion, r=compil... | Chris Denton | -1/+51 |
| 2025-04-22 | Rollup merge of #140077 - xizheyin:issue-139805, r=jieyouxu | Chris Denton | -112/+198 |
| 2025-04-22 | Rollup merge of #139981 - compiler-errors:name-2, r=nnethercote | Chris Denton | -10/+10 |
| 2025-04-22 | rustc_target: Adjust RISC-V feature implication | Tsukasa OI | -5/+5 |
| 2025-04-22 | Auto merge of #139897 - nnethercote:rm-OpenDelim-CloseDelim, r=petrochenkov | bors | -490/+444 |
| 2025-04-22 | Remove unnecessary lifetime on `ResultsVisitor`. | Nicholas Nethercote | -28/+28 |
| 2025-04-22 | Remove unused `ResultsCursor` methods. | Nicholas Nethercote | -15/+0 |
| 2025-04-22 | Move `StateDiffCollector`'s use point. | Nicholas Nethercote | -10/+11 |
| 2025-04-22 | improve diagnostic for raw pointer field access using `->` | Kivooeo | -4/+4 |
| 2025-04-21 | Auto merge of #140127 - ChrisDenton:rollup-2kye32h, r=ChrisDenton | bors | -35/+12 |
| 2025-04-21 | Rollup merge of #140111 - jogru0:redundant_pattern, r=compiler-errors | Chris Denton | -1/+1 |
| 2025-04-21 | Rollup merge of #140052 - GuillaumeGomez:fix-140026, r=nnethercote | Chris Denton | -0/+2 |
| 2025-04-21 | Rollup merge of #140047 - matthiaskrgr:clo, r=compiler-errors | Chris Denton | -7/+5 |
| 2025-04-21 | Rollup merge of #134213 - folkertdev:stabilize-naked-functions, r=tgross35,Am... | Chris Denton | -27/+4 |
| 2025-04-21 | Add diagnostics and suggestions for raw pointer arithmetic assignments | Kivooeo | -1/+51 |
| 2025-04-21 | Rollup merge of #140121 - blyxyas:code_stats_pub_docs, r=jieyouxu | Chris Denton | -0/+2 |