Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | 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 | |
* | Use the same abstraction for attrs and docs | Aleksey Kladov | 2020-08-25 | 3 | -3/+3 | |
* | Merge remote-tracking branch 'upstream/master' into 503-hover-doc-links | Zac Pullar-Strecker | 2020-08-25 | 3 | -15/+36 | |
|\ | ||||||
| * | Merge #4776 | bors[bot] | 2020-08-24 | 1 | -11/+12 | |
| |\ | ||||||
| | * | Add description for crates that will be published | Pavan Kumar Sunkara | 2020-08-24 | 1 | -0/+1 | |
| | * | Add version to deps in cargo.toml | Pavan Kumar Sunkara | 2020-08-24 | 1 | -11/+11 | |
| * | | Omit lenses for not runnable doctests | Kirill Bulatov | 2020-08-22 | 2 | -4/+24 | |
| |/ | ||||||
* | | Renames, comments, and dead code removal | Zac Pullar-Strecker | 2020-08-24 | 1 | -1/+3 | |
* | | Merge remote-tracking branch 'upstream/master' into 503-hover-doc-links | Zac Pullar-Strecker | 2020-08-24 | 5 | -56/+625 | |
|/ | ||||||
* | Merge #5823 | bors[bot] | 2020-08-22 | 2 | -8/+2 | |
|\ | ||||||
| * | Don't underline function definition if self is &mut | Aleksey Kladov | 2020-08-19 | 2 | -8/+2 | |
* | | :arrow_up: ungrammar | Aleksey Kladov | 2020-08-21 | 2 | -2/+3 | |
* | | Switch to expect_test from crates.io | Aleksey Kladov | 2020-08-21 | 24 | -24/+24 | |
|/ | ||||||
* | Remove dead code | Aleksey Kladov | 2020-08-19 | 1 | -25/+15 | |
* | Future proof find-usages API | Aleksey Kladov | 2020-08-19 | 1 | -1/+3 | |
* | Apply couple of rule of thumbs to simplify highlighting code | Aleksey Kladov | 2020-08-19 | 1 | -19/+16 | |
* | Inline trivial function | Aleksey Kladov | 2020-08-19 | 1 | -8/+6 | |
* | Simplify | Aleksey Kladov | 2020-08-19 | 1 | -9/+4 | |
* | Minor | Aleksey Kladov | 2020-08-19 | 1 | -2/+1 | |
* | Minor cleanups | Aleksey Kladov | 2020-08-19 | 1 | -1/+1 | |
* | Better name | Aleksey Kladov | 2020-08-19 | 1 | -4/+4 | |
* | Better API factoring around self access modes | Aleksey Kladov | 2020-08-19 | 1 | -10/+16 | |
* | Add SelfParam to code_model | Aleksey Kladov | 2020-08-19 | 4 | -17/+11 | |
* | Merge #5811 | bors[bot] | 2020-08-19 | 1 | -3/+3 | |
|\ | ||||||
| * | Minor | Aleksey Kladov | 2020-08-19 | 1 | -3/+3 | |
* | | Merge #5643 | bors[bot] | 2020-08-19 | 4 | -44/+156 | |
|\ \ | |/ |/| | ||||||
| * | Add new method to Semantics, method_receiver_kind, which returns the kind of ... | Paul Daniel Faria | 2020-08-16 | 3 | -67/+136 | |
| * | Mark mutating functions with `mutable` modifier, and owning functions with `c... | Paul Daniel Faria | 2020-08-16 | 3 | -13/+53 | |
| * | Add new HighlightModifier variant, Consuming | Paul Daniel Faria | 2020-08-16 | 1 | -0/+3 | |
* | | Cleanup feature generation | Aleksey Kladov | 2020-08-18 | 4 | -16/+11 |