| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-08-30 | Fix DNF construction, add proptest | Jonas Schievink | -0/+31 | |
| 2021-08-09 | internal: remove useless helpers | Aleksey Kladov | -5/+5 | |
| We generally avoid "syntax only" helper wrappers, which don't do much: they make code easier to write, but harder to read. They also make investigations harder, as "find_usages" needs to be invoked both for the wrapped and unwrapped APIs | ||||
| 2021-04-04 | Make `ast_to_token_tree` infallible | Jonas Schievink | -4/+4 | |
| It could never return `None`, so reflect that in the return type | ||||
| 2020-10-23 | cfg: move tests to separate file | Jonas Schievink | -0/+193 | |
| that way we don't have to re-check the entire project when a test is changed | ||||
