| Age | Commit message (Expand) | Author | Lines |
| 2024-09-16 | Auto merge of #130220 - RalfJung:float-classify, r=workingjubilee | bors | -27/+75 |
| 2024-09-15 | const: don't ICE when encountering a mutable ref to immutable memory | Ralf Jung | -29/+35 |
| 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 | -0/+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 | -1/+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/+82 |
| 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 | -111/+128 |
| 2024-09-14 | stabilize `const_extern_fn` | Folkert de Vries | -89/+67 |
| 2024-09-14 | simd_shuffle: require index argument to be a vector | Ralf Jung | -111/+128 |
| 2024-09-14 | Fix lint levels not getting overridden by attrs on `Stmt` nodes | Gurinder Singh | -3/+58 |
| 2024-09-14 | Fix `Parser::break_up_float`'s right span | Lieselotte | -24/+24 |
| 2024-09-14 | Rollup merge of #130311 - heiseish:issue-70849-fix, r=fmease | Stuart Cook | -0/+23 |
| 2024-09-14 | interpret: fix dealing with overflow during slice indexing | Ralf Jung | -0/+22 |
| 2024-09-14 | Auto merge of #128991 - Nadrieril:rustfix-unreachable-pattern, r=compiler-errors | bors | -93/+469 |
| 2024-09-14 | Rollup merge of #130199 - compiler-errors:by-move, r=cjgillot | Stuart Cook | -0/+20 |
| 2024-09-14 | (fix) conflicting negative impl marker and add tests | Giang Dao | -0/+23 |
| 2024-09-13 | Add a machine-applicable suggestion to "unreachable pattern" | Nadrieril | -93/+469 |
| 2024-09-13 | Rollup merge of #130301 - RalfJung:clashing_extern_declarations, r=compiler-e... | Matthias Krüger | -50/+137 |
| 2024-09-13 | Rollup merge of #129320 - jder:issue-128848, r=compiler-errors | Matthias Krüger | -0/+26 |
| 2024-09-13 | When calling a method on Fn* traits explicitly, argument diagnostics should | Jesse Rusak | -0/+26 |
| 2024-09-13 | some fixes for clashing_extern_declarations lint | Ralf Jung | -50/+137 |
| 2024-09-13 | Auto merge of #107251 - dingxiangfei2009:let-chain-rescope, r=jieyouxu | bors | -14/+783 |
| 2024-09-13 | Auto merge of #129137 - camelid:lazy-def-macro-const, r=BoxyUwU | bors | -163/+45 |
| 2024-09-13 | simplify the suggestion notes | Ding Xiang Fei | -263/+70 |
| 2024-09-12 | Re-enable `ConstArgKind::Path` lowering by default | Noah Lev | -163/+45 |
| 2024-09-12 | Rollup merge of #130276 - compiler-errors:nalgebra-hang, r=lcnr | Matthias Krüger | -0/+23 |
| 2024-09-12 | Rollup merge of #130273 - lcnr:overflow-no-constraints, r=compiler-errors | Matthias Krüger | -0/+2 |
| 2024-09-12 | Rollup merge of #130101 - RalfJung:const-cleanup, r=fee1-dead | Matthias Krüger | -3/+1 |
| 2024-09-12 | Add test for nalgebra hang in coherence | Michael Goulet | -0/+23 |
| 2024-09-12 | Auto merge of #130269 - Zalathar:rollup-coxzt2t, r=Zalathar | bors | -0/+32 |
| 2024-09-12 | more eagerly discard constraints on overflow | lcnr | -0/+2 |
| 2024-09-12 | Rollup merge of #130252 - compiler-errors:const-gen, r=chenyukang | Stuart Cook | -0/+32 |
| 2024-09-12 | Auto merge of #130249 - compiler-errors:sad-new-solver-coherence, r=lcnr | bors | -419/+530 |
| 2024-09-12 | move a test to a better location | Ralf Jung | -0/+0 |
| 2024-09-12 | simplify float::classify logic | Ralf Jung | -27/+75 |
| 2024-09-11 | Rollup merge of #129835 - RalfJung:float-tests, r=workingjubilee | Jubilee | -248/+251 |
| 2024-09-11 | Rollup merge of #129103 - Nadrieril:dont-warn-empty-unreachable, r=compiler-e... | Jubilee | -464/+91 |
| 2024-09-11 | Properly deny const gen/async gen fns | Michael Goulet | -0/+32 |
| 2024-09-11 | Revert 'Stabilize -Znext-solver=coherence' | Michael Goulet | -419/+530 |
| 2024-09-11 | Rollup merge of #130219 - ogoffart:missing-docs-test, r=Urgau | Matthias Krüger | -1/+6 |
| 2024-09-11 | Rollup merge of #130123 - FedericoBruzzone:master, r=compiler-errors | Matthias Krüger | -0/+53 |