| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-01 | moved tests | Kivooeo | -303/+0 | |
| 2025-06-05 | Use non-2015 edition paths in tests that do not test for their resolution | Lukas Wirth | -1/+1 | |
| 2025-05-09 | make t looks like lowercase | Kivooeo | -4/+4 | |
| 2025-02-06 | Remove some unnecessary parens in `assert!` conditions | Esteban Küber | -3/+3 | |
| While working on #122661, some of these started triggering our "unnecessary parens" lints due to a change in the `assert!` desugaring. A cursory search identified a few more. Some of these have been carried from before 1.0, were a bulk rename from the previous name of `assert!` left them in that state. I went and removed as many of these unnecessary parens as possible in order to have fewer annoyances in the future if we make the lint smarter. | ||||
| 2024-04-24 | Error on using `yield` without also using `#[coroutine]` on the closure | Oli Scherer | -0/+1 | |
| And suggest adding the `#[coroutine]` to the closure | ||||
| 2024-04-16 | Add another expression to weird-exprs.rs | Maik Allgöwer | -0/+15 | |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -1/+1 | |
| 2024-01-21 | Rename function in weird-exprs.rs for clarity | Jaro Fietz | -2/+2 | |
| 2023-12-16 | Add more weirdness to weird-exprs.rs | Jaro Fietz | -0/+27 | |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -1/+1 | |
| 2023-06-19 | Disable feature(unboxed_closures, fn_traits) in weird-exprs | David Tolnay | -5/+5 | |
| One shouldn't need a nightly compiler in order to ~~have fun~~ call a function many times. | ||||
| 2023-06-12 | Adjust UI tests for `unit_bindings` | 许杰友 Jieyou Xu (Joe) | -3/+3 | |
| - Either explicitly annotate `let x: () = expr;` where `x` has unit type, or remove the unit binding to leave only `expr;` instead. - Fix disjoint-capture-in-same-closure test | ||||
| 2023-05-15 | Add more interesting nonsense to weird-exprs.rs | Alona Enraght-Moony | -0/+30 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+230 | |
