| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-03-16 | Don't allow new const panic through format flattening. | Mara Bos | -1/+2 | |
| 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/+13 | |
