| Age | Commit message (Expand) | Author | Lines |
| 2025-04-26 | Improve HIR pretty-printing of if/else some more. | Nicholas Nethercote | -4/+4 |
| 2025-04-25 | transmutability: Support char, NonZeroXxx | Joshua Liebow-Feeser | -0/+89 |
| 2025-04-25 | add regression test | lcnr | -0/+25 |
| 2025-04-25 | Auto merge of #140298 - matthiaskrgr:rollup-5tc1gvb, r=matthiaskrgr | bors | -46/+97 |
| 2025-04-25 | Track per-obligation recursion depth only if there is inference | Michael Goulet | -0/+31 |
| 2025-04-25 | handle specialization in the new trait solver | lcnr | -37/+173 |
| 2025-04-25 | Rollup merge of #140284 - bend-n:fix-expectation-unmet, r=jieyouxu | Matthias Krüger | -0/+20 |
| 2025-04-25 | Rollup merge of #140205 - reddevilmidzy:clean-up-test, r=jieyouxu | Matthias Krüger | -41/+44 |
| 2025-04-25 | Rollup merge of #140193 - folkertdev:fix-issue-140082, r=jdonszelmann | Matthias Krüger | -1/+27 |
| 2025-04-25 | Rollup merge of #140152 - xizheyin:issue-140102, r=jieyouxu | Matthias Krüger | -4/+6 |
| 2025-04-25 | Auto merge of #140282 - matthiaskrgr:rollup-g6ze4jj, r=matthiaskrgr | bors | -48/+158 |
| 2025-04-25 | Extend the alignment check to borrows | Bastian Kersting | -0/+40 |
| 2025-04-25 | remove expect() in unnecessary_transmutes | bendn | -0/+20 |
| 2025-04-25 | resolved conflict | Kivooeo | -59/+83 |
| 2025-04-25 | Cleaned up 5 tests in `tests/ui` | reddevilmidzy | -41/+44 |
| 2025-04-25 | Check if format argument is identifier to avoid error err-emit | xizheyin | -43/+19 |
| 2025-04-25 | Add ui test parser/issues/invalid-parse-format-issue-139104.rs | xizheyin | -0/+74 |
| 2025-04-25 | Auto merge of #140273 - matthiaskrgr:rollup-rxmuvkg, r=matthiaskrgr | bors | -1/+55 |
| 2025-04-25 | Rollup merge of #140278 - compiler-errors:name-based-comparison, r=nnethercote | Matthias Krüger | -0/+49 |
| 2025-04-25 | Rollup merge of #140236 - lcnr:normalizes-to-goals, r=compiler-errors | Matthias Krüger | -6/+54 |
| 2025-04-25 | Rollup merge of #137653 - tgross35:deprecate-concat_idents, r=workingjubilee | Matthias Krüger | -42/+55 |
| 2025-04-25 | Improve pretty printing of if/else. | Nicholas Nethercote | -65/+65 |
| 2025-04-25 | Fix some pretty printing indents. | Nicholas Nethercote | -8/+8 |
| 2025-04-25 | Don't use item name to look up associated item from trait item | Michael Goulet | -0/+49 |
| 2025-04-24 | Auto merge of #139752 - usamoi:macos-used, r=saethlin,madsmtm | bors | -0/+47 |
| 2025-04-25 | Rollup merge of #140196 - Kivooeo:new-fix-two, r=wesleywiser | Matthias Krüger | -1/+55 |
| 2025-04-24 | Deprecate the unstable `concat_idents!` | Trevor Gross | -42/+55 |
| 2025-04-24 | lower deref patterns on boxes using built-in derefs | dianne | -0/+47 |
| 2025-04-24 | move existing tests away from using boxes | dianne | -50/+96 |
| 2025-04-24 | norm nested aliases before evaluating the parent goal | lcnr | -6/+54 |
| 2025-04-25 | set subsections_via_symbols for ld64 helper sections | usamoi | -0/+47 |
| 2025-04-24 | Rollup merge of #138282 - beetrees:repr128-not-ffi-safe, r=oli-obk | Matthias Krüger | -31/+75 |
| 2025-04-24 | Rollup merge of #136083 - bend-n:⃤⃤, r=lcnr | Matthias Krüger | -22/+431 |
| 2025-04-24 | check types of const param default | lcnr | -0/+38 |
| 2025-04-24 | Auto merge of #140245 - matthiaskrgr:rollup-e0fwsfv, r=matthiaskrgr | bors | -76/+46 |
| 2025-04-24 | Remove `weak` alias terminology | Boxy | -2/+2 |
| 2025-04-24 | Rollup merge of #140228 - fmease:revert-overzealous-colon-recovery, r=jieyouxu | Matthias Krüger | -76/+46 |
| 2025-04-24 | Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etc | bendn | -22/+431 |
| 2025-04-24 | Rollup merge of #140028 - dianne:lit-deref-pats-p1, r=oli-obk | Matthias Krüger | -29/+244 |
| 2025-04-24 | Rollup merge of #139809 - alexcrichton:wasm-simd-safe, r=RalfJung | Matthias Krüger | -2/+41 |
| 2025-04-24 | Unify the format of rustc cli flags | xizheyin | -4/+6 |
| 2025-04-24 | Revert overzealous parse recovery for single colons | León Orell Valerian Liehr | -76/+46 |
| 2025-04-24 | Auto merge of #139309 - RalfJung:abi_unsupported_vector_types, r=fee1-dead,tr... | bors | -852/+81 |
| 2025-04-24 | fix for issue 135412 | Kivooeo | -1/+55 |
| 2025-04-23 | Auto merge of #138845 - compiler-errors:stall-generators, r=lcnr | bors | -54/+5 |
| 2025-04-23 | Use the new solver in the impossible_predicates | Michael Goulet | -0/+38 |
| 2025-04-23 | Auto merge of #140180 - ChrisDenton:rollup-5pvs08u, r=ChrisDenton | bors | -0/+31 |
| 2025-04-23 | More | Michael Goulet | -54/+5 |
| 2025-04-23 | fix ICE in attribute name printing | Folkert de Vries | -1/+27 |
| 2025-04-23 | Rollup merge of #140175 - Kivooeo:new-fix-one, r=compiler-errors | Chris Denton | -0/+31 |