| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-04-03 | Remove MIR unsafe check | Matthew Jasper | -2/+0 | |
| This also remove safety information from MIR. | ||||
| 2023-12-30 | Update to bitflags 2 in the compiler | Nilstrieb | -1/+1 | |
| This involves lots of breaking changes. There are two big changes that force changes. The first is that the bitflag types now don't automatically implement normal derive traits, so we need to derive them manually. Additionally, bitflags now have a hidden inner type by default, which breaks our custom derives. The bitflags docs recommend using the impl form in these cases, which I did. | ||||
| 2023-06-15 | Remove comments from mir-opt MIR dumps | Ben Kimock | -34/+22 | |
| 2023-04-06 | Bless tests | Gary Guo | -5/+5 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+60 | |
