Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Better naming for path completion | Aleksey Kladov | 2020-04-07 | 3 | -4/+4 | |
| | | ||||||
* | | Merge pull request #3866 from lnicola/fewer-braces | Aleksey Kladov | 2020-04-07 | 7 | -46/+46 | |
|\ \ | | | | | | | Fix unnecessary braces warnings | |||||
| * | | Fix unnecessary braces warnings | Laurențiu Nicola | 2020-04-06 | 7 | -46/+46 | |
| | | | ||||||
* | | | Check for eprintln on CI | Aleksey Kladov | 2020-04-06 | 1 | -0/+5 | |
|/ / | ||||||
* | | Merge pull request #3853 from matklad/cf | Aleksey Kladov | 2020-04-06 | 2 | -4/+4 | |
|\ \ | | | | | | | Make control token modifier less ambiguous | |||||
| * | | Make control token modifier less ambiguous | Aleksey Kladov | 2020-04-06 | 2 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | In textmate, keyword.control is used for all kinds of things; in fact, the default scope mapping for keyword is keyword.control! So let's add a less ambiguous controlFlow modifier See Microsoft/vscode#94367 | |||||
* | | | Merge #3829 | bors[bot] | 2020-04-06 | 1 | -12/+110 | |
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | 3829: Adds to SSR match for semantically equivalent call and method call r=matklad a=mikhail-m1 #3186 maybe I've missed some corner cases, but it works in general Co-authored-by: Mikhail Modin <[email protected]> | |||||
| * | | Adds to SSR match for semantically equivalent call and method call | Mikhail Modin | 2020-04-02 | 1 | -12/+110 | |
| |/ | ||||||
* | | Add parens for enums | Aleksey Kladov | 2020-04-03 | 4 | -46/+175 | |
| | | ||||||
* | | Generalize call parenthesis insertion | Aleksey Kladov | 2020-04-03 | 1 | -27/+46 | |
| | | ||||||
* | | Remove the second code-path for completing names in patterns | Aleksey Kladov | 2020-04-03 | 3 | -70/+28 | |
|/ | ||||||
* | Merge #3797 | bors[bot] | 2020-04-01 | 1 | -10/+23 | |
|\ | | | | | | | | | | | | | | | | | | | 3797: Don't show chaining hints for record literals and unit structs r=matklad a=lnicola Fixes #3796 r? @Veetaha Co-authored-by: Laurențiu Nicola <[email protected]> | |||||
| * | Don't show chaining hints for record literals and unit structs | Laurențiu Nicola | 2020-04-01 | 1 | -10/+23 | |
| | | ||||||
* | | Merge #3779 | bors[bot] | 2020-04-01 | 4 | -363/+413 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3779: Complete only missing fields in pats r=matklad a=SomeoneToIgnore A follow-up for https://github.com/rust-analyzer/rust-analyzer/pull/3694 Same name vs string [issue](https://github.com/rust-analyzer/rust-analyzer/pull/3694#discussion_r396986819) persists here, now I'm able to obtain `ast::Name`, but I see no way to convert it into `hir::Name` or vice versa. Co-authored-by: Kirill Bulatov <[email protected]> | |||||
| * | | Unite record completion logic into a single module | Kirill Bulatov | 2020-04-01 | 4 | -450/+413 | |
| | | | ||||||
| * | | Split draft | Kirill Bulatov | 2020-04-01 | 3 | -59/+85 | |
| | | | ||||||
| * | | Complete only missing fields in pats | Kirill Bulatov | 2020-04-01 | 1 | -1/+62 | |
| |/ | ||||||
* | | Merge #3765 | bors[bot] | 2020-04-01 | 1 | -26/+90 | |
|\ \ | |/ |/| | | | | | | | | | | | 3765: Adds sort for RecordLit comparison in SSR r=edwin0cheng a=mikhail-m1 an item from #3186 Co-authored-by: Mikhail Modin <[email protected]> | |||||
| * | Adds sort for RecordLit comparison in SSR | Mikhail Modin | 2020-04-01 | 1 | -26/+90 | |
| | | ||||||
* | | Better names for config structs | Aleksey Kladov | 2020-03-31 | 7 | -59/+59 | |
| | | ||||||
* | | Reload only the properties that do not affect vfs | Kirill Bulatov | 2020-03-30 | 1 | -0/+5 | |
|/ | ||||||
* | Remove some unwraps | Aleksey Kladov | 2020-03-28 | 1 | -6/+7 | |
| | ||||||
* | Start stdx | Aleksey Kladov | 2020-03-28 | 5 | -49/+40 | |
| | | | | This crate will hold everything to small to be worth publishing | |||||
* | Add ProcMacroClient | Edwin Cheng | 2020-03-25 | 3 | -0/+4 | |
| | ||||||
* | Always expand macros during analysis | Aleksey Kladov | 2020-03-25 | 1 | -2/+22 | |
| | ||||||
* | Improvements based on code review feedback | Matt Hooper | 2020-03-24 | 1 | -5/+5 | |
| | ||||||
* | Fmt corrections | Matt Hooper | 2020-03-24 | 1 | -13/+9 | |
| | ||||||
* | Added more unit tests | Matt Hooper | 2020-03-24 | 1 | -76/+159 | |
| | ||||||
* | Added new inlay hint kind and rules for method chaining | Matt Hooper | 2020-03-24 | 1 | -5/+92 | |
| | ||||||
* | Merge #3708 | bors[bot] | 2020-03-24 | 1 | -6/+6 | |
|\ | | | | | | | | | | | | | | | | | | | | | 3708: Generalise syntax rewriting infrastructure to allow removal of nodes r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | Generalise syntax rewriting infrastructure to allow removal of nodes | Aleksey Kladov | 2020-03-24 | 1 | -6/+6 | |
| | | ||||||
* | | Align naming | Aleksey Kladov | 2020-03-24 | 1 | -1/+1 | |
| | | ||||||
* | | Merge #3694 | bors[bot] | 2020-03-24 | 1 | -1/+61 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 3694: Complete only missing fields r=matklad a=SomeoneToIgnore Co-authored-by: Kirill Bulatov <[email protected]> | |||||
| * | | Code review fixes | Kirill Bulatov | 2020-03-24 | 1 | -3/+4 | |
| | | | | | | | | | | | | Co-Authored-By: Aleksey Kladov <[email protected]> | |||||
| * | | Complete only missing fields | Kirill Bulatov | 2020-03-23 | 1 | -1/+60 | |
| |/ | ||||||
* | | Consider references when applying postfix completions | Kirill Bulatov | 2020-03-23 | 1 | -17/+123 | |
| | | ||||||
* | | update itertools version to 0.9.0 | Josh Mcguigan | 2020-03-23 | 1 | -1/+1 | |
|/ | ||||||
* | Add test | Edwin Cheng | 2020-03-22 | 1 | -0/+57 | |
| | ||||||
* | Improve find_all_ref work inside macro | Edwin Cheng | 2020-03-22 | 1 | -9/+23 | |
| | ||||||
* | Remove const | Steffen Lyngbaek | 2020-03-19 | 3 | -6/+48 | |
| | | | | | - Add test for @ matching - Address comments | |||||
* | Fixes to more accurately give complete_scope completions | Steffen Lyngbaek | 2020-03-19 | 3 | -15/+38 | |
| | | | | | | | - Exclude const, static, functions form is_pat_binding_and_path (there might be more?) - Add a check to filter out Record Fields - Fix tests | |||||
* | - Exclude Local Scope for BindPats | Steffen Lyngbaek | 2020-03-19 | 2 | -58/+16 | |
| | | | | | - Exclude BindPats with @ or ref - Remove outdated test and add one testing for ref | |||||
* | Completition for type name? #3418 | Steffen Lyngbaek | 2020-03-19 | 2 | -3/+120 | |
| | | | | | | | | Iterate through TupleStructPat's until a MatchArm if one exists. Store in a new is_pat_bind_and_path bool and allow the `complete_scope` to find matches. Added some tests to ensure it works in simple and nested cases. | |||||
* | Check that no file contains trailing ws | Aleksey Kladov | 2020-03-17 | 1 | -4/+4 | |
| | | | | rustfmt allows trailing spaces in string literals unfortunately. | |||||
* | Fix typo | phynalle | 2020-03-17 | 1 | -2/+2 | |
| | ||||||
* | Add test, remove printlns | Florian Diebold | 2020-03-16 | 1 | -0/+53 | |
| | ||||||
* | Get tests working | Florian Diebold | 2020-03-16 | 2 | -2/+13 | |
| | ||||||
* | wip | Florian Diebold | 2020-03-16 | 2 | -4/+13 | |
| | ||||||
* | Attempt to implement ranking of rules when none matches perfectly (wip) | Florian Diebold | 2020-03-16 | 1 | -1/+38 | |
| | ||||||
* | Make MBE expansion more resilient (WIP) | Florian Diebold | 2020-03-16 | 2 | -1/+38 | |
| |