| Age | Commit message (Expand) | Author | Lines |
| 2024-09-17 | Rollup merge of #129477 - Xiretza:fix-fluent-diagnostics, r=compiler-errors | Matthias Krüger | -1/+32 |
| 2024-09-17 | fluent_macro: fix diagnostics for fluent parse failures | Xiretza | -5/+5 |
| 2024-09-17 | Add test for fluent diagnostics | Xiretza | -1/+32 |
| 2024-09-17 | Auto merge of #129073 - compiler-errors:receiver-variance, r=lcnr | bors | -50/+117 |
| 2024-09-17 | Auto merge of #130455 - compiler-errors:inline-ordering, r=saethlin | bors | -62/+4 |
| 2024-09-17 | Auto merge of #130456 - matthiaskrgr:rollup-h2qvk1f, r=matthiaskrgr | bors | -30/+28 |
| 2024-09-17 | Rollup merge of #130427 - jieyouxu:rmake-symlink, r=Kobzol | Matthias Krüger | -30/+28 |
| 2024-09-16 | Remove semi-nondeterminism of DefPathHash ordering from inliner | Michael Goulet | -62/+4 |
| 2024-09-17 | Auto merge of #129970 - lukas-code:LayoutCalculator, r=compiler-errors | bors | -47/+149 |
| 2024-09-17 | get rid of an old hack | Lukas Markeffsky | -13/+45 |
| 2024-09-16 | Auto merge of #130444 - matthiaskrgr:rollup-onlrjva, r=matthiaskrgr | bors | -27/+96 |
| 2024-09-16 | Rollup merge of #130437 - jder:issue-130372, r=compiler-errors | Matthias Krüger | -27/+31 |
| 2024-09-16 | Rollup merge of #130282 - compiler-errors:over-overflow, r=BoxyUwU | Matthias Krüger | -0/+37 |
| 2024-09-16 | Rollup merge of #130033 - compiler-errors:foreign-fn-types, r=BoxyUwU | Matthias Krüger | -0/+28 |
| 2024-09-16 | Avoid crashing on variadic functions when producing arg-mismatch errors | Jesse Rusak | -27/+31 |
| 2024-09-16 | Auto merge of #130439 - matthiaskrgr:rollup-1lkzo74, r=matthiaskrgr | bors | -10/+84 |
| 2024-09-16 | Rollup merge of #130436 - fortanix:raoul/fix_reduce_add_unordered_test, r=Ral... | Matthias Krüger | -0/+1 |
| 2024-09-16 | Rollup merge of #130412 - compiler-errors:rpitit-overcapture, r=jieyouxu | Matthias Krüger | -9/+58 |
| 2024-09-16 | Don't ICE when generating Fn shim for async closure with borrowck error | Michael Goulet | -1/+25 |
| 2024-09-16 | Don't ICE when RPITIT captures more method args than trait definition | Michael Goulet | -9/+58 |
| 2024-09-16 | Introduce distinct error codes for precise capturing | Michael Goulet | -5/+31 |
| 2024-09-16 | Do precise capturing arg validation in resolve | Michael Goulet | -18/+22 |
| 2024-09-16 | Relate receiver invariantly in method probe for Mode::Path | Michael Goulet | -50/+117 |
| 2024-09-16 | Ignore reduce-fadd-unordered on SGX platform | Raoul Strackx | -0/+1 |
| 2024-09-16 | layout computation: eagerly error for unexpected unsized fields | Lukas Markeffsky | -38/+108 |
| 2024-09-16 | tests/run-make: update for symlink helper changes | 许杰友 Jieyou Xu (Joe) | -30/+28 |
| 2024-09-16 | Auto merge of #129716 - compiler-errors:closure-debuginfo, r=cjgillot | bors | -0/+19 |
| 2024-09-15 | Rollup merge of #130325 - workingjubilee:plus-minus-zero-redux, r=RalfJung,ji... | Jubilee | -0/+29 |
| 2024-09-16 | Auto merge of #130220 - RalfJung:float-classify, r=workingjubilee | bors | -27/+75 |
| 2024-09-15 | Use -0.0 in `intrinsics::simd::reduce_add_unordered` | Jubilee Young | -0/+29 |
| 2024-09-15 | Rollup merge of #130409 - matthiaskrgr:ccccrashes, r=compiler-errors | Matthias Krüger | -0/+93 |
| 2024-09-15 | const: don't ICE when encountering a mutable ref to immutable memory | Ralf Jung | -29/+35 |
| 2024-09-15 | tests: more ice tests | Matthias Krüger | -0/+93 |
| 2024-09-15 | Rollup merge of #130342 - RalfJung:slice-idx-overflow, r=saethlin | Matthias Krüger | -0/+22 |
| 2024-09-15 | Rollup merge of #130293 - gurry:130142-lint-level-issue, r=cjgillot | Matthias Krüger | -3/+58 |
| 2024-09-15 | Rollup merge of #130371 - saethlin:transmutability-enum-ice, r=compiler-errors | Matthias Krüger | -22/+9 |
| 2024-09-15 | Rollup merge of #129195 - RalfJung:const-mut-refs, r=fee1-dead | Matthias Krüger | -1261/+309 |
| 2024-09-15 | also stabilize const_refs_to_cell | Ralf Jung | -232/+104 |
| 2024-09-15 | const_refs_to_cell: dont let mutable references sneak past the interior mutab... | Ralf Jung | -9/+46 |
| 2024-09-15 | stabilize const_mut_refs | Ralf Jung | -1100/+239 |
| 2024-09-15 | Rollup merge of #130061 - theemathas:box_vec_non_null, r=MarkSimulacrum,worki... | Stuart Cook | -4/+4 |
| 2024-09-14 | Auto merge of #129753 - folkertdev:stabilize-const-extern-fn, r=RalfJung | bors | -89/+67 |
| 2024-09-14 | Correctly account for niche-optimized tags | Ben Kimock | -23/+1 |
| 2024-09-14 | Add a test | Ben Kimock | -0/+9 |
| 2024-09-14 | Auto merge of #128543 - RalfJung:const-interior-mut, r=fee1-dead | bors | -472/+93 |
| 2024-09-14 | Consider synthetic closure bodies to be typeck children | Michael Goulet | -0/+19 |
| 2024-09-14 | Auto merge of #130357 - fmease:rollup-j3ej4q0, r=fmease | bors | -413/+298 |
| 2024-09-14 | Rollup merge of #130349 - ShE3py:break_up_float, r=fmease | León Orell Valerian Liehr | -24/+24 |
| 2024-09-14 | Rollup merge of #130268 - RalfJung:simd-shuffle-idx-vector, r=compiler-errors | León Orell Valerian Liehr | -112/+132 |
| 2024-09-14 | Rollup merge of #130017 - Zalathar:executor, r=Mark-Simulacrum | León Orell Valerian Liehr | -277/+142 |