| Age | Commit message (Expand) | Author | Lines |
| 2025-01-19 | Run `clippy --fix` for `unnecessary_map_or` lint | Yotam Ofek | -1/+1 |
| 2025-01-19 | Auto merge of #135709 - lqd:bring-back-len, r=compiler-errors | bors | -1/+111 |
| 2025-01-19 | Auto merge of #135715 - matthiaskrgr:rollup-9a18sxj, r=matthiaskrgr | bors | -7/+400 |
| 2025-01-18 | Revert "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=dav... | Rémy Rakic | -0/+21 |
| 2025-01-18 | Revert "Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasper" | Rémy Rakic | -1/+90 |
| 2025-01-18 | Consolidate ad-hoc MIR lints into real pass-manager-based MIR lints | Michael Goulet | -7/+400 |
| 2025-01-18 | coverage: Add a few more comments to counter creation | Zalathar | -0/+15 |
| 2025-01-18 | coverage: Remove `BcbCounter` and `BcbExpression` | Zalathar | -64/+16 |
| 2025-01-18 | coverage: Flatten top-level counter creation into plain functions | Zalathar | -95/+91 |
| 2025-01-18 | coverage: Move `phys_counter_for_node` into `CoverageCounters` | Zalathar | -19/+18 |
| 2025-01-18 | coverage: Remove the `Site` enum now that we only instrument nodes | Zalathar | -35/+16 |
| 2025-01-16 | coverage: Make `yank_to_spantree_root` iterative instead of recursive | Zalathar | -19/+36 |
| 2025-01-16 | coverage: Completely overhaul counter assignment, using node-flow graphs | Zalathar | -632/+723 |
| 2025-01-12 | Rollup merge of #135377 - compiler-errors:impossible-step, r=oli-obk | Matthias Krüger | -46/+59 |
| 2025-01-11 | Address PR feedback | Scott McMurray | -9/+11 |
| 2025-01-11 | [mir-opt] simplify `Repeat`s that don't actually repeat the operand | Scott McMurray | -11/+30 |
| 2025-01-11 | Make MIR cleanup for functions with impossible predicates into a real MIR pass | Michael Goulet | -46/+59 |
| 2025-01-11 | rename `BitSet` to `DenseBitSet` | Rémy Rakic | -125/+131 |
| 2025-01-11 | Auto merge of #135274 - saethlin:array-repeats, r=compiler-errors | bors | -0/+30 |
| 2025-01-10 | mir_build: check annotated functions w/out callers | David Wood | -45/+7 |
| 2025-01-10 | inline: move should inline check | David Wood | -5/+5 |
| 2025-01-10 | validator: move force inline check | David Wood | -23/+10 |
| 2025-01-10 | inline: remove unnecessary promoted check | David Wood | -4/+0 |
| 2025-01-10 | inline: re-introduce some callee body checks | David Wood | -2/+29 |
| 2025-01-10 | inline: force inlining shims | David Wood | -12/+18 |
| 2025-01-10 | mir_transform: implement forced inlining | David Wood | -634/+952 |
| 2025-01-10 | remove more redundant into() conversions | Matthias Krüger | -4/+3 |
| 2025-01-09 | Add an InstSimplify for repetitive array expressions | Ben Kimock | -0/+30 |
| 2025-01-08 | Make the aggregate-then-transmute handling more general | Scott McMurray | -13/+9 |
| 2025-01-08 | Refactor the cast-then-cast cases together, and support transmute-then-transmute | Scott McMurray | -89/+113 |
| 2025-01-08 | Use layout information to detect transparent transmutes | Scott McMurray | -9/+34 |
| 2025-01-08 | Apply suggestions from code review | scottmcm | -2/+2 |
| 2025-01-08 | [mir-opt] GVN some more transmute cases | Scott McMurray | -24/+55 |
| 2025-01-08 | Don't create cycles by normalizing opaques defined in the body we're checking | Michael Goulet | -1/+6 |
| 2025-01-06 | Transmute from NonNull to pointer when elaborating a box deref (MCP807) | Scott McMurray | -13/+14 |
| 2025-01-04 | Auto merge of #135031 - RalfJung:intrinsics-without-body, r=oli-obk | bors | -1/+2 |
| 2025-01-04 | rustc_intrinsic: support functions without body; they are implicitly marked a... | Ralf Jung | -1/+2 |
| 2025-01-03 | remove unused function params | Matthias Krüger | -19/+9 |
| 2024-12-27 | MatchBranchSimplification: Consider empty-unreachable otherwise branch | clubby789 | -9/+21 |
| 2024-12-24 | Auto merge of #134625 - compiler-errors:unsafe-binders-ty, r=oli-obk | bors | -2/+5 |
| 2024-12-23 | Always run tail_expr_drop_order lint on promoted MIR | Michael Goulet | -1/+2 |
| 2024-12-22 | Begin to implement type system layer of unsafe binders | Michael Goulet | -2/+5 |
| 2024-12-22 | Delete `Rvalue::Len` | Scott McMurray | -90/+1 |
| 2024-12-20 | coverage: Rename `basic_coverage_blocks` to just `graph` | Zalathar | -93/+61 |
| 2024-12-19 | Rollup merge of #134497 - Zalathar:spans, r=jieyouxu | Matthias Krüger | -150/+18 |
| 2024-12-19 | Rollup merge of #133702 - RalfJung:single-variant, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -25/+12 |
| 2024-12-19 | coverage: Store coverage source regions as `Span` until codegen | Zalathar | -150/+18 |
| 2024-12-18 | mir-opt: Do not handle the cleanup BB in the EarlyOtherwiseBranch | DianQK | -0/+4 |
| 2024-12-18 | mir: require `is_cleanup` when creating `BasicBlockData` | DianQK | -15/+19 |
| 2024-12-18 | mir-opt: a sub-BB of a cleanup BB must also be a cleanup BB | DianQK | -1/+2 |