| Age | Commit message (Expand) | Author | Lines |
| 2024-11-27 | Auto merge of #133527 - matthiaskrgr:rollup-kyre1df, r=matthiaskrgr | bors | -119/+101 |
| 2024-11-27 | Rollup merge of #133493 - lcnr:fulfill-fudge, r=compiler-errors | Matthias Krüger | -119/+101 |
| 2024-11-27 | Auto merge of #133274 - ehuss:macro_rules-edition-from-pm, r=compiler-errors | bors | -0/+108 |
| 2024-11-26 | Rollup merge of #133471 - lcnr:uwu-gamer, r=BoxyUwU | Michael Goulet | -0/+64 |
| 2024-11-26 | Rollup merge of #133402 - compiler-errors:drop-and-destruct, r=lcnr | Michael Goulet | -674/+111 |
| 2024-11-26 | Rollup merge of #115293 - cjgillot:no-fuel, r=wesleywiser,DianQK | Michael Goulet | -76/+0 |
| 2024-11-26 | Auto merge of #133505 - compiler-errors:rollup-xjp8hdi, r=compiler-errors | bors | -537/+85 |
| 2024-11-26 | Rollup merge of #133394 - compiler-errors:dyn-more-errors, r=lcnr | Michael Goulet | -438/+42 |
| 2024-11-26 | Rollup merge of #133367 - compiler-errors:array-len-mismatch, r=BoxyUwU | Michael Goulet | -20/+43 |
| 2024-11-26 | Rollup merge of #133326 - nnethercote:rm-DefinitelyInitializedPlaces, r=cjgillot | Michael Goulet | -79/+0 |
| 2024-11-26 | Rollup merge of #133495 - lcnr:env-shadowing-tests, r=compiler-errors | Guillaume Gomez | -0/+19 |
| 2024-11-26 | Rollup merge of #133473 - Enselic:cow, r=nnethercote | Guillaume Gomez | -0/+11 |
| 2024-11-26 | Rollup merge of #133470 - jieyouxu:ugly, r=compiler-errors | Guillaume Gomez | -662/+23 |
| 2024-11-26 | Rollup merge of #133467 - Enselic:recurse-tests, r=lcnr | Guillaume Gomez | -0/+74 |
| 2024-11-26 | Rollup merge of #133430 - compiler-errors:param-mismatch, r=WaffleLapkin | Guillaume Gomez | -14/+45 |
| 2024-11-26 | add test for alias-bound shadowing, rename folder | lcnr | -0/+19 |
| 2024-11-26 | update crashes | lcnr | -0/+89 |
| 2024-11-26 | Remove extra tests. | Camille GILLOT | -11/+0 |
| 2024-11-26 | Remove -Zfuel. | Camille GILLOT | -65/+0 |
| 2024-11-26 | do not constrain infer vars in `find_best_leaf_obligation` | lcnr | -119/+12 |
| 2024-11-26 | Auto merge of #132894 - frank-king:feature/where-refactor, r=cjgillot | bors | -23/+23 |
| 2024-11-25 | tests: Add regression test for recursive enum with Cow and Clone | Martin Nordholts | -0/+11 |
| 2024-11-25 | fix gce typing_mode mismatch | lcnr | -0/+64 |
| 2024-11-26 | tests: remove `//@ pretty-expanded` usages | 许杰友 Jieyou Xu (Joe) | -662/+23 |
| 2024-11-25 | tests: Add recursive associated type bound regression tests | Martin Nordholts | -0/+74 |
| 2024-11-25 | Constify Drop and Destruct | Michael Goulet | -674/+111 |
| 2024-11-25 | Refactor `where` predicates, and reserve for attributes support | Frank King | -23/+23 |
| 2024-11-25 | Rollup merge of #131664 - taiki-e:s390x-asm-vreg-inout, r=Amanieu | Matthias Krüger | -108/+1025 |
| 2024-11-25 | Rollup merge of #131523 - nbdd0121:asm, r=compiler-errors | Matthias Krüger | -10/+84 |
| 2024-11-25 | Tweak parameter mismatch explanation to not say unknown | Michael Goulet | -14/+45 |
| 2024-11-25 | Rollup merge of #133384 - RalfJung:vector-abi-check-tests, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -19/+92 |
| 2024-11-25 | Rollup merge of #133260 - compiler-errors:deref, r=fee1-dead | 许杰友 Jieyou Xu (Joe) | -21/+13 |
| 2024-11-24 | Make asm_goto_with_outputs a separate feature gate | Gary Guo | -1/+27 |
| 2024-11-24 | Support use of asm goto with outputs and `options(noreturn)` | Gary Guo | -2/+22 |
| 2024-11-24 | Fix asm goto with outputs | Gary Guo | -9/+37 |
| 2024-11-24 | Make s390x non-clobber-only vector register support unstable | Taiki Endo | -116/+673 |
| 2024-11-24 | Rollup merge of #133389 - eduardosm:stabilize-const_float_methods, r=RalfJung | Matthias Krüger | -1/+0 |
| 2024-11-24 | add vector ABI check test for calling extern fn | Ralf Jung | -11/+61 |
| 2024-11-24 | add a test for target-feature-ABI warnings in closures | Ralf Jung | -10/+33 |
| 2024-11-24 | Simplify array length mismatch error reporting | Michael Goulet | -20/+43 |
| 2024-11-24 | Constify Deref and DerefMut | Michael Goulet | -21/+13 |
| 2024-11-23 | Dont create trait object if it has errors in it | Michael Goulet | -248/+30 |
| 2024-11-23 | Auto merge of #131859 - chriskrycho:update-trpl, r=onur-ozkan | bors | -137/+137 |
| 2024-11-23 | Auto merge of #133379 - jieyouxu:rollup-00jxo71, r=jieyouxu | bors | -69/+894 |
| 2024-11-23 | Dont create object type when more than one principal is present | Michael Goulet | -190/+12 |
| 2024-11-23 | Auto merge of #133242 - lcnr:questionable-uwu, r=compiler-errors,BoxyUwU | bors | -7/+7 |
| 2024-11-23 | Stabilize `const_float_methods` | Eduardo Sánchez Muñoz | -1/+0 |
| 2024-11-23 | Update tests for new TRPL chapter order | Chris Krycho | -137/+137 |
| 2024-11-23 | remove remaining references to `Reveal` | lcnr | -7/+7 |
| 2024-11-23 | Rollup merge of #133374 - RalfJung:abi_unsupported_vector_types, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -0/+623 |