| Age | Commit message (Expand) | Author | Lines |
| 2025-04-25 | Track per-obligation recursion depth only if there is inference | Michael Goulet | -0/+31 |
| 2025-04-25 | Auto merge of #140282 - matthiaskrgr:rollup-g6ze4jj, r=matthiaskrgr | bors | -48/+158 |
| 2025-04-25 | Auto merge of #140273 - matthiaskrgr:rollup-rxmuvkg, r=matthiaskrgr | bors | -12/+143 |
| 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 | 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 #140248 - GuillaumeGomez:fix-impl-block-items-indent, r=notri... | Matthias Krüger | -2/+44 |
| 2025-04-25 | Rollup merge of #140196 - Kivooeo:new-fix-two, r=wesleywiser | Matthias Krüger | -1/+55 |
| 2025-04-25 | Rollup merge of #140187 - amy-kwan:amy-kwan/update_runmake_tests_AIX, r=jieyouxu | Matthias Krüger | -1/+5 |
| 2025-04-25 | Rollup merge of #137096 - ehuss:stabilize-doctest-xcompile, r=fmease | Matthias Krüger | -8/+39 |
| 2025-04-24 | Deprecate the unstable `concat_idents!` | Trevor Gross | -42/+55 |
| 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 #139700 - EnzymeAD:autodiff-flags, r=oli-obk | Matthias Krüger | -0/+45 |
| 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 | Auto merge of #140245 - matthiaskrgr:rollup-e0fwsfv, r=matthiaskrgr | bors | -77/+62 |
| 2025-04-24 | Add/update GUI test for impl indent fix | Guillaume Gomez | -2/+44 |
| 2025-04-24 | Rollup merge of #140228 - fmease:revert-overzealous-colon-recovery, r=jieyouxu | Matthias Krüger | -76/+46 |
| 2025-04-24 | Rollup merge of #140194 - jieyouxu:minicore-force-unwind-tables, r=bjorn3 | Matthias Krüger | -0/+10 |
| 2025-04-24 | Rollup merge of #139261 - RalfJung:msvc-align-mitigation, r=oli-obk | Matthias Krüger | -1/+6 |
| 2025-04-24 | Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etc | bendn | -22/+431 |
| 2025-04-24 | Rollup merge of #140232 - nnethercote:rm-unnecessary-clones, r=SparrowLii | Matthias Krüger | -34/+36 |
| 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 | Refactor `StableMir` to avoid some clones. | Nicholas Nethercote | -34/+36 |
| 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 | -881/+135 |
| 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 | Auto merge of #140180 - ChrisDenton:rollup-5pvs08u, r=ChrisDenton | bors | -0/+31 |
| 2025-04-23 | More | Michael Goulet | -54/+5 |
| 2025-04-23 | wasm, arm, x86-without-SSE need simd to be explicitly enabled | Ralf Jung | -23/+33 |
| 2025-04-23 | tests: account for CFI directives in `tests/assembly/x86-return-float.rs` | Jieyou Xu | -0/+10 |
| 2025-04-22 | [AIX] Handle AIX dynamic library extensions within c-link-to-rust-dylib run-m... | Amy Kwan | -1/+5 |
| 2025-04-23 | Rollup merge of #140175 - Kivooeo:new-fix-one, r=compiler-errors | Chris Denton | -0/+31 |
| 2025-04-23 | rc and cr more clear error message | Kivooeo | -0/+31 |
| 2025-04-22 | Don't warn about `v128` in wasm ABI transition | Alex Crichton | -2/+41 |
| 2025-04-22 | make `[u8]` and `[u8;N]` literal patterns usable in deref patterns | dianne | -1/+147 |
| 2025-04-22 | make `str` literal patterns usable in deref patterns | dianne | -29/+54 |
| 2025-04-22 | add a test for byte string literal pattern mutability mismatches | dianne | -0/+44 |
| 2025-04-22 | Rollup merge of #140144 - nnethercote:fix-140098, r=petrochenkov | Chris Denton | -10/+29 |
| 2025-04-22 | Rollup merge of #140104 - Shourya742:2025-04-21-auto-diff-fails-on-impl-block... | Chris Denton | -0/+65 |
| 2025-04-22 | Rollup merge of #139921 - Kivooeo:master, r=WaffleLapkin | Chris Denton | -23/+98 |
| 2025-04-22 | Auto merge of #139960 - amandasystems:placeholder-ui-tests, r=lcnr | bors | -0/+110 |
| 2025-04-22 | Add tests for two untested cases of placeholder relations | Amanda Stjerna | -0/+110 |
| 2025-04-22 | Auto merge of #132833 - est31:stabilize_let_chains, r=fee1-dead | bors | -155/+357 |
| 2025-04-22 | Handle another negated literal in `eat_token_lit`. | Nicholas Nethercote | -10/+29 |