| Age | Commit message (Expand) | Author | Lines |
| 2024-09-15 | coverage: Remove unnecessary `bcb_successors` | Zalathar | -7/+1 |
| 2024-09-15 | coverage: Replace `bcb_has_multiple_in_edges` with `sole_predecessor` | Zalathar | -35/+30 |
| 2024-09-15 | coverage: Simplify choosing an out-edge to be given a counter expression | Zalathar | -69/+48 |
| 2024-09-15 | coverage: Track whether a node's count is the sum of its out-edges | Zalathar | -13/+57 |
| 2024-09-15 | coverage: Streamline creation of physical edge counters | Zalathar | -6/+17 |
| 2024-09-15 | coverage: Streamline creation of physical node counters | Zalathar | -23/+19 |
| 2024-09-15 | coverage: Tweak comments in `graph` | Zalathar | -4/+4 |
| 2024-09-14 | Auto merge of #129753 - folkertdev:stabilize-const-extern-fn, r=RalfJung | bors | -24/+8 |
| 2024-09-14 | Auto merge of #128543 - RalfJung:const-interior-mut, r=fee1-dead | bors | -106/+132 |
| 2024-09-14 | Auto merge of #130357 - fmease:rollup-j3ej4q0, r=fmease | bors | -438/+329 |
| 2024-09-14 | Rollup merge of #130349 - ShE3py:break_up_float, r=fmease | León Orell Valerian Liehr | -34/+32 |
| 2024-09-14 | Rollup merge of #130343 - Fayti1703:patch-correct-async-block-lint-doc, r=com... | León Orell Valerian Liehr | -0/+1 |
| 2024-09-14 | Rollup merge of #130294 - nnethercote:more-lifetimes, r=lcnr | León Orell Valerian Liehr | -229/+222 |
| 2024-09-14 | Rollup merge of #130268 - RalfJung:simd-shuffle-idx-vector, r=compiler-errors | León Orell Valerian Liehr | -175/+74 |
| 2024-09-14 | stabilize `const_extern_fn` | Folkert de Vries | -24/+8 |
| 2024-09-14 | Auto merge of #128299 - DianQK:clone-copy, r=cjgillot | bors | -1/+97 |
| 2024-09-14 | simd_shuffle: require index argument to be a vector | Ralf Jung | -175/+74 |
| 2024-09-14 | Refactor `Parser::break_up_float` | Lieselotte | -27/+25 |
| 2024-09-14 | Fix `Parser::break_up_float`'s right span | Lieselotte | -1/+1 |
| 2024-09-14 | Rollup merge of #130334 - madsmtm:macos-sdkroot-ignore, r=jieyouxu | Stuart Cook | -1/+1 |
| 2024-09-14 | Rollup merge of #130311 - heiseish:issue-70849-fix, r=fmease | Stuart Cook | -1/+13 |
| 2024-09-14 | Add `ErrorGuaranteed` to `DestructuredFloat::Error` | Lieselotte | -7/+7 |
| 2024-09-14 | docs: Enable required feature for 'closure_returning_async_block' lint | Fayti1703 | -0/+1 |
| 2024-09-14 | Auto merge of #128991 - Nadrieril:rustfix-unreachable-pattern, r=compiler-errors | bors | -5/+33 |
| 2024-09-14 | Simplify the canonical clone method to copy | DianQK | -1/+97 |
| 2024-09-14 | Fix SDKROOT ignore on macOS | Mads Marquart | -1/+1 |
| 2024-09-14 | Rollup merge of #130317 - compiler-errors:no-ord, r=jackh726 | Stuart Cook | -3/+3 |
| 2024-09-14 | Rollup merge of #130199 - compiler-errors:by-move, r=cjgillot | Stuart Cook | -8/+4 |
| 2024-09-14 | (fix) conflicting negative impl marker and add tests | Giang Dao | -1/+13 |
| 2024-09-13 | Auto merge of #130312 - matthiaskrgr:rollup-ihwsc91, r=matthiaskrgr | bors | -406/+425 |
| 2024-09-13 | Add a machine-applicable suggestion to "unreachable pattern" | Nadrieril | -5/+33 |
| 2024-09-13 | ProjectionElem and UnOp/BinOp dont need to be PartialOrd/Ord | Michael Goulet | -3/+3 |
| 2024-09-13 | Rollup merge of #130301 - RalfJung:clashing_extern_declarations, r=compiler-e... | Matthias Krüger | -39/+35 |
| 2024-09-13 | Rollup merge of #130299 - vetleras:add_set_dcx, r=compiler-errors | Matthias Krüger | -0/+4 |
| 2024-09-13 | Rollup merge of #130297 - nnethercote:dataflow-cleanups, r=cjgillot | Matthias Krüger | -167/+161 |
| 2024-09-13 | Rollup merge of #130266 - heiher:loong-medium-cmodel, r=compiler-errors | Matthias Krüger | -4/+6 |
| 2024-09-13 | Rollup merge of #129320 - jder:issue-128848, r=compiler-errors | Matthias Krüger | -196/+219 |
| 2024-09-13 | Auto merge of #130215 - RalfJung:interpret-simd, r=compiler-errors | bors | -52/+40 |
| 2024-09-13 | When calling a method on Fn* traits explicitly, argument diagnostics should | Jesse Rusak | -196/+219 |
| 2024-09-13 | interpret: simplify SIMD type handling | Ralf Jung | -52/+40 |
| 2024-09-13 | some fixes for clashing_extern_declarations lint | Ralf Jung | -39/+35 |
| 2024-09-13 | Add set_dcx to ParseSess | Vetle Rasmussen | -0/+4 |
| 2024-09-13 | Auto merge of #130052 - khuey:clear-dilocation-after-const-emission, r=michae... | bors | -2/+14 |
| 2024-09-13 | Remove `sess` from `CheckLoopVisitor`. | Nicholas Nethercote | -17/+11 |
| 2024-09-13 | Rename `FlowState` as `Domain`. | Nicholas Nethercote | -163/+160 |
| 2024-09-13 | Rename and reorder lots of lifetimes. | Nicholas Nethercote | -168/+167 |
| 2024-09-13 | Rename some lifetimes. | Nicholas Nethercote | -9/+9 |
| 2024-09-13 | Remove unnecessary lifetime from `RunCompiler`. | Nicholas Nethercote | -4/+4 |
| 2024-09-13 | Remove unnecessary lifetimes from `rustc_expand`. | Nicholas Nethercote | -4/+4 |
| 2024-09-13 | Remove unnecessary lifetimes from `Arena`. | Nicholas Nethercote | -14/+14 |