| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-10-07 | Disable slice_iter mir-opt test in debug builds | Ben Kimock | -0/+1 |
| 2024-10-07 | Bless mir-opt tests | Ben Kimock | -98/+38 |
| 2024-10-07 | Add precondition checks to ptr::offset, ptr::add, ptr::sub | Ben Kimock | -38/+98 |
| 2024-10-07 | Rollup merge of #128399 - mammothbane:master, r=Amanieu,tgross35 | Stuart Cook | -96/+86 |
| 2024-10-06 | liballoc: introduce String, Vec const-slicing | Nathan Perry | -96/+86 |
| 2024-10-05 | Be far more strict about what we consider to be a read of never | Michael Goulet | -5/+8 |
| 2024-10-05 | Document things a bit more carefully, also account for coercion in check_expr... | Michael Goulet | -1/+0 |
| 2024-10-05 | Fix up tests | Michael Goulet | -0/+76 |
| 2024-10-05 | Evaluating place expr that is never read from does not diverge | Michael Goulet | -5/+2 |
| 2024-10-04 | Rollup merge of #130518 - scottmcm:stabilize-controlflow-extra, r=dtolnay | Jubilee | -2/+0 |
| 2024-10-03 | Disable jump threading UnOp::Not for non-bool | Michael Goulet | -2/+47 |
| 2024-10-03 | Failing diff test | Michael Goulet | -0/+58 |
| 2024-10-01 | Remove crashes and fix tests | Michael Goulet | -191/+0 |
| 2024-09-27 | Add and adapt tests | Gary Guo | -2/+69 |
| 2024-09-27 | Add 'from_ref' and 'from_mut' constructors to 'core::ptr::NonNull'; | Gabriel Bjørnager Jensen | -62/+74 |
| 2024-09-25 | Remove `feature(control_flow_enum)` in tests | Scott McMurray | -2/+0 |
| 2024-09-24 | be even more precise about "cast" vs "coercion" | Lukas Markeffsky | -122/+122 |
| 2024-09-24 | use more accurate spans for user type ascriptions | Lukas Markeffsky | -6/+6 |
| 2024-09-24 | Revert "Auto merge of #129047 - DianQK:early_otherwise_branch_scalar, r=cjgil... | 许杰友 Jieyou Xu (Joe) | -247/+0 |
| 2024-09-23 | Auto merge of #129047 - DianQK:early_otherwise_branch_scalar, r=cjgillot | bors | -0/+247 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -1/+1 |
| 2024-09-18 | Apply `EarlyOtherwiseBranch` to scalar value | DianQK | -0/+247 |
| 2024-09-16 | Remove semi-nondeterminism of DefPathHash ordering from inliner | Michael Goulet | -62/+4 |
| 2024-09-14 | Simplify the canonical clone method to copy | DianQK | -49/+1501 |
| 2024-09-05 | Rollup merge of #129706 - compiler-errors:scratch, r=estebank | Matthias Krüger | -54/+25 |
| 2024-09-05 | Rollup merge of #129664 - adetaylor:arbitrary-self-types-pointers-feature-gat... | Matthias Krüger | -1/+1 |
| 2024-09-05 | Rollup merge of #101339 - the8472:ci-randomize-debug, r=Mark-Simulacrum | Matthias Krüger | -0/+1 |
| 2024-09-04 | Re-parent the by-move body | Michael Goulet | -48/+17 |