Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Merge #6558 | bors[bot] | 2020-11-16 | 1 | -0/+22 | |
|\ | ||||||
| * | format string highlighting: handle hex + debug type specifier | Roland Ruckerbauer | 2020-11-15 | 1 | -0/+22 | |
* | | Use shorthand record syntax when renaming struct initializer field | Lukas Wirth | 2020-11-14 | 2 | -9/+13 | |
|/ | ||||||
* | Fix attachment of inner doc comments | Aleksey Kladov | 2020-11-12 | 3 | -19/+33 | |
* | Simplify code | Aleksey Kladov | 2020-11-12 | 1 | -28/+23 | |
* | Update crates | kjeremy | 2020-11-11 | 1 | -1/+1 | |
* | Merge #6512 | bors[bot] | 2020-11-09 | 1 | -36/+89 | |
|\ | ||||||
| * | Don't replace parent node when inserting as first child in algo::diff | Lukas Wirth | 2020-11-09 | 1 | -36/+89 | |
* | | Fix debug for SyntaxRewriter | Aleksey Kladov | 2020-11-09 | 1 | -1/+4 | |
* | | Merge #6476 | bors[bot] | 2020-11-07 | 1 | -0/+4 | |
|\ \ | |/ |/| | ||||||
| * | Add missing AssocItems in add_custom_impl assist | Lukas Wirth | 2020-11-05 | 1 | -0/+4 | |
* | | Cleanup API | Aleksey Kladov | 2020-11-06 | 3 | -85/+68 | |
* | | Simplify | Aleksey Kladov | 2020-11-06 | 2 | -34/+22 | |
* | | Kill RAW_ literals | Aleksey Kladov | 2020-11-06 | 29 | -89/+85 | |
* | | Minor, cleanup style | Aleksey Kladov | 2020-11-06 | 1 | -50/+64 | |
* | | More orthogonal API | Aleksey Kladov | 2020-11-06 | 1 | -33/+30 | |
* | | Move int parsing to IntNumber token | Aleksey Kladov | 2020-11-06 | 3 | -76/+91 | |
* | | 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 | |
* | | Bump chalk and lexer | kjeremy | 2020-11-02 | 1 | -1/+1 | |
* | | Deny unreachable-pub | Aleksey Kladov | 2020-11-02 | 6 | -16/+15 | |
* | | Update Cargo.toml | Pavan Kumar Sunkara | 2020-10-31 | 1 | -1/+1 | |
* | | Merge #6333 | bors[bot] | 2020-10-26 | 2 | -0/+56 | |
|\ \ | |/ |/| | ||||||
| * | Don't interpret type path as part of visibility. | Arif Roktim | 2020-10-24 | 2 | -0/+56 | |
* | | 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 | |
| | |/ | |/| | ||||||
* | | | Bump rustc_lexer | Laurențiu Nicola | 2020-10-24 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | algo::diff tests | Lukas Wirth | 2020-10-22 | 2 | -4/+327 | |
* | | Rewrite algo::diff to support insertion and deletion | Lukas Wirth | 2020-10-22 | 2 | -23/+65 | |
|/ | ||||||
* | 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 | |
|/ | ||||||
* | Bump rustc_lexer | Laurențiu Nicola | 2020-10-13 | 1 | -1/+1 | |
* | when generating new function, focus on return type instead of body | Benjamin Coenen | 2020-10-08 | 1 | -1/+11 | |
* | Bump rustc_lexer, cfg-if to 1.0 and add new license to check | kjeremy | 2020-10-08 | 1 | -1/+1 | |
* | Cleanup | Aleksey Kladov | 2020-10-07 | 1 | -10/+13 | |
* | Merge #6160 | bors[bot] | 2020-10-07 | 5 | -1/+448 | |
|\ | ||||||
| * | Add validation check for ambiguous trait objects | Lukas Wirth | 2020-10-06 | 5 | -1/+448 | |
* | | Document privacy invariant of SyntaxPtr | Aleksey Kladov | 2020-10-06 | 1 | -0/+2 | |
|/ | ||||||
* | Merge #6104 | bors[bot] | 2020-10-02 | 1 | -1/+1 | |
|\ |