Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Feat: inline generics in const and func trait completions | rdambrosio | 2021-06-18 | 1 | -4/+2 |
| | |||||
* | clippy::redudant_borrow | Maan2003 | 2021-06-13 | 1 | -1/+1 |
| | |||||
* | use more precise name | Aleksey Kladov | 2021-05-22 | 1 | -2/+2 |
| | |||||
* | internal: replace AstTransformer with mutable syntax trees | Aleksey Kladov | 2021-05-22 | 1 | -9/+13 |
| | |||||
* | internal: use more mutable APIs | Aleksey Kladov | 2021-05-14 | 1 | -18/+16 |
| | |||||
* | internal: rewrite assoc item manipulaion to use mutable trees | Aleksey Kladov | 2021-05-14 | 1 | -12/+14 |
| | |||||
* | internal: introduce `ast::make::ext` module with common shortcuts | Aleksey Kladov | 2021-05-09 | 1 | -2/+2 |
| | | | | | | | | | | There's a tension between keeping a well-architectured minimal orthogonal set of constructs, and providing convenience functions. Relieve this pressure by introducing an dedicated module for non-orthogonal shortcuts. This is inspired by the django.shortcuts module which serves a similar purpose architecturally. | ||||
* | Remove SyntaxRewriter::from_fn | Lukas Wirth | 2021-04-23 | 1 | -1/+2 |
| | |||||
* | Rename target_ty to self_ty | Lukas Wirth | 2021-03-29 | 1 | -2/+2 |
| | |||||
* | Merge #8213 | bors[bot] | 2021-03-27 | 1 | -2/+7 |
|\ | | | | | | | | | | | | | | | 8213: Added support for const generics in impl generation r=Veykril a=ivan770 Closes #8211 Co-authored-by: ivan770 <[email protected]> | ||||
| * | Added support for const generics in impl generation | ivan770 | 2021-03-27 | 1 | -2/+7 |
| | | |||||
* | | syntax: return owned string instead of leaking string | cynecx | 2021-03-26 | 1 | -2/+2 |
|/ | |||||
* | pull out suggest_name::* to utils; enchance heuristics | Vladyslav Katasonov | 2021-03-02 | 1 | -0/+2 |
| | |||||
* | move into_ and as_ generation to a separate file | Domantas Jadenkus | 2021-02-27 | 1 | -1/+23 |
| | |||||
* | Add tests for apply_demorgan | Lukas Wirth | 2021-02-24 | 1 | -16/+11 |
| | |||||
* | De Morgan's Law assist now correctly inverts <, <=, >, >=. | lbrande | 2021-02-24 | 1 | -5/+45 |
| | |||||
* | De Morgan's Law assist now correctly parenthesizes binary expressions. | lbrande | 2021-02-24 | 1 | -5/+2 |
| | |||||
* | 7526: Rename crate assists to ide_assists. | Chetan Khilosiya | 2021-02-22 | 1 | -0/+434 |