| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-11-30 | Update MIR opt tests with new name | Dylan MacKenzie | -40/+0 | |
| 2021-09-01 | Fix drop handling for `if let` expressions | Matthew Jasper | -6/+6 | |
| MIR lowering for `if let` expressions is now more complicated now that `if let` exists in HIR. This PR adds a scope for the variables bound in an `if let` expression and then uses an approach similar to how we handle loops to ensure that we reliably drop the correct variables. | ||||
| 2021-03-15 | bless tests | Erik Desjardins | -2/+2 | |
| 2021-01-07 | Reintroduce hir::ExprKind::If | Caio | -8/+8 | |
| 2020-12-03 | Combination of commits | Rich Kadel | -1/+1 | |
| Fixes multiple issue with counters, with simplification Includes a change to the implicit else span in ast_lowering, so coverage of the implicit else no longer spans the `then` block. Adds coverage for unused closures and async function bodies. Fixes: #78542 Adding unreachable regions for known MIR missing from coverage map Cleaned up PR commits, and removed link-dead-code requirement and tests Coverage no longer depends on Issue #76038 (`-C link-dead-code` is no longer needed or enforced, so MSVC can use the same tests as Linux and MacOS now) Restrict adding unreachable regions to covered files Improved the code that adds coverage for uncalled functions (with MIR but not-codegenned) to avoid generating coverage in files not already included in the files with covered functions. Resolved last known issue requiring --emit llvm-ir workaround Fixed bugs in how unreachable code spans were added. | ||||
| 2020-08-21 | Suppress "const" prefix of FnDef in MIR dump | Lzu Tao | -1/+1 | |
| 2020-08-20 | Suppress MIR comments of Unit type | Lzu Tao | -12/+0 | |
| 2020-08-20 | Suppress MIR comments for FnDef in ty::Const | Lzu Tao | -3/+0 | |
| 2020-08-17 | Update MIR tests with comment verbosity fix | Austin Lasher | -12/+0 | |
| 2020-07-29 | Move mir-opt tests to toplevel | Xavier Denis | -0/+67 | |
