| Age | Commit message (Expand) | Author | Lines |
| 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 | -20/+2927 |
| 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 | -108/+48 |
| 2025-03-03 | Provide more context on resolve error caused from incorrect RTN | Esteban Küber | -11/+70 |
| 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 | Rollup merge of #137862 - mtoner23:print-help, r=nnethercote | Matthias Krüger | -1/+1 |
| 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 #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 | 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-01 | Check dyn flavor before registering upcast goal on wide pointer cast in MIR t... | Michael Goulet | -0/+19 |
| 2025-03-01 | ensure we always print all --print options in help | Michael Toner | -1/+1 |
| 2025-03-02 | rustc_target: Add msync target feature and enable it on powerpcspe targets | Taiki Endo | -0/+1 |
| 2025-03-01 | Rollup merge of #137824 - estebank:rtn-sugg, r=compiler-errors | Matthias Krüger | -12/+66 |
| 2025-03-01 | Implment `#[cfg]` and `#[cfg_attr]` in `where` clauses | Frank King | -18/+2899 |
| 2025-03-01 | improve error message and testing of using an unsigned simd mask | Folkert de Vries | -4/+99 |
| 2025-03-01 | Rollup merge of #137617 - BoxyUwU:generic_const_parameter_types, r=lcnr | Matthias Krüger | -53/+271 |
| 2025-03-01 | Rollup merge of #136503 - estebank:const-panic, r=RalfJung | Matthias Krüger | -702/+445 |
| 2025-03-01 | Rollup merge of #137771 - estebank:abi-sugg, r=compiler-errors | Matthias Krüger | -20/+28 |
| 2025-03-01 | Rollup merge of #137742 - mu001999-contrib:fix-137708, r=compiler-errors | Matthias Krüger | -0/+48 |
| 2025-03-01 | Rollup merge of #137686 - nbdd0121:asm_const, r=compiler-errors | Matthias Krüger | -5/+29 |
| 2025-03-01 | Rollup merge of #137171 - makai410:swapping-e0277, r=compiler-errors | Matthias Krüger | -0/+35 |
| 2025-03-01 | Rollup merge of #137045 - BoxyUwU:defer_repeat_expr_checks, r=compiler-errors | Matthias Krüger | -4/+201 |
| 2025-03-01 | Set target_vendor = "openwrt" | Mads Marquart | -4/+4 |
| 2025-03-01 | Auto merge of #137796 - jieyouxu:rollup-qt9yr1g, r=jieyouxu | bors | -1387/+950 |
| 2025-02-28 | Auto merge of #137517 - nnethercote:rm-NtPat-NtItem-NtStmt, r=petrochenkov | bors | -34/+27 |
| 2025-02-28 | Tweak invalid RTN errors | Esteban Küber | -12/+66 |
| 2025-02-28 | Introduce `feature(generic_const_parameter_types)` | Boxy | -53/+271 |
| 2025-02-28 | Do not require that unsafe fields lack drop glue | Jack Wrenn | -16/+3 |
| 2025-02-28 | Shorten span of panic failures in const context | Esteban Küber | -702/+445 |
| 2025-02-28 | adjust Layout debug printing to match the internal field names | Ralf Jung | -161/+161 |
| 2025-02-28 | tests: Unignore target modifier tests on all platforms | Vadim Petrochenkov | -104/+43 |
| 2025-02-28 | Rollup merge of #137770 - compiler-errors:unsafe-binder-sized-crit, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -0/+29 |
| 2025-02-28 | Rollup merge of #137673 - ChrisDenton:search-path-bug, r=dtolnay | 许杰友 Jieyou Xu (Joe) | -0/+72 |
| 2025-02-28 | Rollup merge of #137599 - davidtwco:use-minicore-more, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -571/+511 |
| 2025-02-28 | Rollup merge of #137551 - folkertdev:import-simd-intrinsics, r=RalfJung | 许杰友 Jieyou Xu (Joe) | -815/+337 |
| 2025-02-28 | Rollup merge of #137540 - yotamofek:pr/more-deprecated-test-directives, r=not... | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2025-02-28 | qnx: avoid test failure | Tshepang Mbambo | -0/+1 |
| 2025-02-28 | sort list | Tshepang Mbambo | -4/+4 |
| 2025-02-28 | Rollup merge of #136824 - lcnr:yeet, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -248/+312 |