| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -230/+0 | |
| 2022-11-06 | Add more nonsense to weird-exprs.rs. | Mara Bos | -0/+11 | |
| 2022-05-21 | Add back thinking emoji | oberien | -6/+9 | |
| 2022-05-21 | Add a function returning itself to weird-exprs | Jaro Fietz | -0/+14 | |
| 2022-05-21 | Add unicode identifier to weird-exprs | Jaro Fietz | -0/+9 | |
| Use unicode identifiers and a unicode emoji in weird-exprs.rs | ||||
| 2022-05-21 | Make the most special expression even more special | Jaro Fietz | -1/+1 | |
| Add or-pattern syntax in argument position | ||||
| 2022-04-29 | Add a bathroom stall to weird expressions test | Thom Chiovoloni | -0/+7 | |
| 2021-12-14 | Stabilize `destructuring_assignment` | Jacob Pratt | -1/+0 | |
| 2020-11-12 | Rename empty_tuple_assignment to monkey_barrel | Slanterns | -2/+2 | |
| 2020-11-11 | test: add `()=()=()=...` to weird-exprs.rs | Slanterns | -0/+7 | |
| 2020-07-28 | Make closures and generators a must use types | Tomasz Miąsko | -1/+1 | |
| Warn about unused expressions with closure or generator type. This follows existing precedence of must use annotations present on `FnOnce`, `FnMut`, `Fn` traits, which already indirectly apply to closures in some cases, e.g.,: ```rust fn f() -> impl FnOnce() { || {} } fn main() { // an existing warning: unused implementer of `std::ops::FnOnce` that must be used: f(); // a new warning: unused closure that must be used: || {}; } ``` | ||||
| 2020-03-31 | update tests | Bastian Kauschke | -1/+1 | |
| 2019-07-27 | tests: Move run-pass tests without naming conflicts to ui | Vadim Petrochenkov | -0/+180 | |
