| Age | Commit message (Expand) | Author | Lines |
| 2025-04-29 | enable msa feature for mips in codegen tests | Adrian Friedli | -2/+13 |
| 2025-04-28 | Rollup merge of #140396 - ChrisDenton:gnu-threads, r=jieyouxu | Chris Denton | -0/+6 |
| 2025-04-28 | Rollup merge of #140323 - tgross35:cfg-unstable-float, r=Urgau | Chris Denton | -0/+119 |
| 2025-04-28 | Rollup merge of #140302 - compiler-errors:inline_asm-bug, r=lcnr | Chris Denton | -0/+19 |
| 2025-04-28 | Rollup merge of #140276 - compiler-errors:typeof-less-eagerly, r=lcnr | Chris Denton | -0/+71 |
| 2025-04-28 | Rollup merge of #140022 - dianne:box-deref-pats, r=Nadrieril | Chris Denton | -50/+151 |
| 2025-04-28 | Rollup merge of #139656 - scottmcm:stabilize-slice-as-chunks, r=dtolnay | Chris Denton | -1/+0 |
| 2025-04-28 | Rollup merge of #139308 - Shourya742:2025-03-29-add-autodiff-inline, r=ZuseZ4 | Chris Denton | -0/+23 |
| 2025-04-28 | Workaround for windows-gnu rust-lld test failure | Chris Denton | -0/+6 |
| 2025-04-28 | Auto merge of #140388 - GuillaumeGomez:rollup-aj9o3ch, r=GuillaumeGomez | bors | -119/+145 |
| 2025-04-28 | Do not compute type_of for impl item if impl where clauses are unsatisfied | Michael Goulet | -0/+71 |
| 2025-04-28 | remove noinline attribute and add alwaysinline after AD pass | bit-aloo | -0/+23 |
| 2025-04-28 | Auto merge of #123948 - azhogin:azhogin/async-drop, r=oli-obk | bors | -89/+1145 |
| 2025-04-28 | Rollup merge of #140249 - BoxyUwU:remove_weak_alias_terminology, r=oli-obk | Guillaume Gomez | -2/+2 |
| 2025-04-28 | Rollup merge of #140220 - GuillaumeGomez:doctest-main-wrapping, r=fmease | Guillaume Gomez | -27/+55 |
| 2025-04-28 | Rollup merge of #140056 - yuk1ty:fix-static-mut-error-message, r=jieyouxu | Guillaume Gomez | -90/+88 |
| 2025-04-28 | AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}... | Andrew Zhogin | -89/+1145 |
| 2025-04-28 | Auto merge of #123239 - Urgau:dangerous_implicit_autorefs, r=jdonszelmann,tra... | bors | -0/+419 |
| 2025-04-27 | Move inline_asm to typeck, properly handle aliases | Michael Goulet | -0/+19 |
| 2025-04-27 | Implement the internal feature `cfg_target_has_reliable_f16_f128` | Trevor Gross | -0/+119 |
| 2025-04-27 | Test partial moves via deref pats | Nadrieril | -0/+8 |
| 2025-04-27 | Rollup merge of #140280 - nnethercote:improve-if-else-printing, r=Urgau | Matthias Krüger | -66/+281 |
| 2025-04-27 | Rollup merge of #140246 - nnethercote:fix-never-pattern-printing, r=Nadrieril | Matthias Krüger | -0/+33 |
| 2025-04-27 | Auto merge of #140291 - GuillaumeGomez:doctest-2024-stdout, r=notriddle | bors | -0/+76 |
| 2025-04-27 | Auto merge of #139646 - lcnr:default-is-fully-concrete, r=BoxyUwU | bors | -0/+38 |
| 2025-04-27 | Fix bad handling of macros if there is already a `main` function | Guillaume Gomez | -0/+23 |
| 2025-04-26 | Rollup merge of #140318 - compiler-errors:specialized-async-fn-kind-err, r=fe... | Matthias Krüger | -0/+43 |
| 2025-04-26 | Rollup merge of #140215 - joshlf:transmutability-char-nonzero, r=jswrenn | Matthias Krüger | -0/+89 |
| 2025-04-26 | Fix error message for static references or mutable references | yuk1ty | -90/+88 |
| 2025-04-26 | Rollup merge of #140308 - lcnr:add-ui-test, r=compiler-errors | Matthias Krüger | -0/+25 |
| 2025-04-26 | Rollup merge of #140306 - lcnr:specialization-new, r=compiler-errors | Matthias Krüger | -37/+173 |
| 2025-04-26 | Rollup merge of #140305 - compiler-errors:coerce-loop, r=lcnr | Matthias Krüger | -0/+31 |
| 2025-04-26 | Rollup merge of #140272 - Kivooeo:new-fix-four, r=est31 | Matthias Krüger | -59/+83 |
| 2025-04-26 | Simply try to unpeel AsyncFnKindHelper goal in emit_specialized_closure_kind_... | Michael Goulet | -0/+43 |
| 2025-04-26 | Improve HIR pretty-printing of if/else some more. | Nicholas Nethercote | -35/+26 |
| 2025-04-25 | If there is a `;` alone, we consider that the doctest needs to be put inside ... | Guillaume Gomez | -27/+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 | -120/+177 |
| 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 | -78/+86 |
| 2025-04-25 | Add rustdoc-ui regression test for #140289 | Guillaume Gomez | -0/+72 |
| 2025-04-25 | Auto merge of #140282 - matthiaskrgr:rollup-g6ze4jj, r=matthiaskrgr | bors | -48/+158 |
| 2025-04-25 | Correctly display stdout and stderr in case a doctest is failing | Guillaume Gomez | -0/+4 |
| 2025-04-25 | remove expect() in unnecessary_transmutes | bendn | -0/+20 |
| 2025-04-25 | resolved conflict | Kivooeo | -59/+83 |