Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Don't show assist if all arms are present | Steffen Lyngbaek | 2020-03-19 | 1 | -33/+37 | |
* | 'Fill match arms' should work with existing match arms | Steffen Lyngbaek | 2020-03-19 | 1 | -25/+281 | |
* | Cleanup imports | Aleksey Kladov | 2020-03-19 | 6 | -13/+17 | |
* | Merge nested use trees | Aleksey Kladov | 2020-03-19 | 1 | -20/+52 | |
* | Generalize | Aleksey Kladov | 2020-03-19 | 2 | -13/+10 | |
* | Use match_ast | Aleksey Kladov | 2020-03-18 | 1 | -10/+13 | |
* | Merge imports assist | Aleksey Kladov | 2020-03-18 | 3 | -25/+162 | |
* | Simplify | Aleksey Kladov | 2020-03-13 | 1 | -2/+2 | |
* | Don't use generic DB where a concrete one will do | Aleksey Kladov | 2020-03-13 | 1 | -6/+2 | |
* | Rerail split_import API onto AST | Aleksey Kladov | 2020-03-06 | 1 | -19/+33 | |
* | Unfold groups with single assists into plain assists | Kirill Bulatov | 2020-03-05 | 1 | -6/+1 | |
* | Remove old find refs infra | Aleksey Kladov | 2020-03-04 | 1 | -11/+18 | |
* | Highlight assist tests | Aleksey Kladov | 2020-03-03 | 1 | -46/+46 | |
* | Fix applicability of inline local | Aleksey Kladov | 2020-03-03 | 1 | -4/+26 | |
* | Rename ast::ImplBlock -> ast::ImplDef | Aleksey Kladov | 2020-02-29 | 3 | -12/+12 | |
* | Fix typo | Aleksey Kladov | 2020-02-29 | 2 | -2/+2 | |
* | More orthogonal API for building paths | Aleksey Kladov | 2020-02-29 | 2 | -11/+18 | |
* | Simplify | Aleksey Kladov | 2020-02-28 | 2 | -16/+1 | |
* | Move insert_use util to utils | Aleksey Kladov | 2020-02-28 | 2 | -532/+20 | |
* | introduce const visibility assist | Douglas Campos | 2020-02-28 | 1 | -4/+9 | |
* | Refactor string literals | Aleksey Kladov | 2020-02-27 | 1 | -1/+2 | |
* | Refactor primary IDE API | Aleksey Kladov | 2020-02-26 | 6 | -74/+39 | |
* | Remove code duplication in tests | Aleksey Kladov | 2020-02-26 | 1 | -36/+24 | |
* | Add `remove_mut` assist | Aleksey Kladov | 2020-02-19 | 1 | -0/+32 | |
* | More manual clippy fixes | Kirill Bulatov | 2020-02-18 | 2 | -5/+5 | |
* | Run cargo +nightly fix --clippy -Z unstable-options | Kirill Bulatov | 2020-02-18 | 3 | -4/+4 | |
* | Merge #3108 | bors[bot] | 2020-02-17 | 1 | -33/+14 | |
|\ | ||||||
| * | Formatted changes. | Kevin DeLorey | 2020-02-11 | 1 | -2/+2 | |
| * | Fixed warning generated after refactoring. | Kevin DeLorey | 2020-02-11 | 1 | -1/+1 | |
| * | Updated the `add_missing_impl_members` to use the shared utility. | Kevin DeLorey | 2020-02-11 | 1 | -33/+14 | |
* | | Do not collect all traits | Kirill Bulatov | 2020-02-12 | 1 | -102/+53 | |
* | | Support associated consts | Kirill Bulatov | 2020-02-12 | 1 | -18/+133 | |
* | | Also consider associated constants | Kirill Bulatov | 2020-02-12 | 1 | -8/+8 | |
* | | Fix post-rebase issues | Kirill Bulatov | 2020-02-12 | 1 | -14/+13 | |
* | | Refactor the code | Kirill Bulatov | 2020-02-12 | 1 | -96/+93 | |
* | | Adjust the assist group name | Kirill Bulatov | 2020-02-12 | 1 | -9/+25 | |
* | | Add profiling | Kirill Bulatov | 2020-02-12 | 1 | -0/+3 | |
* | | Support trait method call autoimports | Kirill Bulatov | 2020-02-12 | 1 | -100/+206 | |
* | | Trait location draft | Kirill Bulatov | 2020-02-12 | 1 | -9/+120 | |
* | | Refactor path for imports extraction | Kirill Bulatov | 2020-02-12 | 1 | -20/+92 | |
* | | Add method tests | Kirill Bulatov | 2020-02-12 | 1 | -3/+116 | |
* | | Resolve methods and functions better | Kirill Bulatov | 2020-02-12 | 1 | -3/+20 | |
* | | Introduce AttrKind | Kirill Bulatov | 2020-02-12 | 1 | -2/+1 | |
* | | Do not add imports before inner attributes | Kirill Bulatov | 2020-02-12 | 1 | -1/+29 | |
* | | Add or- and parenthesized-patterns | Matthew Jasper | 2020-02-09 | 3 | -10/+10 | |
|/ | ||||||
* | Fix rebase leftovers | Kirill Bulatov | 2020-02-09 | 1 | -2/+2 | |
* | Do not import anything if first segment of FQN resolves | Kirill Bulatov | 2020-02-09 | 1 | -12/+36 | |
* | Set auto-import target | Aleksey Kladov | 2020-02-09 | 1 | -1/+17 | |
* | Slightly simpler API for groups | Aleksey Kladov | 2020-02-09 | 1 | -19/+14 | |
* | Merge #3050 | bors[bot] | 2020-02-09 | 1 | -4/+10 | |
|\ |