Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Cargo fmt | Russell Mull | 2020-09-22 | 1 | -9/+2 | |
| * | Add ok postfix completion | Russell Mull | 2020-09-22 | 1 | -0/+12 | |
* | | Merge #6072 | bors[bot] | 2020-09-25 | 2 | -6/+6 | |
|\ \ | ||||||
| * | | Cleanup unintended unresolved reference in syntax higlighting test | Paul Daniel Faria | 2020-09-24 | 2 | -6/+6 | |
* | | | Merge #6056 | bors[bot] | 2020-09-24 | 1 | -0/+12 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Add dbgr postfix completion | Laurențiu Nicola | 2020-09-22 | 1 | -0/+12 | |
* | | | Merge #5846 | bors[bot] | 2020-09-24 | 2 | -3/+130 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Trim mut keyword in fn completion | adamrk | 2020-09-02 | 1 | -1/+22 | |
| * | | Remove exposing unification | adamrk | 2020-09-02 | 1 | -1/+1 | |
| * | | Collect locals in context | adamrk | 2020-09-02 | 2 | -12/+15 | |
| * | | Add back Param struct | adamrk | 2020-09-01 | 1 | -1/+1 | |
| * | | Add references to fn args during completion | adamrk | 2020-08-30 | 1 | -2/+105 | |
* | | | Update tests | Jonas Schievink | 2020-09-16 | 1 | -5/+57 | |
| |/ |/| | ||||||
* | | Avoid checking all ancestors and fix mis-completion | oxalica | 2020-09-15 | 1 | -33/+215 | |
* | | inline parameters for a function description #6002 | Benjamin Coenen | 2020-09-15 | 1 | -5/+6 | |
* | | inline parameters for a function description #6002 | Benjamin Coenen | 2020-09-15 | 2 | -1/+29 | |
* | | Merge #5976 | bors[bot] | 2020-09-14 | 1 | -56/+119 | |
|\ \ | ||||||
| * | | Complete trait impl immediately after type/const/fn | oxalica | 2020-09-11 | 1 | -56/+119 | |
* | | | Merge #5985 | bors[bot] | 2020-09-14 | 1 | -1/+3 | |
|\ \ \ | ||||||
| * | | | Make MergeBehaviour configurable | Lukas Wirth | 2020-09-12 | 1 | -1/+3 | |
| |/ / | ||||||
* | | | Merge #5971 | bors[bot] | 2020-09-13 | 2 | -0/+86 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Fix type walking about type of async block | oxalica | 2020-09-11 | 1 | -0/+64 | |
| * | | Implement async blocks | oxalica | 2020-09-10 | 1 | -0/+22 | |
* | | | Merge #5969 | bors[bot] | 2020-09-11 | 7 | -2/+339 | |
|\ \ \ | ||||||
| * | | | Adjust the test comment | Kirill Bulatov | 2020-09-11 | 1 | -9/+16 | |
| * | | | One more test | Kirill Bulatov | 2020-09-09 | 1 | -0/+15 | |
| * | | | Rename the method to avoid false promises | Kirill Bulatov | 2020-09-09 | 1 | -5/+5 | |
| * | | | Fix the tests | Kirill Bulatov | 2020-09-09 | 5 | -7/+9 | |
| * | | | Add tests | Kirill Bulatov | 2020-09-09 | 1 | -0/+153 | |
| * | | | Properly handle mod.rs imports | Kirill Bulatov | 2020-09-09 | 1 | -47/+40 | |
| * | | | Complete semicolon when needed | Kirill Bulatov | 2020-09-09 | 6 | -26/+30 | |
| * | | | Properly reacto to keywords | Kirill Bulatov | 2020-09-09 | 6 | -4/+28 | |
| * | | | Less false positive completion candidates | Kirill Bulatov | 2020-09-09 | 1 | -44/+59 | |
| * | | | Properly handle nested submodules in the same file | Kirill Bulatov | 2020-09-09 | 1 | -70/+79 | |
| * | | | Move most of the logic into the completion module | Kirill Bulatov | 2020-09-09 | 2 | -23/+98 | |
| * | | | Finally cretae the mod completion module | Kirill Bulatov | 2020-09-09 | 3 | -17/+42 | |
| * | | | Properly handle special cases (binaries, mod.rs) | Kirill Bulatov | 2020-09-09 | 1 | -3/+1 | |
| * | | | Exclude special files | Kirill Bulatov | 2020-09-09 | 1 | -3/+0 | |
| * | | | Happy path implemented | Kirill Bulatov | 2020-09-09 | 1 | -1/+1 | |
| * | | | Better API | Kirill Bulatov | 2020-09-09 | 1 | -5/+4 | |
| * | | | First steps for mod<|> completion | Kirill Bulatov | 2020-09-09 | 1 | -2/+23 | |
| |/ / | ||||||
* | | | Fix handling of consuming self, refactor shared logic into a single function | Paul Daniel Faria | 2020-09-06 | 2 | -30/+34 | |
* | | | Add consuming modifier to lvalues that are passed by value and not Copy | Paul Daniel Faria | 2020-09-06 | 3 | -14/+53 | |
|/ / | ||||||
* / | Document VS Code setting needed for on-typing assists | Aramis Razzaghipour | 2020-09-01 | 1 | -0/+8 | |
|/ | ||||||
* | :arrow_up: expect-test | Aleksey Kladov | 2020-08-28 | 9 | -8/+8 | |
* | Minor | Aleksey Kladov | 2020-08-27 | 1 | -1/+2 | |
* | Tease apart orthogonal concerns in markdown link rewriting | Aleksey Kladov | 2020-08-26 | 3 | -15/+231 | |
* | Cleanup hover links tests | Aleksey Kladov | 2020-08-26 | 1 | -88/+74 | |
* | Improve support for code block attributes | León Orell Valerian Liehr | 2020-08-26 | 1 | -9/+99 | |
* | Complete `pub` in fields | Aleksey Kladov | 2020-08-25 | 4 | -7/+36 |