| Age | Commit message (Expand) | Author | Lines |
| 2025-01-04 | Rollup merge of #135084 - maurer:nuw, r=nikic | Matthias Krüger | -2/+2 |
| 2025-01-04 | Rollup merge of #135069 - matthiaskrgr:param_rec_usage, r=jieyouxu | Matthias Krüger | -25/+14 |
| 2025-01-04 | Rollup merge of #135066 - jieyouxu:check-run-make-support, r=clubby789 | Matthias Krüger | -0/+6 |
| 2025-01-04 | Rollup merge of #135064 - RalfJung:const-in-pat-partial-eq-not-const, r=compi... | Matthias Krüger | -0/+58 |
| 2025-01-04 | Rollup merge of #135055 - compiler-errors:rpitit-infer-in-stricter-impl, r=es... | Matthias Krüger | -54/+90 |
| 2025-01-04 | Rollup merge of #135001 - Kobzol:bootstrap-mcp-510, r=onur-ozkan | Matthias Krüger | -2/+14 |
| 2025-01-04 | Rollup merge of #133964 - joboet:select_unpredictable, r=tgross35 | Matthias Krüger | -3/+86 |
| 2025-01-04 | Auto merge of #135057 - compiler-errors:project-unconstrained, r=oli-obk | bors | -304/+269 |
| 2025-01-04 | Auto merge of #135089 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2025-01-03 | Update cargo | Weihang Lo | -0/+0 |
| 2025-01-03 | Auto merge of #135086 - matthiaskrgr:rollup-3sfnc1w, r=matthiaskrgr | bors | -509/+780 |
| 2025-01-03 | Rollup merge of #135058 - onur-ozkan:path-resolution, r=jieyouxu | Matthias Krüger | -27/+76 |
| 2025-01-03 | Rollup merge of #135044 - compiler-errors:better-infer-suggestions-in-const, ... | Matthias Krüger | -316/+388 |
| 2025-01-03 | Rollup merge of #135043 - notriddle:notriddle/allowed-through-unstable-module... | Matthias Krüger | -3/+44 |
| 2025-01-03 | Rollup merge of #135036 - jieyouxu:rmake-be-quiet, r=compiler-errors | Matthias Krüger | -107/+235 |
| 2025-01-03 | Rollup merge of #135007 - compiler-errors:outlives-tweaks, r=oli-obk | Matthias Krüger | -51/+32 |
| 2025-01-03 | Rollup merge of #134965 - Noratrieb:slightly-late-for-boxing-day-sadly-but-st... | Matthias Krüger | -1/+2 |
| 2025-01-03 | Rollup merge of #133420 - thesummer:rtems-unwind, r=workingjubilee | Matthias Krüger | -4/+3 |
| 2025-01-03 | Update carrying_mul_add test to tolerate `nuw` | Matthew Maurer | -2/+2 |
| 2025-01-03 | add codegen test for `bool::select_unpredictable` | joboet | -0/+35 |
| 2025-01-03 | Auto merge of #135034 - Noratrieb:strip-correctly, r=jieyouxu | bors | -18/+57 |
| 2025-01-03 | const-in-pattern: test that the PartialEq impl does not need to be const | Ralf Jung | -0/+58 |
| 2025-01-03 | Auto merge of #135063 - pietroalbini:pa-bump-version, r=pietroalbini | bors | -1/+1 |
| 2025-01-03 | remove unused function params | Matthias Krüger | -25/+14 |
| 2025-01-03 | run-make-support: tidy up assertion failure dumping | 许杰友 Jieyou Xu (Joe) | -33/+58 |
| 2025-01-03 | run-make-support: add basic sanity tests for assertion helpers | 许杰友 Jieyou Xu (Joe) | -0/+103 |
| 2025-01-03 | run-make-support: convert `assertion_helpers` to module | 许杰友 Jieyou Xu (Joe) | -0/+0 |
| 2025-01-03 | bootstrap: support `./x check run-make-support` | 许杰友 Jieyou Xu (Joe) | -0/+6 |
| 2025-01-03 | bump version | Pietro Albini | -1/+1 |
| 2025-01-03 | Auto merge of #135059 - matthiaskrgr:rollup-0ka9o3h, r=matthiaskrgr | bors | -106/+200 |
| 2025-01-03 | add coverage for multiple paths | onur-ozkan | -0/+20 |
| 2025-01-03 | Rollup merge of #135049 - cramertj:rmunused, r=compiler-errors | Matthias Krüger | -25/+7 |
| 2025-01-03 | Rollup merge of #135042 - lukas-code:taint-dyn-incompat, r=compiler-errors | Matthias Krüger | -14/+119 |
| 2025-01-03 | Rollup merge of #134241 - liigo:patch-16, r=dtolnay | Matthias Krüger | -1/+1 |
| 2025-01-03 | Rollup merge of #131729 - Urgau:check-cfg-test-userspace, r=petrochenkov | Matthias Krüger | -66/+73 |
| 2025-01-03 | avoid early return to handle all paths | onur-ozkan | -2/+3 |
| 2025-01-03 | Auto merge of #134692 - GrigorenkoPV:sync_poision, r=tgross35 | bors | -37/+141 |
| 2025-01-03 | Revert "bootstrap: temporarily flip `compile::Rustc` vs `compile::Assemble`" | onur-ozkan | -5/+1 |
| 2025-01-03 | revert step order from #134919 | onur-ozkan | -6/+2 |
| 2025-01-03 | adapt bootstrap tests to the new path resolution logic | onur-ozkan | -6/+21 |
| 2025-01-03 | refactor bootstrap path resolution | onur-ozkan | -8/+29 |
| 2025-01-03 | Also in the new solver | Michael Goulet | -23/+57 |
| 2025-01-03 | Do not project when there are unconstrained impl params | Michael Goulet | -283/+214 |
| 2025-01-03 | Auto merge of #135053 - workingjubilee:backtrace-without-ruzstd, r=workingjub... | bors | -0/+0 |
| 2025-01-03 | Report impl has stricter requirements even when RPITIT inference gets in the way | Michael Goulet | -54/+90 |
| 2025-01-02 | Bump backtrace to rust-lang/backtrace-rs@4d7906b | Jubilee Young | -0/+0 |
| 2025-01-02 | Fix macro shenanigans | Michael Goulet | -8/+13 |
| 2025-01-02 | Make suggestion verbose and tweak error message | Michael Goulet | -119/+178 |
| 2025-01-02 | Suppress type param suggestion if encountering invalid const infer | Michael Goulet | -33/+53 |
| 2025-01-02 | Unconditionally lower generic_arg_infer | Michael Goulet | -117/+89 |