| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-09-03 | Rename dump of coroutine by-move-body to be more consistent, adjust test | Michael Goulet | -23/+25 |
| 2024-09-01 | Rollup merge of #129493 - cjgillot:early-opaque-def, r=petrochenkov | Matthias Krüger | -4/+4 |
| 2024-08-31 | ignore/fix layout-sensitive tests | The 8472 | -0/+1 |
| 2024-08-31 | Create opaque definitions in resolver. | Camille GILLOT | -4/+4 |
| 2024-08-31 | Rollup merge of #129757 - saethlin:half-a-recursion, r=compiler-errors | Matthias Krüger | -0/+32 |
| 2024-08-30 | add borrows to NLL MIR dumps | Rémy Rakic | -0/+9 |
| 2024-08-29 | Add a test for trait solver overflow in MIR inliner cycle detection | Ben Kimock | -0/+32 |
| 2024-08-27 | Arbitrary self types v2: pointers feature gate. | Adrian Taylor | -1/+1 |
| 2024-08-23 | document & impl the transmutation modeled by `BikeshedIntrinsicFrom` | Jack Wrenn | -13/+13 |
| 2024-08-19 | Auto merge of #122551 - RayMuir:copy_fmt, r=saethlin | bors | -3923/+3923 |
| 2024-08-18 | Bless *all* the mir-opt tests | Scott McMurray | -3567/+3567 |
| 2024-08-18 | Update mir-opt filechecks | Scott McMurray | -356/+356 |
| 2024-08-18 | stabilize raw_ref_op | Ralf Jung | -24/+18 |
| 2024-08-13 | Use the right type when coercing fn items to pointers | Michael Goulet | -1/+1 |
| 2024-08-13 | Test showing previous behavior | Michael Goulet | -0/+30 |
| 2024-08-12 | Auto merge of #126793 - saethlin:mono-rawvec, r=scottmcm | bors | -64/+124 |
| 2024-08-10 | Auto merge of #128572 - compiler-errors:fix-elaborate-box-derefs-on-debug, r=... | bors | -0/+33 |
| 2024-08-10 | Update tests | Nadrieril | -82/+52 |
| 2024-08-09 | Polymorphize RawVec | Ben Kimock | -64/+124 |
| 2024-08-05 | custom MIR: add support for tail calls | Ralf Jung | -0/+23 |
| 2024-08-03 | Re-enable SimplifyToExp in match_branches. | DianQK | -2/+0 |
| 2024-08-03 | Simplify match based on the cast result of `IntToInt`. | DianQK | -470/+1856 |