Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Better imports | Aleksey Kladov | 2020-11-06 | 1 | -11/+11 | |
* | | Generate token for ints and floats | Aleksey Kladov | 2020-11-06 | 1 | -0/+42 | |
|/ | ||||||
* | Merge #6456 | bors[bot] | 2020-11-04 | 1 | -2/+25 | |
|\ | ||||||
| * | Support struct variants in extract_struct_from_enum_variant | Lukas Wirth | 2020-11-03 | 1 | -2/+25 | |
* | | Merge #6454 | bors[bot] | 2020-11-03 | 2 | -1/+66 | |
|\ \ | |/ |/| | ||||||
| * | Fix overflow panic in convert_interger_literal assist | Aleksey Kladov | 2020-11-03 | 2 | -1/+66 | |
* | | Make insert_use return a SyntaxRewriter | Lukas Wirth | 2020-11-02 | 1 | -0/+37 | |
|/ | ||||||
* | Merge #6365 | bors[bot] | 2020-11-02 | 1 | -40/+120 | |
|\ | ||||||
| * | Do insertion lookahead in algo::diff | Lukas Wirth | 2020-10-26 | 1 | -40/+120 | |
* | | Deny unreachable-pub | Aleksey Kladov | 2020-11-02 | 6 | -16/+15 | |
|/ | ||||||
* | Merge #6347 | bors[bot] | 2020-10-26 | 1 | -24/+141 | |
|\ | ||||||
| * | Remove InsertPos::Before variant in Syntax Rewriter | Lukas Wirth | 2020-10-24 | 1 | -13/+20 | |
| * | Support insertion in SyntaxRewriter | Lukas Wirth | 2020-10-24 | 1 | -24/+134 | |
* | | Merge #6331 #6342 | bors[bot] | 2020-10-24 | 1 | -3/+11 | |
|\ \ | |/ |/| | ||||||
| * | correct hover for items with doc attribute with raw strings | Josh Mcguigan | 2020-10-24 | 1 | -3/+11 | |
* | | algo::diff tests | Lukas Wirth | 2020-10-22 | 1 | -2/+326 | |
* | | Rewrite algo::diff to support insertion and deletion | Lukas Wirth | 2020-10-22 | 1 | -23/+64 | |
|/ | ||||||
* | Merge #6172 | bors[bot] | 2020-10-20 | 1 | -0/+3 | |
|\ | ||||||
| * | Properly qualify trait methods in qualify_path assist | Lukas Wirth | 2020-10-15 | 1 | -0/+3 | |
* | | Extract call_info and completion into separate crates | Igor Aleksanov | 2020-10-18 | 2 | -0/+84 | |
|/ | ||||||
* | when generating new function, focus on return type instead of body | Benjamin Coenen | 2020-10-08 | 1 | -1/+11 | |
* | Cleanup | Aleksey Kladov | 2020-10-07 | 1 | -10/+13 | |
* | Merge #6160 | bors[bot] | 2020-10-07 | 1 | -1/+44 | |
|\ | ||||||
| * | Add validation check for ambiguous trait objects | Lukas Wirth | 2020-10-06 | 1 | -1/+44 | |
* | | Document privacy invariant of SyntaxPtr | Aleksey Kladov | 2020-10-06 | 1 | -0/+2 | |
|/ | ||||||
* | Merge #6104 | bors[bot] | 2020-10-02 | 1 | -1/+1 | |
|\ | ||||||
| * | Minor clippy performance suggestions | kjeremy | 2020-09-30 | 1 | -1/+1 | |
* | | Up rustc-ap-rustc_lexer to 681 | kjeremy | 2020-10-01 | 1 | -4/+4 | |
|/ | ||||||
* | Merge #6019 | bors[bot] | 2020-09-29 | 1 | -5/+28 | |
|\ | ||||||
| * | Remove make::path_from_text | Lukas Wirth | 2020-09-16 | 1 | -5/+28 | |
* | | Rename impl edit method to be more explicit | Matt Hooper | 2020-09-21 | 1 | -1/+1 | |
* | | Add make utility for empty associated item lists | Matt Hooper | 2020-09-21 | 1 | -0/+4 | |
* | | Add edit utility for adding an associated item list to a impl def | Matt Hooper | 2020-09-21 | 1 | -0/+16 | |
* | | Add make::glob_use_tree function to create star-only UseTree | Lukas Wirth | 2020-09-16 | 1 | -0/+4 | |
* | | Reimplement import merging by making it recursive properly nesting all levels | Lukas Wirth | 2020-09-12 | 1 | -0/+1 | |
|/ | ||||||
* | Merge #5940 | bors[bot] | 2020-09-04 | 2 | -1/+84 | |
|\ | ||||||
| * | Remove unnecessary comma | Aleksei Sidorov | 2020-09-04 | 1 | -1/+0 | |
| * | Fix tests | Aleksei Sidorov | 2020-09-04 | 1 | -1/+1 | |
| * | Fix nitpicks | Aleksei Sidorov | 2020-09-04 | 1 | -17/+2 | |
| * | Resolve most of corner cases | Aleksei Sidorov | 2020-09-03 | 1 | -4/+22 | |
| * | Initial implementation of the #5085 issue | Aleksei Sidorov | 2020-09-03 | 2 | -0/+81 | |
* | | Impl make::blank_line | Lukas Wirth | 2020-09-03 | 1 | -1/+11 | |
|/ | ||||||
* | Unify naming | Aleksey Kladov | 2020-09-03 | 1 | -4/+4 | |
* | Reduce path_from_text usage | Aleksey Kladov | 2020-08-31 | 1 | -0/+1 | |
* | Remove dead code | Aleksey Kladov | 2020-08-31 | 1 | -14/+0 | |
* | :arrow_up: crates | Aleksey Kladov | 2020-08-27 | 1 | -1/+1 | |
* | Cleanup invert-if | Aleksey Kladov | 2020-08-25 | 1 | -6/+3 | |
* | Support extern types | Jonas Schievink | 2020-08-24 | 1 | -1/+7 | |
* | Merge #5845 | bors[bot] | 2020-08-24 | 1 | -1/+1 | |
|\ | ||||||
| * | Omit lenses for not runnable doctests | Kirill Bulatov | 2020-08-22 | 1 | -1/+1 |