| Age | Commit message (Expand) | Author | Lines |
| 2023-08-25 | Auto merge of #115138 - cjgillot:dse-move-packed, r=compiler-errors | bors | -0/+6 |
| 2023-08-24 | Only check packed ADT. | Camille GILLOT | -4/+6 |
| 2023-08-24 | when terminating during unwinding, show the reason why | Ralf Jung | -25/+33 |
| 2023-08-23 | Do not convert copies of packed projections to moves. | Camille GILLOT | -0/+4 |
| 2023-08-22 | Auto merge of #115005 - compiler-errors:passes, r=cjgillot | bors | -1/+5 |
| 2023-08-20 | Auto merge of #114993 - RalfJung:panic-nounwind, r=fee1-dead | bors | -32/+43 |
| 2023-08-20 | interpret: have assert_* intrinsics call the panic machinery instead of a dir... | Ralf Jung | -0/+11 |
| 2023-08-20 | give some unwind-related terminators a more clear name | Ralf Jung | -32/+32 |
| 2023-08-20 | Auto merge of #114791 - Zalathar:bcb-counter, r=cjgillot | bors | -87/+146 |
| 2023-08-20 | Auto merge of #113124 - nbdd0121:eh_frame, r=cjgillot | bors | -4/+46 |
| 2023-08-20 | coverage: Don't store `function_source_hash` in `BcbCounter::Counter` | Zalathar | -12/+9 |
| 2023-08-20 | coverage: Give the instrumentor its own counter type, separate from MIR | Zalathar | -70/+129 |
| 2023-08-20 | coverage: Move a debug print into `make_code_region` | Zalathar | -8/+11 |
| 2023-08-20 | coverage: Remove a useless `let () =` | Zalathar | -1/+1 |
| 2023-08-19 | Don't do intra-pass validation on MIR shims | Michael Goulet | -1/+5 |
| 2023-08-19 | use static arrays instead of vectors | Matthias Krüger | -2/+2 |
| 2023-08-18 | Change generator_drop's instance to that of generator for dump_mir | Gary Guo | -1/+8 |
| 2023-08-18 | Perform MIR validation on drop glue of generator | Gary Guo | -1/+10 |
| 2023-08-18 | Run `AbortUnwindingCalls` after generator transform | Gary Guo | -0/+16 |
| 2023-08-18 | Do not create new resume block if there isn't one already | Gary Guo | -3/+13 |
| 2023-08-18 | Auto merge of #114948 - compiler-errors:normalize-before-freeze, r=lcnr | bors | -1/+6 |
| 2023-08-17 | Normalize before checking if local is freeze in deduced_param_attrs | Michael Goulet | -1/+6 |
| 2023-08-17 | Revert "Implement references VarDebugInfo." | Camille GILLOT | -8/+0 |
| 2023-08-16 | Do not pre-compute reachable blocks. | Camille GILLOT | -20/+0 |
| 2023-08-16 | Update doc comment. | Camille GILLOT | -1/+1 |
| 2023-08-16 | Make dataflow const-prop handle_switch_int monotonic. | Camille GILLOT | -8/+11 |
| 2023-08-16 | Make TerminatorEdge plural. | Camille GILLOT | -3/+3 |
| 2023-08-16 | Rename MaybeUnreachable. | Camille GILLOT | -2/+2 |
| 2023-08-16 | Use TerminatorEdge for dataflow-const-prop. | Camille GILLOT | -45/+18 |
| 2023-08-16 | Only run MaybeInitializedPlaces once for drop elaboration. | Camille GILLOT | -53/+28 |
| 2023-08-13 | Store BCB counters externally, not directly in the BCB graph | Zalathar | -158/+157 |
| 2023-08-13 | Accumulate intermediate expressions into `CoverageCounters` | Zalathar | -95/+63 |
| 2023-08-13 | Rename helper struct `BcbCounters` to `MakeBcbCounters` | Zalathar | -4/+3 |
| 2023-08-09 | Rollup merge of #111891 - rustbox:feat/riscv-isr-cconv, r=jackh726 | Matthias Krüger | -0/+2 |
| 2023-08-08 | feat: `riscv-interrupt-{m,s}` calling conventions | Seth Pellegrino | -0/+2 |
| 2023-08-08 | Added comment on reason for method being public | cedihegi | -0/+2 |
| 2023-08-08 | Allow reimplementation of drops_elaborated query | cedihegi | -2/+2 |
| 2023-08-07 | Auto merge of #113902 - Enselic:lint-recursive-drop, r=oli-obk | bors | -0/+4 |
| 2023-08-06 | Auto merge of #114502 - cjgillot:steal-ctfe, r=oli-obk | bors | -1/+8 |
| 2023-08-06 | Rollup merge of #114505 - ouz-a:cleanup_mir, r=RalfJung | Matthias Krüger | -2/+2 |
| 2023-08-06 | cleanup misinformation regarding has_deref | ouz-a | -2/+2 |
| 2023-08-05 | Steal MIR for CTFE when possible. | Camille GILLOT | -1/+8 |
| 2023-08-05 | Auto merge of #114459 - cjgillot:simplify-ctfe, r=oli-obk | bors | -29/+0 |
| 2023-08-05 | Do not run ConstProp on mir_for_ctfe. | Camille GILLOT | -29/+0 |
| 2023-08-04 | Rollup merge of #113534 - oli-obk:simd_shuffle_dehackify, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2023-08-03 | Explicitly don't inline user-written rust-call fns | Michael Goulet | -1/+8 |
| 2023-08-03 | Only unpack tupled args in inliner if we expect args to be unpacked | Michael Goulet | -6/+9 |
| 2023-08-03 | Forbid old-style `simd_shuffleN` intrinsics | Oli Scherer | -1/+1 |
| 2023-08-01 | Use upvar_tys in more places, make it a list | Michael Goulet | -2/+2 |
| 2023-08-01 | Make coverage counter IDs count up from 0, not 1 | Zalathar | -13/+10 |