Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: add more info about what failed in tidy tests | Benjamin Coenen | 2020-04-17 | 1 | -3/+3 |
| | | | | Signed-off-by: Benjamin Coenen <[email protected]> | ||||
* | Change add_function assist to use todo!() | Timo Freiberg | 2020-04-13 | 1 | -0/+1 |
| | |||||
* | Change missing impl assist to use todo!() instead of unimplemented() | Chris Hopman | 2020-04-10 | 1 | -1/+10 |
| | | | | | | | | | | | | todo!() "Indicates unfinished code" (https://doc.rust-lang.org/std/macro.todo.html) Rust documentation provides further clarification: > The difference between unimplemented! and todo! is that while todo! > conveys an intent of implementing the functionality later and the > message is "not yet implemented", unimplemented! makes no such claims. todo!() seems more appropriate for assists that insert missing impls. | ||||
* | gen_assists_docs skip hidden files | Josh Mcguigan | 2020-03-21 | 1 | -19/+2 |
| | |||||
* | Check that no file contains trailing ws | Aleksey Kladov | 2020-03-17 | 1 | -16/+31 |
| | | | | rustfmt allows trailing spaces in string literals unfortunately. | ||||
* | Tidier tidy checks | Aleksey Kladov | 2020-03-17 | 1 | -1/+144 |
| | |||||
* | rename tools -> xtask | Aleksey Kladov | 2019-10-17 | 1 | -0/+2 |