| Age | Commit message (Expand) | Author | Lines |
| 2025-01-25 | Rollup merge of #135951 - yotamofek:use-debug-helpers, r=SparrowLii | Jacob Pratt | -178/+119 |
| 2025-01-25 | Rollup merge of #135785 - folkertdev:s390x-vector-passmode-direct, r=bjorn3 | Jacob Pratt | -3/+11 |
| 2025-01-25 | Rollup merge of #133951 - bjorn3:wasm_c_abi_lint_hard_error, r=workingjubilee | Jacob Pratt | -54/+11 |
| 2025-01-26 | Incorporate `iter_nodes` into `graph::DirectedGraph` | Zalathar | -23/+18 |
| 2025-01-26 | Auto merge of #136070 - matthiaskrgr:rollup-b5enbuz, r=matthiaskrgr | bors | -36/+28 |
| 2025-01-25 | [Clippy] Add vec_reserve & vecdeque_reserve diagnostic items | wowinter13 | -0/+2 |
| 2025-01-25 | Rollup merge of #136056 - fee1-dead-contrib:push-tswyxkywqrtt, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2025-01-25 | Rollup merge of #136016 - Urgau:check-cfg-allow-test-improv, r=jieyouxu | Matthias Krüger | -4/+25 |
| 2025-01-25 | Rollup merge of #134300 - RalfJung:remove-dead-attrs, r=chenyukang | Matthias Krüger | -31/+2 |
| 2025-01-25 | Shorten linker output even more when `--verbose` is not present | jyn | -16/+65 |
| 2025-01-25 | Pass spans to perform_locally_in_new_solver | Michael Goulet | -20/+34 |
| 2025-01-25 | Add a suggestion to cast target_feature fn items to fn pointers. | Luca Versari | -0/+3 |
| 2025-01-25 | Auto merge of #119286 - jyn514:linker-output, r=bjorn3 | bors | -39/+220 |
| 2025-01-25 | Fix typo in const stability error message | Deadbeef | -1/+1 |
| 2025-01-25 | Auto merge of #133154 - estebank:issue-133137, r=wesleywiser | bors | -5/+33 |
| 2025-01-25 | Filter well known names from check-cfg diagnostics | Urgau | -4/+25 |
| 2025-01-25 | Auto merge of #136041 - matthiaskrgr:rollup-5r1k45x, r=matthiaskrgr | bors | -23/+72 |
| 2025-01-25 | add CFG to polonius MIR dump | Rémy Rakic | -2/+71 |
| 2025-01-25 | fix terminator edges comments | Rémy Rakic | -2/+4 |
| 2025-01-25 | switch polonius MIR dump to HTML | Rémy Rakic | -9/+67 |
| 2025-01-25 | use more explicit MIR dumping process | Rémy Rakic | -4/+36 |
| 2025-01-25 | extract principal MIR dump function | Rémy Rakic | -21/+42 |
| 2025-01-25 | Rollup merge of #136027 - estebank:issue-135989, r=compiler-errors | Matthias Krüger | -0/+3 |
| 2025-01-25 | Rollup merge of #136018 - estebank:long-moved-type, r=jieyouxu | Matthias Krüger | -8/+56 |
| 2025-01-25 | Rollup merge of #135971 - compiler-errors:self-projection, r=fmease | Matthias Krüger | -15/+13 |
| 2025-01-25 | Auto merge of #128657 - clubby789:optimize-none, r=fee1-dead,WaffleLapkin | bors | -29/+314 |
| 2025-01-24 | Account for mutable borrow in argument suggestion | Esteban Küber | -26/+30 |
| 2025-01-24 | Rollup merge of #135976 - WaffleLapkin:tailcall-nodrop, r=oli-obk | Matthias Krüger | -0/+9 |
| 2025-01-24 | Rollup merge of #135949 - estebank:shorten-ty, r=davidtwco | Matthias Krüger | -9/+10 |
| 2025-01-24 | Rollup merge of #135749 - compiler-errors:param-ordering, r=davidtwco | Matthias Krüger | -138/+121 |
| 2025-01-24 | Rollup merge of #135581 - EnzymeAD:refactor-codgencx, r=oli-obk | Matthias Krüger | -56/+239 |
| 2025-01-24 | Merge commit '9f33f846ddc06afd7ffd839ee4f18babac3f3204' | Guillaume Gomez | -41/+85 |
| 2025-01-24 | Skip suggestions in `derive`d code | Esteban Küber | -0/+3 |
| 2025-01-24 | Make CodegenCx and Builder generic | Manuel Drehwald | -56/+239 |
| 2025-01-24 | Rename `OptimizeAttr::None` to `Default` | clubby789 | -8/+10 |
| 2025-01-24 | Use short ty string for move errors | Esteban Küber | -8/+56 |
| 2025-01-24 | Revert "Rollup merge of #135914 - compiler-errors:vanquish-query-norm, r=jack... | Michael Goulet | -16/+16 |
| 2025-01-24 | Do not assume const params are printed after type params | Michael Goulet | -138/+121 |
| 2025-01-24 | Silence progress messages from MSVC link.exe | jyn | -12/+29 |
| 2025-01-24 | Rollup merge of #135873 - Zalathar:be-prepared, r=oli-obk | Matthias Krüger | -184/+163 |
| 2025-01-24 | use `fmt::from_fn` in more places, instead of using structs that impl formatt... | Yotam Ofek | -161/+111 |
| 2025-01-24 | rustc_hir: replace `debug_fn` with unstable `fmt::from_fn` | Yotam Ofek | -17/+8 |
| 2025-01-24 | add nto80 x86-64 and aarch64 target | AkhilTThomas | -0/+24 |
| 2025-01-24 | Move common code to mod nto_qnx | Florian Bartels | -118/+145 |
| 2025-01-24 | Add support for QNX 7.1 with io-sock on x64 | Florian Bartels | -0/+28 |
| 2025-01-24 | Add new target for supporting Neutrino QNX 6.1 with `io-socket` network stack... | Florian Bartels | -0/+28 |
| 2025-01-24 | Add a workaround for parallel rustc crashing when there are delayed bugs | bjorn3 | -15/+30 |
| 2025-01-24 | Auto merge of #135272 - BoxyUwU:generic_arg_infer_reliability_2, r=compiler-e... | bors | -412/+767 |
| 2025-01-24 | Auto merge of #135978 - matthiaskrgr:rollup-ni16gqr, r=matthiaskrgr | bors | -22/+233 |
| 2025-01-24 | Rollup merge of #135914 - compiler-errors:vanquish-query-norm, r=jackh726 | Matthias Krüger | -16/+16 |