| Age | Commit message (Expand) | Author | Lines |
| 2025-01-24 | Account for mutable borrow in argument suggestion | Esteban Küber | -31/+84 |
| 2025-01-24 | Rollup merge of #135976 - WaffleLapkin:tailcall-nodrop, r=oli-obk | Matthias Krüger | -4/+17 |
| 2025-01-24 | Rollup merge of #135949 - estebank:shorten-ty, r=davidtwco | Matthias Krüger | -0/+33 |
| 2025-01-24 | Rollup merge of #135749 - compiler-errors:param-ordering, r=davidtwco | Matthias Krüger | -7/+7 |
| 2025-01-24 | Skip suggestions in `derive`d code | Esteban Küber | -0/+22 |
| 2025-01-24 | Use short ty string for move errors | Esteban Küber | -0/+37 |
| 2025-01-24 | add a regression test | Waffle Lapkin | -0/+14 |
| 2025-01-24 | Improve check-cfg `allow-same-level` test | Urgau | -5/+27 |
| 2025-01-24 | Revert "Rollup merge of #135914 - compiler-errors:vanquish-query-norm, r=jack... | Michael Goulet | -20/+20 |
| 2025-01-24 | Do not assume const params are printed after type params | Michael Goulet | -7/+7 |
| 2025-01-24 | Rollup merge of #135926 - jieyouxu:needs-subprocess-thread, r=oli-obk | Matthias Krüger | -331/+269 |
| 2025-01-24 | Add some notes and test some more pattern variants | Zalathar | -1/+19 |
| 2025-01-24 | Rename test to `unresolvable-upvar-issue-87987.rs` | Zalathar | -15/+2 |
| 2025-01-24 | add nto80 x86-64 and aarch64 target | AkhilTThomas | -1/+1 |
| 2025-01-24 | Add new target for supporting Neutrino QNX 6.1 with `io-socket` network stack... | Florian Bartels | -1/+1 |
| 2025-01-24 | Auto merge of #135272 - BoxyUwU:generic_arg_infer_reliability_2, r=compiler-e... | bors | -73/+98 |
| 2025-01-24 | Rollup merge of #135936 - RalfJung:reify-intrinsic, r=oli-obk | Matthias Krüger | -11/+11 |
| 2025-01-24 | Rollup merge of #135914 - compiler-errors:vanquish-query-norm, r=jackh726 | Matthias Krüger | -20/+20 |
| 2025-01-24 | Rollup merge of #135865 - zachs18:maybe_report_similar_assoc_fn_more, r=compi... | Matthias Krüger | -89/+186 |
| 2025-01-24 | Rollup merge of #133605 - traviscross:TC/add-2024-drop-order-tests, r=compile... | Matthias Krüger | -0/+1627 |
| 2025-01-24 | don't drop types with no drop glue when tailcalling | Waffle Lapkin | -4/+3 |
| 2025-01-24 | Properly report error when object type param default references self | Michael Goulet | -6/+58 |
| 2025-01-24 | Reword "crate not found" resolve message | Esteban Küber | -277/+367 |
| 2025-01-24 | Use short type string in E0308 secondary span label | Esteban Küber | -0/+33 |
| 2025-01-23 | Make cenum_impl_drop_cast a hard error | Eric Huss | -27/+1 |
| 2025-01-23 | Add extensive set of drop order tests | Travis Cross | -0/+1627 |
| 2025-01-23 | omit unused args warnings for intrinsics without body | vayunbiyani | -14/+20 |
| 2025-01-23 | Give E0223 similar-item suggestion test more descriptive name. | Zachary S | -12/+13 |
| 2025-01-23 | Rollup merge of #135766 - lcnr:candidate-assembly-3, r=compiler-errors | Matthias Krüger | -0/+21 |
| 2025-01-23 | Rollup merge of #135492 - metamuffin:bug-invalid-await-suggest, r=compiler-er... | Matthias Krüger | -19/+0 |
| 2025-01-23 | Rollup merge of #135073 - joshtriplett:bstr, r=BurntSushi | Matthias Krüger | -14/+26 |
| 2025-01-23 | Implement `optimize(none)` attribute | clubby789 | -2/+15 |
| 2025-01-23 | fix reify-intrinsic test | Ralf Jung | -11/+11 |
| 2025-01-23 | tests: use `needs-threads` instead of `ignore-emscripten` | 许杰友 Jieyou Xu (Joe) | -34/+32 |
| 2025-01-23 | tests: use `needs-subprocess` instead of `ignore-{wasm32,emscripten,sgx}` | 许杰友 Jieyou Xu (Joe) | -200/+170 |
| 2025-01-23 | tests: update `tests/ui/issues/issue-2190-1.rs` | 许杰友 Jieyou Xu (Joe) | -9/+5 |
| 2025-01-23 | tests: cleanup `tests/ui/std/thread-sleep-ms.rs` | 许杰友 Jieyou Xu (Joe) | -7/+4 |
| 2025-01-23 | tests: cleanup `tests/ui/command/command-setgroups.rs` | 许杰友 Jieyou Xu (Joe) | -3/+2 |
| 2025-01-23 | tests: cleanup `tests/ui/panic-runtime/abort-link-to-unwinding-crates.rs` | 许杰友 Jieyou Xu (Joe) | -4/+2 |
| 2025-01-23 | tests: cleanup `tests/ui/panic-runtime/lto-abort.rs` | 许杰友 Jieyou Xu (Joe) | -4/+2 |
| 2025-01-23 | tests: cleanup `tests/ui/process/issue-13304.rs` | 许杰友 Jieyou Xu (Joe) | -4/+2 |
| 2025-01-23 | tests: cleanup `tests/ui/panic-runtime/abort.rs` | 许杰友 Jieyou Xu (Joe) | -4/+2 |
| 2025-01-23 | tests: cleanup `tests/ui/panic-runtime/lto-unwind.rs` | 许杰友 Jieyou Xu (Joe) | -5/+2 |
| 2025-01-23 | tests: cleanup `tests/ui/process/sigpipe-should-be-ignored.rs` | 许杰友 Jieyou Xu (Joe) | -5/+2 |
| 2025-01-23 | tests: cleanup `tests/ui/process/try-wait.rs` | 许杰友 Jieyou Xu (Joe) | -5/+1 |
| 2025-01-23 | tests: cleanup `tests/ui/process/issue-14456.rs` | 许杰友 Jieyou Xu (Joe) | -4/+2 |
| 2025-01-23 | tests: cleanup `tests/ui/process/process-panic-after-fork.rs` | 许杰友 Jieyou Xu (Joe) | -3/+2 |
| 2025-01-23 | tests: cleanup `tests/ui/process/fds-are-cloexec.rs` | 许杰友 Jieyou Xu (Joe) | -3/+2 |
| 2025-01-23 | tests: cleanup `tests/ui/process/process-exit.rs` | 许杰友 Jieyou Xu (Joe) | -4/+2 |
| 2025-01-23 | tests: cleanup `tests/ui/process/issue-20091.rs` | 许杰友 Jieyou Xu (Joe) | -5/+1 |