| Age | Commit message (Expand) | Author | Lines |
| 2025-04-22 | [AIX] Handle AIX dynamic library extensions within c-link-to-rust-dylib run-m... | Amy Kwan | -1/+5 |
| 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 |
| 2025-04-22 | move autodiff pretty test to a autodiff sub module | bit-aloo | -0/+0 |
| 2025-04-22 | Added test | bit-aloo | -0/+65 |
| 2025-04-22 | Rollup merge of #140094 - Kivooeo:raw-pointer-assignment-suggestion, r=compil... | Chris Denton | -0/+71 |
| 2025-04-22 | Rollup merge of #140077 - xizheyin:issue-139805, r=jieyouxu | Chris Denton | -7/+44 |
| 2025-04-22 | Rollup merge of #139981 - compiler-errors:name-2, r=nnethercote | Chris Denton | -0/+62 |
| 2025-04-22 | improve diagnostic for raw pointer field access using `->` | Kivooeo | -23/+98 |
| 2025-04-21 | Auto merge of #140127 - ChrisDenton:rollup-2kye32h, r=ChrisDenton | bors | -300/+263 |
| 2025-04-21 | Rollup merge of #140076 - aDotInTheVoid:jsondocline, r=GuillaumeGomez | Chris Denton | -1/+1 |
| 2025-04-21 | Rollup merge of #140074 - aDotInTheVoid:auto-test, r=GuillaumeGomez | Chris Denton | -2/+4 |
| 2025-04-21 | Rollup merge of #140052 - GuillaumeGomez:fix-140026, r=nnethercote | Chris Denton | -0/+22 |
| 2025-04-21 | Rollup merge of #140036 - jieyouxu:ui-cleanup-4, r=compiler-errors | Chris Denton | -33/+76 |
| 2025-04-21 | Rollup merge of #134213 - folkertdev:stabilize-naked-functions, r=tgross35,Am... | Chris Denton | -264/+160 |
| 2025-04-21 | Add diagnostics and suggestions for raw pointer arithmetic assignments | Kivooeo | -0/+71 |
| 2025-04-21 | Rollup merge of #140029 - reddevilmidzy:move-test, r=jieyouxu | Chris Denton | -25/+56 |
| 2025-04-21 | Rollup merge of #140021 - compiler-errors:no-deep-norm-ice, r=lcnr | Chris Denton | -13/+154 |
| 2025-04-21 | Rollup merge of #140009 - ShE3py:tls-abort, r=thomcc | Chris Denton | -1/+1 |
| 2025-04-21 | Construct OutputType using macro and print [=FILENAME] help info | xizheyin | -10/+40 |
| 2025-04-21 | Cleaned up 5 tests in `tests/ui` | reddevilmidzy | -25/+56 |
| 2025-04-20 | Don't compute name of associated item if it's an RPITIT | Michael Goulet | -0/+62 |
| 2025-04-20 | Rollup merge of #137953 - RalfJung:simd-intrinsic-masks, r=WaffleLapkin | Chris Denton | -58/+83 |
| 2025-04-20 | Add ui test emit-output-types-without-args.rs | xizheyin | -0/+7 |
| 2025-04-20 | jsondocck: Require command is at start of line | Alona Enraght-Moony | -1/+1 |
| 2025-04-20 | rustdoc-json: Improve test for auto-trait impls | Alona Enraght-Moony | -2/+4 |
| 2025-04-20 | simd intrinsics with mask: accept unsigned integer masks | Ralf Jung | -58/+83 |
| 2025-04-20 | stabilize `naked_functions` | Folkert de Vries | -264/+160 |
| 2025-04-20 | Auto merge of #140043 - ChrisDenton:rollup-vwf0s9j, r=ChrisDenton | bors | -871/+805 |
| 2025-04-19 | Rollup merge of #139042 - compiler-errors:do-not-optimize-switchint, r=saethlin | Chris Denton | -31/+131 |
| 2025-04-19 | Add regression test for #140026 | Guillaume Gomez | -0/+22 |
| 2025-04-19 | Don't ICE on pending obligations from deep normalization in a loop | Michael Goulet | -13/+154 |
| 2025-04-19 | Rollup merge of #139995 - spencer3035:clean-ui-tests-4-of-n, r=jieyouxu | Chris Denton | -176/+201 |
| 2025-04-19 | Rollup merge of #139834 - ChrisDenton:spf, r=WaffleLapkin | Chris Denton | -0/+61 |
| 2025-04-19 | Rollup merge of #139762 - compiler-errors:non-env, r=lcnr | Chris Denton | -17/+49 |
| 2025-04-19 | Rollup merge of #139753 - folkertdev:naked-function-unsafe-attribute, r=tgros... | Chris Denton | -362/+341 |
| 2025-04-19 | Rollup merge of #139091 - mejrs:format, r=compiler-errors | Chris Denton | -316/+153 |
| 2025-04-19 | Rollup merge of #139919 - GuillaumeGomez:rustdoc-json-1-indexed, r=aDotInTheVoid | Chris Denton | -2/+6 |
| 2025-04-19 | Rollup merge of #137454 - mu001999-contrib:fix-137414, r=wesleywiser | Chris Denton | -0/+11 |
| 2025-04-19 | tests: adjust `tests/ui/auto-instantiate.rs` | Jieyou Xu | -13/+28 |
| 2025-04-19 | tests: adjust some `augmented-assignment*` tests | Jieyou Xu | -2/+7 |
| 2025-04-19 | tests: rework `amdgpu-require-explicit-cpu.rs` | Jieyou Xu | -18/+41 |
| 2025-04-19 | Auto merge of #139114 - m-ou-se:super-let-pin, r=davidtwco | bors | -81/+26 |
| 2025-04-19 | Cleaned up 4 tests in `tests/ui/issues` | Spencer | -176/+201 |
| 2025-04-19 | Make `#[naked]` an unsafe attribute | Folkert de Vries | -362/+341 |