| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-05-15 | Suppress "erroneous constant used" for constants tainted by errors | Tomasz Miąsko | -56/+0 | |
| When constant evaluation fails because its MIR is tainted by errors, suppress note indicating that erroneous constant was used, since those errors have to be fixed regardless of the constant being used or not. | ||||
| 2023-03-27 | Bless UI tests. | Mara Bos | -4/+4 | |
| 2023-03-16 | Don't allow new const panic through format flattening. | Mara Bos | -10/+19 | |
| panic!("a {}", "b") is still not allowed in const, even if the hir flattens to panic!("a b"). | ||||
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+95 | |
