| Age | Commit message (Expand) | Author | Lines |
| 2024-09-13 | Address WaffleLapkin's comments | Tim (Theemathas) Chirananthavat | -9/+11 |
| 2024-09-12 | Document subtleties of `ManuallyDrop` | Tim (Theemathas) Chirananthavat | -11/+115 |
| 2024-09-07 | Auto merge of #129341 - madsmtm:refactor-deployment-target, r=petrochenkov | bors | -374/+381 |
| 2024-09-06 | Auto merge of #128776 - Bryanskiy:deep-reject-ctxt, r=lcnr | bors | -152/+272 |
| 2024-09-06 | Auto merge of #121848 - lcnr:stabilize-next-solver, r=compiler-errors | bors | -578/+392 |
| 2024-09-06 | Auto merge of #129176 - EnzymeAD:enzyme-backend, r=albertlarsan68 | bors | -0/+159 |
| 2024-09-06 | Auto merge of #130016 - matthiaskrgr:rollup-fopistw, r=matthiaskrgr | bors | -138/+395 |
| 2024-09-06 | Rollup merge of #130013 - jonathan-conder:await_coverage, r=Zalathar | Matthias Krüger | -63/+160 |
| 2024-09-06 | Rollup merge of #129995 - alexcrichton:remove-wasm32-wasip2-release-notes, r=... | Matthias Krüger | -1/+0 |
| 2024-09-06 | Rollup merge of #129969 - GrigorenkoPV:boxed-ty, r=compiler-errors | Matthias Krüger | -48/+58 |
| 2024-09-06 | Rollup merge of #129963 - rjooske:fix/inaccurate_to_string_lossy_doc, r=worki... | Matthias Krüger | -2/+2 |
| 2024-09-06 | Rollup merge of #129781 - Veykril:lw-x-py-compiler-features, r=albertlarsan68 | Matthias Krüger | -12/+30 |
| 2024-09-06 | Rollup merge of #129021 - compiler-errors:ptr-cast-outlives, r=lcnr | Matthias Krüger | -12/+145 |
| 2024-09-06 | coverage: Treat await similar to a macro | Jonathan Conder | -71/+67 |
| 2024-09-06 | coverage: Add test to codify existing behavior | Jonathan Conder | -0/+101 |
| 2024-09-06 | Auto merge of #129999 - matthiaskrgr:rollup-pzr9c8p, r=matthiaskrgr | bors | -70/+241 |
| 2024-09-05 | Enzyme backend | Manuel Drehwald | -0/+159 |
| 2024-09-06 | Auto merge of #121614 - clubby789:no-expect, r=saethlin | bors | -14/+14 |
| 2024-09-06 | Make `Ty::boxed_ty` return an `Option` | Pavel Grigorenko | -48/+58 |
| 2024-09-05 | Auto merge of #129994 - matthiaskrgr:rollup-zkj4ekl, r=matthiaskrgr | bors | -450/+1074 |
| 2024-09-05 | Rollup merge of #129957 - chenx97:lint-docs-linker-opt, r=albertlarsan68 | Matthias Krüger | -0/+16 |
| 2024-09-05 | Rollup merge of #129955 - fmease:fmease-break, r=fmease | Matthias Krüger | -0/+1 |
| 2024-09-05 | Rollup merge of #129947 - LiterallyVoid:duration-docs-digit-separators, r=tgr... | Matthias Krüger | -14/+14 |
| 2024-09-05 | Rollup merge of #129944 - Mark-Simulacrum:relnotes-tweak, r=pietroalbini | Matthias Krüger | -0/+3 |
| 2024-09-05 | Rollup merge of #129943 - onur-ozkan:test-float-parse-compiler, r=Kobzol | Matthias Krüger | -2/+4 |
| 2024-09-05 | Rollup merge of #129942 - onur-ozkan:building-rustc-tools, r=Kobzol | Matthias Krüger | -1/+6 |
| 2024-09-05 | Rollup merge of #129939 - RalfJung:rvalue-len, r=compiler-errors | Matthias Krüger | -0/+3 |
| 2024-09-05 | Rollup merge of #129775 - Zalathar:initial-libdir, r=albertlarsan68 | Matthias Krüger | -8/+14 |
| 2024-09-05 | Rollup merge of #129653 - RalfJung:addr-of-read-only, r=scottmcm | Matthias Krüger | -0/+8 |
| 2024-09-05 | Rollup merge of #129472 - folkertdev:const-refs-to-static-asm-const, r=lcnr | Matthias Krüger | -10/+90 |
| 2024-09-05 | Rollup merge of #128919 - Nadrieril:lint-query-leaks, r=cjgillot | Matthias Krüger | -35/+82 |
| 2024-09-05 | Remove wasm32-wasip2's tier 2 status from release notes | Alex Crichton | -1/+0 |
| 2024-09-05 | Rollup merge of #129973 - jieyouxu:rework-rmake-stdio, r=Kobzol | Matthias Krüger | -46/+116 |
| 2024-09-05 | Rollup merge of #129938 - chancancode:patch-1, r=thomcc | Matthias Krüger | -2/+13 |
| 2024-09-05 | Rollup merge of #129796 - GuillaumeGomez:unify-code-examples, r=notriddle | Matthias Krüger | -156/+380 |
| 2024-09-05 | Rollup merge of #129720 - nnethercote:simplify-dest_prop-mm, r=cjgillot | Matthias Krüger | -67/+46 |
| 2024-09-05 | Rollup merge of #129706 - compiler-errors:scratch, r=estebank | Matthias Krüger | -57/+31 |
| 2024-09-05 | Rollup merge of #129471 - GuillaumeGomez:sort-impl-associated-items, r=t-rust... | Matthias Krüger | -33/+183 |
| 2024-09-05 | Rollup merge of #129028 - compiler-errors:contra, r=lcnr | Matthias Krüger | -88/+303 |
| 2024-09-05 | Rollup merge of #128820 - LYF1999:yf/dev, r=nikic | Matthias Krüger | -1/+2 |
| 2024-09-05 | Adjust tests | Michael Goulet | -3/+22 |
| 2024-09-05 | Check unnormalized signature on pointer cast | Michael Goulet | -13/+127 |
| 2024-09-05 | Review comments | Michael Goulet | -48/+40 |
| 2024-09-05 | Do less work on the good path | Michael Goulet | -110/+113 |
| 2024-09-05 | Don't worry about uncaptured contravariant lifetimes if they outlive a captur... | Michael Goulet | -21/+241 |
| 2024-09-05 | Update to new rustdoc internal API | Guillaume Gomez | -16/+13 |
| 2024-09-05 | Add regression test for sidebar associated items | Guillaume Gomez | -0/+42 |
| 2024-09-05 | Add missing sidebar associated items | Guillaume Gomez | -38/+56 |
| 2024-09-05 | Make impl associated constants sorted first | Guillaume Gomez | -20/+20 |
| 2024-09-05 | Add regression test for impl associated items sorting | Guillaume Gomez | -0/+42 |