| Age | Commit message (Expand) | Author | Lines |
| 2024-12-19 | Auto merge of #134486 - compiler-errors:drop-for-lint, r=nikomatsakis | bors | -0/+354 |
| 2024-12-19 | Rollup merge of #134497 - Zalathar:spans, r=jieyouxu | Matthias Krüger | -22/+22 |
| 2024-12-19 | Rollup merge of #133702 - RalfJung:single-variant, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -11/+16 |
| 2024-12-19 | coverage: Store coverage source regions as `Span` until codegen | Zalathar | -22/+22 |
| 2024-12-18 | Separate DropKind::ForLint | Michael Goulet | -100/+52 |
| 2024-12-18 | Add a failing test | Michael Goulet | -0/+402 |
| 2024-12-18 | mir-opt: Do not handle the cleanup BB in the EarlyOtherwiseBranch | DianQK | -86/+49 |
| 2024-12-18 | mir-opt: a sub-BB of a cleanup BB must also be a cleanup BB | DianQK | -0/+320 |
| 2024-12-18 | Reapply "Auto merge of #129047 - DianQK:early_otherwise_branch_scalar, r=cjgi... | DianQK | -0/+247 |
| 2024-12-18 | Variants::Single: do not use invalid VariantIdx for uninhabited enums | Ralf Jung | -11/+16 |
| 2024-12-16 | Stabilize #[coverage] attribute | ltdk | -8/+7 |
| 2024-12-14 | Use `PtrMetadata` instead of `Len` in slice drop shims | Scott McMurray | -18/+26 |
| 2024-12-14 | Add a mir-opt test for drop shims of arrays | Scott McMurray | -0/+57 |
| 2024-12-14 | Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=davidtwco,R... | bors | -1419/+1167 |
| 2024-12-13 | Auto merge of #133899 - scottmcm:strip-mir-debuginfo, r=oli-obk | bors | -100/+99 |
| 2024-12-13 | Stabilize async closures | Michael Goulet | -14/+13 |
| 2024-12-10 | We don't need `NonNull::as_ptr` debuginfo | Scott McMurray | -100/+99 |
| 2024-12-06 | Auto merge of #118159 - EliasHolzmann:formatting_options, r=m-ou-se | bors | -8/+8 |
| 2024-12-05 | Stabilize noop_waker | Eric Holk | -1/+1 |
| 2024-12-05 | Access members of `FormattingOptions` directly instead of via getters/setters | Elias Holzmann | -146/+148 |
| 2024-12-05 | Fixed funky_arms (broken mir-opt test due to refactoring fmt::FormattingOptions) | Elias Holzmann | -208/+144 |
| 2024-12-05 | Fixed mir-opt test broken because of `std::Formatter` changes | Elias Holzmann | -28/+90 |
| 2024-12-04 | Rollup merge of #133849 - Zalathar:replay, r=oli-obk | Matthias Krüger | -9/+5 |
| 2024-12-04 | coverage: Add an extra "transcribe" step after counter creation | Zalathar | -9/+5 |
| 2024-12-04 | Rollup merge of #133651 - scottmcm:nonnull-nonzero-no-field-projection, r=oli... | Matthias Krüger | -481/+525 |
| 2024-12-03 | Update `NonZero` and `NonNull` to not field-project (per MCP807) | Scott McMurray | -481/+525 |
| 2024-12-03 | Bounds-check with PtrMetadata instead of Len in MIR | Scott McMurray | -1419/+1167 |
| 2024-12-02 | Add test for `-Zdump-mir-dataflow`. | Nicholas Nethercote | -0/+12 |
| 2024-11-29 | Doc comment custom MIR debuginfo. | Camille GILLOT | -3/+38 |
| 2024-11-29 | Revert "Rollup merge of #133418 - Zalathar:spans, r=jieyouxu" | Zalathar | -22/+22 |
| 2024-11-27 | Rollup merge of #133418 - Zalathar:spans, r=jieyouxu | Matthias Krüger | -22/+22 |
| 2024-11-25 | comment out the old tests instead of adjusting them | Ralf Jung | -40/+39 |
| 2024-11-25 | Do not unify dereferences in GVN. | Camille GILLOT | -388/+348 |
| 2024-11-25 | Add test. | Camille GILLOT | -0/+154 |
| 2024-11-24 | coverage: Store coverage source regions as `Span` until codegen | Zalathar | -22/+22 |
| 2024-11-23 | remove remaining references to `Reveal` | lcnr | -5/+5 |
| 2024-11-17 | Likely unlikely fix | Jiri Bobek | -24/+22 |
| 2024-11-08 | coverage: Restrict empty-span expansion to only cover `{` and `}` | Zalathar | -3/+3 |
| 2024-11-08 | coverage: Remove unhelpful code for handling multiple files per function | Zalathar | -22/+27 |
| 2024-11-07 | Rollup merge of #131913 - jieyouxu:only_debug_assertions, r=onur-ozkan | Jubilee | -3/+4 |
| 2024-10-31 | tests: `ignore-debug` -> `ignore-std-debug-assertions` | 许杰友 Jieyou Xu (Joe) | -3/+4 |
| 2024-10-31 | Add a mir-opt GVN test for #128299 | 许杰友 Jieyou Xu (Joe) | -0/+104 |
| 2024-10-31 | Mark `simplify_aggregate_to_copy` mir-opt as unsound | 许杰友 Jieyou Xu (Joe) | -32/+54 |
| 2024-10-21 | Rollup merge of #130350 - RalfJung:strict-provenance, r=dtolnay | Matthias Krüger | -2/+0 |
| 2024-10-21 | move strict provenance lints to new feature gate, remove old feature gates | Ralf Jung | -2/+0 |
| 2024-10-19 | Emit error on `skip-filecheck` test containing filecheck directives | clubby789 | -3/+1 |
| 2024-10-17 | bless mir-opt tests | lcnr | -44/+44 |
| 2024-10-17 | Auto merge of #129582 - nbdd0121:unwind, r=nnethercote | bors | -2/+69 |
| 2024-10-16 | Rollup merge of #130822 - bjoernager:non-null-from-ref, r=dtolnay | Matthias Krüger | -62/+74 |
| 2024-10-11 | Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiser | bors | -191/+0 |