Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ \ \ | |/ / |/| | | |||||
| * | | Switch to explicit offsets for impl_def | Steffen Lyngbaek | 2020-03-09 | 1 | -26/+11 |
| * | | Clean up completion matching. | Steffen Lyngbaek | 2020-03-09 | 1 | -24/+53 |
| * | | Don't allow nested completions | Steffen Lyngbaek | 2020-03-08 | 1 | -13/+18 |
| * | | Next steps in assoc item completion #3183 | Steffen Lyngbaek | 2020-03-07 | 1 | -6/+99 |
* | | | :arrow_up: fst | Aleksey Kladov | 2020-03-10 | 2 | -3/+3 |
| |/ |/| | |||||
* | | Merge #3533 | bors[bot] | 2020-03-09 | 4 | -4/+4 |
|\ \ | |||||
| * | | Updates insta to 0.15.0 and bumps console to 0.10.0 | kjeremy | 2020-03-09 | 4 | -4/+4 |
* | | | Fix SelectionRange return type | kjeremy | 2020-03-09 | 3 | -5/+7 |
|/ / | |||||
* | | Print crate name in profil | Aleksey Kladov | 2020-03-09 | 1 | -1/+2 |
* | | Merge #3527 | bors[bot] | 2020-03-09 | 9 | -56/+37 |
|\ \ | |||||
| * | | Simplify | Aleksey Kladov | 2020-03-09 | 2 | -8/+2 |
| * | | Simplify | Aleksey Kladov | 2020-03-09 | 1 | -18/+8 |
| * | | Minimize API | Aleksey Kladov | 2020-03-09 | 2 | -7/+3 |
| * | | Use `Index` for CrateGraph | Aleksey Kladov | 2020-03-09 | 9 | -23/+24 |
* | | | Merge #3526 | bors[bot] | 2020-03-09 | 2 | -3/+12 |
|\ \ \ | |/ / |/| | | |||||
| * | | Silence "file out of workspace" errors | Aleksey Kladov | 2020-03-09 | 2 | -3/+12 |
* | | | Merge #3519 | bors[bot] | 2020-03-09 | 18 | -121/+270 |
|\ \ \ | |/ / |/| | | |||||
| * | | Less abstract CrateData api | Kirill Bulatov | 2020-03-09 | 9 | -51/+48 |
| * | | Consider crate declaration names | Kirill Bulatov | 2020-03-08 | 11 | -86/+135 |
| * | | Show mod path in hover tooltip | Kirill Bulatov | 2020-03-07 | 4 | -29/+132 |
* | | | Merge #3513 | bors[bot] | 2020-03-09 | 13 | -42/+527 |
|\ \ \ | |||||
| * | | | Move hypothetical expansion to hir_expand | Florian Diebold | 2020-03-08 | 4 | -39/+43 |
| * | | | Remove TODOs | Florian Diebold | 2020-03-07 | 1 | -5/+6 |
| * | | | Fix CompletionContext module field (by removing it) | Florian Diebold | 2020-03-07 | 3 | -8/+6 |