| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -39/+0 | |
| 2022-12-25 | Remove Nop in simplify_locals. | Camille GILLOT | -1/+0 | |
| It's cheap and does not change anything. | ||||
| 2022-12-09 | Remove unneeded field from `SwitchTargets` | Jakob Degen | -2/+2 | |
| 2022-07-28 | bless mir opt tests | Nilstrieb | -17/+17 | |
| 2022-07-09 | tweak names and output and bless | Ralf Jung | -1/+1 | |
| 2021-08-25 | Fix debugger stepping behavior around `match` expressions | Wesley Wiser | -3/+3 | |
| Previously, we would set up the source lines for `match` expressions so that the code generated to perform the test of the scrutinee was matched to the line of the arm that required the test and then jump from the arm block to the "next" block was matched to all of the lines in the `match` expression. While that makes sense, it has the side effect of causing strange stepping behavior in debuggers. I've changed the source information so that all of the generated tests are sourced to `match {scrutinee}` and the jumps are sourced to the last line of the block they are inside. This resolves the weird stepping behavior in all debuggers and resolves some instances of "ambiguous symbol" errors in WinDbg preventing the user from setting breakpoints at `match` expressions. | ||||
| 2021-03-15 | bless tests | Erik Desjardins | -1/+1 | |
| 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 | -6/+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 | -18/+0 | |
| 2020-07-29 | Move mir-opt tests to toplevel | Xavier Denis | -0/+67 | |
