| Age | Commit message (Expand) | Author | Lines |
| 2024-11-01 | Mark `simplify_aggregate_to_copy` mir-opt as unsound | 许杰友 Jieyou Xu (Joe) | -1/+3 |
| 2024-10-08 | coverage. Warn about too many test vectors | zhuyunxing | -1/+15 |
| 2024-10-08 | coverage. Adapt to mcdc mapping formats introduced by llvm 19 | zhuyunxing | -115/+274 |
| 2024-10-07 | Rollup merge of #131325 - Zalathar:tweak-counters, r=jieyouxu | Stuart Cook | -25/+28 |
| 2024-10-07 | Auto merge of #131068 - RalfJung:immediate-offset-sanity-check, r=nnethercote | bors | -7/+23 |
| 2024-10-06 | coverage: Store `bcb_needs_counter` in a field as a bitset | Zalathar | -8/+14 |
| 2024-10-06 | coverage: Have MakeBcbCounters own its CoverageCounters | Zalathar | -13/+14 |
| 2024-10-06 | coverage: Make `BcbCounter` module-private | Zalathar | -10/+6 |
| 2024-10-06 | Auto merge of #130540 - veera-sivarajan:fix-87525, r=estebank | bors | -0/+86 |
| 2024-10-05 | fix GVN trying to transmute pointers to integers | Ralf Jung | -7/+23 |
| 2024-10-05 | Add a Lint for Pointer to Integer Transmutes in Consts | Veera | -0/+86 |
| 2024-10-05 | Compute array length from type for unconditional panic. | Camille GILLOT | -7/+9 |
| 2024-10-04 | Rollup merge of #131202 - Urgau:wide-ptrs-compiler, r=jieyouxu | Guillaume Gomez | -3/+3 |
| 2024-10-04 | Use wide pointers consistenly across the compiler | Urgau | -3/+3 |
| 2024-10-04 | Auto merge of #131201 - compiler-errors:unop-not, r=cjgillot | bors | -0/+8 |
| 2024-10-03 | Disable jump threading UnOp::Not for non-bool | Michael Goulet | -0/+8 |
| 2024-10-03 | Avoid ICE in coverage builds with bad `#[coverage(..)]` attributes | Zalathar | -1/+2 |
| 2024-10-01 | make InterpResult a dedicated type to avoid accidentally discarding the error | Ralf Jung | -152/+127 |
| 2024-09-30 | panic when an interpreter error gets unintentionally discarded | Ralf Jung | -111/+153 |
| 2024-09-29 | Rollup merge of #130990 - RalfJung:mir-const-normalize, r=compiler-errors | Matthias Krüger | -3/+1 |
| 2024-09-29 | cleanup: don't clone types that are Copy | Matthias Krüger | -8/+7 |
| 2024-09-28 | try to get rid of mir::Const::normalize | Ralf Jung | -3/+1 |
| 2024-09-25 | Add a debug assertion in codegen that unsize casts of the same principal trai... | Michael Goulet | -15/+0 |
| 2024-09-25 | Validate unsize coercion in MIR validation | Michael Goulet | -3/+47 |
| 2024-09-25 | Auto merge of #130803 - cuviper:file-buffered, r=joshtriplett | bors | -1/+2 |
| 2024-09-24 | Dogfood `feature(file_buffered)` | Josh Stone | -1/+2 |
| 2024-09-24 | be even more precise about "cast" vs "coercion" | Lukas Markeffsky | -21/+23 |
| 2024-09-24 | unify dyn* coercions with other pointer coercions | Lukas Markeffsky | -6/+6 |
| 2024-09-24 | Revert "Auto merge of #129047 - DianQK:early_otherwise_branch_scalar, r=cjgil... | 许杰友 Jieyou Xu (Joe) | -175/+85 |
| 2024-09-23 | Auto merge of #129047 - DianQK:early_otherwise_branch_scalar, r=cjgillot | bors | -85/+175 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -234/+175 |
| 2024-09-18 | Apply `EarlyOtherwiseBranch` to scalar value | DianQK | -85/+175 |
| 2024-09-17 | Rollup merge of #130201 - compiler-errors:foreign-synthetic-body, r=lcnr | Matthias Krüger | -17/+21 |
| 2024-09-17 | Auto merge of #130455 - compiler-errors:inline-ordering, r=saethlin | bors | -10/+0 |
| 2024-09-16 | Fix a couple more DefKind discrepancies between DefKind::Closure and DefKind:... | Michael Goulet | -1/+1 |
| 2024-09-17 | Rollup merge of #130380 - Zalathar:counters, r=jieyouxu | Matthias Krüger | -151/+170 |
| 2024-09-16 | Remove semi-nondeterminism of DefPathHash ordering from inliner | Michael Goulet | -10/+0 |
| 2024-09-16 | Record synthetic MIR bodies in mir_keys | Michael Goulet | -16/+20 |
| 2024-09-16 | Don't ICE when generating Fn shim for async closure with borrowck error | Michael Goulet | -5/+12 |
| 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 #130357 - fmease:rollup-j3ej4q0, r=fmease | bors | -20/+20 |
| 2024-09-14 | Rollup merge of #130294 - nnethercote:more-lifetimes, r=lcnr | León Orell Valerian Liehr | -20/+20 |
| 2024-09-14 | Auto merge of #128299 - DianQK:clone-copy, r=cjgillot | bors | -1/+97 |
| 2024-09-14 | Simplify the canonical clone method to copy | DianQK | -1/+97 |