Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert Into to From assist | Graeme Coupar | 2021-04-03 | 1 | -0/+4 |
| | | | | | | | | | | | | This adds a "Convert Into to From" assist, useful since clippy has recently started adding lints on every `Into`. It covers converting the signature, and converting any `self`/`Self` references within the body to the correct types. It does assume that every instance of `Into` can be converted to a `From`, which I _think_ is the case now. Let me know if there's something I'm not thinking of and I can try and make it smarter. | ||||
* | move Semantics::visit_file_defs to ide_db::helpers | Lukas Wirth | 2021-03-15 | 1 | -0/+28 |
| | |||||
* | Fix some tests | Kirill Bulatov | 2021-03-08 | 1 | -1/+9 |
| | |||||
* | Show docs on hover for keywords and primitives | Lukas Wirth | 2021-03-02 | 1 | -0/+4 |
| | |||||
* | De Morgan's Law assist now correctly inverts <, <=, >, >=. | lbrande | 2021-02-24 | 1 | -0/+4 |
| | |||||
* | Make `ModPath`'s representation private | Jonas Schievink | 2021-02-04 | 1 | -1/+1 |
| | |||||
* | Share import_assets and related entities | Kirill Bulatov | 2021-01-16 | 1 | -0/+1 |
| | |||||
* | Move FamousDefs fixture out into its own file | Lukas Wirth | 2021-01-12 | 1 | -88/+1 |
| | |||||
* | Align config's API with usage | Aleksey Kladov | 2021-01-06 | 1 | -2/+18 |
| | | | | The config now is mostly immutable, optimize for that. | ||||
* | Move the helpers into ide_db | Kirill Bulatov | 2020-11-28 | 1 | -0/+203 |