Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move verbose tests out of line | Aleksey Kladov | 2020-03-13 | 10 | -77/+91 |
* | Merge #3553 | bors[bot] | 2020-03-13 | 5 | -11/+107 |
|\ | |||||
| * | fix issue 3444 | Josh Mcguigan | 2020-03-13 | 5 | -11/+107 |
* | | Merge #3572 | bors[bot] | 2020-03-13 | 1 | -0/+34 |
|\ \ | |||||
| * | | Add test for completion of unresolved items | Aleksey Kladov | 2020-03-13 | 1 | -0/+34 |
* | | | Remove some TextUnit->usize escapees | CAD97 | 2020-03-13 | 7 | -27/+31 |
|/ / | |||||
* | | Fix completion tests | Aleksey Kladov | 2020-03-12 | 3 | -0/+12 |
* | | Simpler deserialization | Aleksey Kladov | 2020-03-12 | 5 | -27/+32 |
* | | Make naming more uniform | Aleksey Kladov | 2020-03-12 | 6 | -35/+35 |
* | | Merge #3543 | bors[bot] | 2020-03-12 | 7 | -33/+123 |
|\ \ | |||||
| * | | Switch from Vec<InlayKind> to object with props | Steffen Lyngbaek | 2020-03-12 | 7 | -56/+21 |
| * | | Deduplicate some Inlay definitions | Steffen Lyngbaek | 2020-03-11 | 3 | -36/+31 |
| * | | Address Issues from Github | Steffen Lyngbaek | 2020-03-10 | 8 | -43/+74 |
| * | | Parameter inlay hint separate from variable type inlay? #2876 | Steffen Lyngbaek | 2020-03-10 | 7 | -24/+123 |
* | | | Merge #3559 | bors[bot] | 2020-03-12 | 4 | -6/+79 |
|\ \ \ | |||||
| * | | | Update comment | Edwin Cheng | 2020-03-11 | 1 | -4/+4 |
| * | | | Add test on hover | Edwin Cheng | 2020-03-11 | 1 | -0/+19 |
| * | | | Implement dummy assert macro | Edwin Cheng | 2020-03-11 | 4 | -6/+60 |
* | | | | Merge #3564 | bors[bot] | 2020-03-12 | 11 | -458/+722 |
|\ \ \ \ | |||||
| * | | | | Handle diagnostics with multiple primary spans | Emil Lauridsen | 2020-03-12 | 11 | -527/+554 |
| * | | | | Correctly handle multi-line fixes from cargo/clippy | Emil Lauridsen | 2020-03-12 | 5 | -30/+267 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #3562 from FireofGods/display_for_node | Aleksey Kladov | 2020-03-12 | 2 | -1/+636 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | implementing Display for enums too. | Fireassember | 2020-03-11 | 1 | -0/+635 |
| * | | | added fmt::Display as a supertrait for AstNode and changed generation. | Fireassember | 2020-03-06 | 1 | -1/+1 |
* | | | | Fix parsing of stement-ish binary expressions | Aleksey Kladov | 2020-03-11 | 3 | -2/+49 |
| |/ / |/| | | |||||
* | | | Continue multiline non-doc comment blocks | Aleksey Kladov | 2020-03-11 | 1 | -3/+35 |
* | | | Split on enter tests | Aleksey Kladov | 2020-03-11 | 1 | -15/+28 |
* | | | Move on enter to a separate module | Aleksey Kladov | 2020-03-11 | 2 | -154/+177 |
* | | | Merge #3549 | bors[bot] | 2020-03-11 | 17 | -72/+313 |
|\ \ \ | |||||
| * | | | Add extern source | Edwin Cheng | 2020-03-11 | 8 | -11/+49 |
| * | | | Add and fix tests | Edwin Cheng | 2020-03-10 | 2 | -60/+141 |
| * | | | Setup Env in world | Edwin Cheng | 2020-03-10 | 3 | -8/+52 |
| * | | | Add resolve_extern_path in DB | Edwin Cheng | 2020-03-10 | 5 | -3/+48 |
| * | | | Add ExternSourceId and env functions | Edwin Cheng | 2020-03-10 | 1 | -0/+27 |
| * | | | Add additional_outdirs in config | Edwin Cheng | 2020-03-10 | 3 | -0/+6 |
* | | | | Merge #3555 | bors[bot] | 2020-03-11 | 16 | -40/+93 |
|\ \ \ \ | |||||
| * | | | | Introduce completion test utils | Aleksey Kladov | 2020-03-11 | 16 | -48/+49 |
| * | | | | Add a test for disabled argument snippets | Aleksey Kladov | 2020-03-11 | 3 | -5/+57 |
| | |_|/ | |/| | | |||||
* | | | | Merge #3542 | bors[bot] | 2020-03-11 | 2 | -26/+210 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | find_usages limited to actual usages again | Matt Niemeir | 2020-03-11 | 2 | -14/+84 |
| * | | | Renaming a local renames struct field shorthand | Matt Niemeir | 2020-03-10 | 2 | -14/+58 |
| * | | | Struct field rename renames field in constructor field shorthand | Matt Niemeir | 2020-03-10 | 2 | -26/+96 |
* | | | | Fix completion with a partially unknown type | Florian Diebold | 2020-03-10 | 2 | -3/+56 |
* | | | | Move FeatureFlags | Aleksey Kladov | 2020-03-10 | 8 | -42/+24 |
* | | | | Pull completion options up to the rust-analyzer | Aleksey Kladov | 2020-03-10 | 5 | -23/+31 |
* | | | | Introduce CompletionOptions | Aleksey Kladov | 2020-03-10 | 6 | -18/+48 |
| |/ / |/| | | |||||
* | | | Merge #3536 | bors[bot] | 2020-03-10 | 3 | -15/+61 |
|\ \ \ | |||||
| * | | | Check only one fixture | Edwin Cheng | 2020-03-10 | 1 | -1/+6 |
| * | | | Add fixture meta for single file fixture | Edwin Cheng | 2020-03-10 | 3 | -15/+56 |
* | | | | Merge pull request #3506 from slyngbaek/3183 | Aleksey Kladov | 2020-03-10 | 1 | -16/+128 |
|\ \ \ \ | |/ / / |/| | | |