| Age | Commit message (Expand) | Author | Lines |
| 2025-03-04 | Make rustdoc tests use always applicable negative auto impls | Michael Goulet | -60/+100 |
| 2025-03-04 | Ensure that negative auto impls are always applicable | Michael Goulet | -47/+137 |
| 2025-03-04 | Auto merge of #135695 - Noratrieb:elf-raw-dylib, r=bjorn3 | bors | -7/+266 |
| 2025-03-04 | mgca: Lower all const paths as `ConstArgKind::Path` | Noah Lev | -12/+180 |
| 2025-03-04 | Fix test hangs on AIX | Henry Jiang | -3/+10 |
| 2025-03-04 | Auto merge of #137959 - matthiaskrgr:rollup-62vjvwr, r=matthiaskrgr | bors | -121/+659 |
| 2025-03-04 | Allow struct field default values to reference struct's generics | Michael Goulet | -18/+107 |
| 2025-03-04 | Also note struct access, and fix macro expansion from foreign crates | Michael Goulet | -0/+33 |
| 2025-03-03 | Fix associated type errors too | Michael Goulet | -0/+45 |
| 2025-03-03 | Point out macro expansion ident in resolver errors too | Michael Goulet | -0/+18 |
| 2025-03-03 | Point of macro expansion from call expr if it involves macro var | Michael Goulet | -0/+39 |
| 2025-03-03 | Inline FnOnce once again | Michael Goulet | -103/+381 |
| 2025-03-03 | Don't typeck during WF, instead check outside of WF in check_crate | Michael Goulet | -52/+81 |
| 2025-03-03 | Check signature WF when lowering MIR body | Michael Goulet | -2/+41 |
| 2025-03-03 | Tweak error code for sized checks of const/static | Michael Goulet | -0/+11 |
| 2025-03-03 | Auto merge of #137927 - matthiaskrgr:rollup-yj463ns, r=matthiaskrgr | bors | -38/+2945 |
| 2025-03-03 | Add timestamp to unstable feature usage metrics | Jane Losare-Lusby | -3/+8 |
| 2025-03-03 | Rollup merge of #137955 - Noratrieb:rustdoc-json-long-lines, r=aDotInTheVoid,... | Matthias Krüger | -72/+0 |
| 2025-03-03 | Rollup merge of #137894 - compiler-errors:no-scalar-pair-opt, r=oli-obk | Matthias Krüger | -43/+8 |
| 2025-03-03 | Rollup merge of #137863 - compiler-errors:unsafe-binder-render, r=oli-obk | Matthias Krüger | -0/+43 |
| 2025-03-03 | Auto merge of #137914 - matthiaskrgr:rollup-phaxe6f, r=matthiaskrgr | bors | -109/+124 |
| 2025-03-03 | Remove i586-pc-windows-msvc | Noratrieb | -8/+1 |
| 2025-03-03 | Always allow rustdoc-json tests to contain long lines | Noratrieb | -72/+0 |
| 2025-03-03 | Provide more context on resolve error caused from incorrect RTN | Esteban Küber | -11/+70 |
| 2025-03-04 | [rustdoc] hide item that is not marked as doc(inline) and whose src is doc(hi... | xizheyin | -24/+40 |
| 2025-03-04 | tests: manually rebless `tests/ui-fulldeps/codegen-backend/hotplug.rs` | 许杰友 Jieyou Xu (Joe) | -3/+3 |
| 2025-03-04 | tests: rebless some tests as a side-effect of `TEST_BUILD_DIR` changes | 许杰友 Jieyou Xu (Joe) | -16/+16 |
| 2025-03-04 | tests: remove explicit long type filename hash normalization from some ui tests | 许杰友 Jieyou Xu (Joe) | -156/+109 |
| 2025-03-03 | Apply dllimport in ThinLTO | John Kåre Alsaker | -28/+0 |
| 2025-03-03 | Rollup merge of #137862 - mtoner23:print-help, r=nnethercote | Matthias Krüger | -3/+3 |
| 2025-03-03 | Rollup merge of #136938 - mustartt:fix-stack-protector-filecheck, r=Mark-Simu... | Matthias Krüger | -16/+16 |
| 2025-03-03 | Rollup merge of #134900 - dtolnay:unoprange, r=compiler-errors,davidtwco | Matthias Krüger | -1/+27 |
| 2025-03-03 | Rollup merge of #132388 - frank-king:feature/where-cfg, r=petrochenkov | Matthias Krüger | -18/+2899 |
| 2025-03-03 | Bless UI tests | Tamme Dittrich | -54/+54 |
| 2025-03-03 | Change variadic-ffi-2 to use a platform independant ABI | Tamme Dittrich | -17/+4 |
| 2025-03-03 | Bless UI tests | Tamme Dittrich | -1/+616 |
| 2025-03-03 | Do not recover missing lifetime with random in-scope lifetime | Michael Goulet | -174/+36 |
| 2025-03-03 | Rollup merge of #137826 - karolzwolak:looping_over_ne_bytes_133528, r=DianQK | Matthias Krüger | -0/+17 |
| 2025-03-03 | Rollup merge of #137801 - petrochenkov:tarmod, r=compiler-errors | Matthias Krüger | -104/+43 |
| 2025-03-03 | Rollup merge of #137794 - tshepang:make-qnx-pass, r=pietroalbini | Matthias Krüger | -4/+5 |
| 2025-03-03 | Rollup merge of #137684 - GuillaumeGomez:rustdoc-dep-info, r=notriddle | Matthias Krüger | -1/+31 |
| 2025-03-03 | Rollup merge of #137632 - RalfJung:rustdoc-target-features, r=workingjubilee | Matthias Krüger | -0/+28 |
| 2025-03-03 | Improve error message for AsyncFn trait failure for RPIT | Michael Goulet | -0/+31 |
| 2025-03-03 | Fix pretty printing of unsafe binders | Michael Goulet | -0/+43 |
| 2025-03-02 | Rollup merge of #137860 - taiki-e:powerpcspe-msync, r=workingjubilee | Matthias Krüger | -0/+1 |
| 2025-03-02 | Rollup merge of #137851 - folkertdev:simd-intrinsic-mask-signed, r=workingjub... | Matthias Krüger | -4/+99 |
| 2025-03-02 | Add a test | Michael Goulet | -0/+14 |
| 2025-03-02 | Revert "Auto merge of #135335 - oli-obk:push-zxwssomxxtnq, r=saethlin" | Michael Goulet | -52/+3 |
| 2025-03-02 | run-make: update test suite README | 许杰友 Jieyou Xu (Joe) | -29/+7 |
| 2025-03-02 | run-make: remove `tools.mk` | 许杰友 Jieyou Xu (Joe) | -209/+0 |