Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | fix issue 3444 | Josh Mcguigan | 2020-03-13 | 1 | -0/+39 | |
* | | | 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 | 1 | -6/+10 | |
|/ / / | ||||||
* | | | Fix completion tests | Aleksey Kladov | 2020-03-12 | 3 | -0/+12 | |
* | | | Make naming more uniform | Aleksey Kladov | 2020-03-12 | 3 | -30/+30 | |
* | | | Merge #3543 | bors[bot] | 2020-03-12 | 2 | -21/+98 | |
|\ \ \ | ||||||
| * | | | Switch from Vec<InlayKind> to object with props | Steffen Lyngbaek | 2020-03-12 | 1 | -11/+12 | |
| * | | | Address Issues from Github | Steffen Lyngbaek | 2020-03-10 | 2 | -29/+37 | |
| * | | | Parameter inlay hint separate from variable type inlay? #2876 | Steffen Lyngbaek | 2020-03-10 | 2 | -19/+87 | |
* | | | | Add test on hover | Edwin Cheng | 2020-03-11 | 1 | -0/+19 | |
* | | | | Implement dummy assert macro | Edwin Cheng | 2020-03-11 | 1 | -6/+2 | |
| |/ / |/| | | ||||||
* | | | 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 | 3 | -0/+4 | |
|\ \ \ | ||||||
| * | | | Add extern source | Edwin Cheng | 2020-03-11 | 3 | -0/+4 | |
* | | | | 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 | 1 | -21/+187 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | find_usages limited to actual usages again | Matt Niemeir | 2020-03-11 | 1 | -0/+70 | |
| * | | | Renaming a local renames struct field shorthand | Matt Niemeir | 2020-03-10 | 1 | -5/+43 | |
| * | | | Struct field rename renames field in constructor field shorthand | Matt Niemeir | 2020-03-10 | 1 | -21/+79 | |
| | |/ | |/| | ||||||
* | | | Fix completion with a partially unknown type | Florian Diebold | 2020-03-10 | 1 | -0/+31 | |
* | | | Move FeatureFlags | Aleksey Kladov | 2020-03-10 | 1 | -13/+3 | |
* | | | Pull completion options up to the rust-analyzer | Aleksey Kladov | 2020-03-10 | 2 | -15/+7 | |
* | | | Introduce CompletionOptions | Aleksey Kladov | 2020-03-10 | 6 | -18/+48 | |
| |/ |/| | ||||||
* | | 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 | |
* | | Use `Index` for CrateGraph | Aleksey Kladov | 2020-03-09 | 2 | -3/+3 | |
* | | Merge #3519 | bors[bot] | 2020-03-09 | 5 | -40/+111 | |
|\ \ | ||||||
| * | | Less abstract CrateData api | Kirill Bulatov | 2020-03-09 | 2 | -4/+4 | |
| * | | Consider crate declaration names | Kirill Bulatov | 2020-03-08 | 4 | -33/+29 | |
| * | | Show mod path in hover tooltip | Kirill Bulatov | 2020-03-07 | 2 | -29/+104 | |
| |/ | ||||||
* | | Merge #3513 | bors[bot] | 2020-03-09 | 9 | -36/+421 | |
|\ \ | ||||||
| * | | Move hypothetical expansion to hir_expand | Florian Diebold | 2020-03-08 | 1 | -1/+5 | |
| * | | Fix CompletionContext module field (by removing it) | Florian Diebold | 2020-03-07 | 3 | -8/+6 | |
| * | | Add some sanity checks | Florian Diebold | 2020-03-07 | 1 | -1/+10 | |
| * | | Fix record pattern completion | Florian Diebold | 2020-03-07 | 3 | -1/+30 | |
| * | | Fix record literal completion | Florian Diebold | 2020-03-07 | 2 | -3/+33 | |
| * | | Fix range for postfix snippets | Florian Diebold | 2020-03-07 | 1 | -2/+63 | |
| * | | Add more tests | Florian Diebold | 2020-03-07 | 2 | -0/+51 | |
| * | | Try to complete within macros | Florian Diebold | 2020-03-07 | 4 | -27/+230 | |
| |/ | ||||||
* | | Merge #3516 | bors[bot] | 2020-03-09 | 2 | -4/+139 | |
|\ \ | ||||||
| * | | Handle visibility for assoc item path completion as well | Florian Diebold | 2020-03-08 | 1 | -2/+65 | |
| * | | Handle visibility for path completion (not in all cases yet) | Florian Diebold | 2020-03-08 | 1 | -4/+40 |