| Age | Commit message (Expand) | Author | Lines |
| 2024-11-27 | Rollup merge of #133521 - compiler-errors:structurally-resolve-cat-proj, r=lcnr | Matthias Krüger | -0/+20 |
| 2024-11-27 | Rollup merge of #133518 - compiler-errors:structurally-resolve-never, r=lcnr | Matthias Krüger | -45/+119 |
| 2024-11-27 | Rollup merge of #133418 - Zalathar:spans, r=jieyouxu | Matthias Krüger | -22/+22 |
| 2024-11-27 | Rollup merge of #132410 - bjorn3:yet_another_driver_refactor_round, r=cjgillot | Matthias Krüger | -47/+60 |
| 2024-11-27 | Auto merge of #133474 - RalfJung:gvn-miscompile, r=compiler-errors | bors | -481/+611 |
| 2024-11-27 | Auto merge of #133369 - Zalathar:profiler-builtins-no-core, r=jieyouxu | bors | -0/+34 |
| 2024-11-27 | Auto merge of #133527 - matthiaskrgr:rollup-kyre1df, r=matthiaskrgr | bors | -134/+101 |
| 2024-11-27 | Rollup merge of #133493 - lcnr:fulfill-fudge, r=compiler-errors | Matthias Krüger | -134/+101 |
| 2024-11-27 | Auto merge of #133274 - ehuss:macro_rules-edition-from-pm, r=compiler-errors | bors | -0/+108 |
| 2024-11-27 | Bless tests due to extra error reporting due to normalizing types that are no... | Michael Goulet | -45/+99 |
| 2024-11-27 | Structurally resolve before matching on type of projection | Michael Goulet | -0/+20 |
| 2024-11-27 | Structurally resolve before checking never | Michael Goulet | -0/+20 |
| 2024-11-26 | Rollup merge of #133513 - ChrisDenton:windows-msvc, r=jieyouxu | Michael Goulet | -1/+1 |
| 2024-11-26 | Rollup merge of #133471 - lcnr:uwu-gamer, r=BoxyUwU | Michael Goulet | -0/+64 |
| 2024-11-26 | Rollup merge of #133458 - GuillaumeGomez:fix-prelude-tys-links, r=notriddle | Michael Goulet | -0/+23 |
| 2024-11-26 | Rollup merge of #133402 - compiler-errors:drop-and-destruct, r=lcnr | Michael Goulet | -674/+111 |
| 2024-11-26 | Rollup merge of #133304 - lqd:issue-132920, r=estebank | Michael Goulet | -20/+88 |
| 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 | -570/+89 |
| 2024-11-26 | Only ignore windows-gnu in avr-jmp-offset | Chris Denton | -1/+1 |
| 2024-11-26 | Rollup merge of #133394 - compiler-errors:dyn-more-errors, r=lcnr | Michael Goulet | -450/+46 |
| 2024-11-26 | Rollup merge of #133367 - compiler-errors:array-len-mismatch, r=BoxyUwU | Michael Goulet | -41/+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 #133481 - jieyouxu:avr-jmp-linker, r=saethlin | Guillaume Gomez | -0/+5 |
| 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 #133454 - zmodem:initializes_fix, r=nikic | Guillaume Gomez | -1/+1 |
| 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 | -15/+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-26 | tests: disable `avr-rjmp-offset` on Windows for now | Jieyou Xu | -0/+5 |
| 2024-11-25 | comment out the old tests instead of adjusting them | Ralf Jung | -143/+159 |
| 2024-11-25 | tests: Add regression test for recursive enum with Cow and Clone | Martin Nordholts | -0/+11 |
| 2024-11-25 | Do not unify dereferences in GVN. | Camille GILLOT | -388/+348 |
| 2024-11-25 | Add test. | Camille GILLOT | -0/+154 |
| 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 | Add regression test for prelude types | Guillaume Gomez | -0/+23 |
| 2024-11-25 | Update test expectations to accept LLVM 'initializes' attribute | Hans Wennborg | -1/+1 |
| 2024-11-25 | Refactor `where` predicates, and reserve for attributes support | Frank King | -23/+23 |
| 2024-11-25 | Rollup merge of #132432 - davidlattimore:std-interposable, r=Mark-Simulacrum | Matthias Krüger | -0/+63 |
| 2024-11-25 | Rollup merge of #131664 - taiki-e:s390x-asm-vreg-inout, r=Amanieu | Matthias Krüger | -111/+1222 |