Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ | |||||
| * | 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 |
|\ \ | |||||
| * | | Code review fixes | Kirill Bulatov | 2020-03-24 | 1 | -3/+4 |
| * | | 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 |
|/ | |||||
* | 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 |
* | Fixes to more accurately give complete_scope completions | Steffen Lyngbaek | 2020-03-19 | 3 | -15/+38 |
* | - Exclude Local Scope for BindPats | Steffen Lyngbaek | 2020-03-19 | 2 | -58/+16 |
* | Completition for type name? #3418 | Steffen Lyngbaek | 2020-03-19 | 2 | -3/+120 |
* | Check that no file contains trailing ws | Aleksey Kladov | 2020-03-17 | 1 | -4/+4 |
* | 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 |
* | Remove dat fixme | Veetaha | 2020-03-16 | 1 | -1/+1 |
* | Merge #3603 | bors[bot] | 2020-03-16 | 2 | -2/+2 |
|\ | |||||
| * | Use Display instead of a custom method | Kirill Bulatov | 2020-03-16 | 1 | -16/+11 |
| * | Fix crate display name dashes | Kirill Bulatov | 2020-03-16 | 2 | -12/+17 |
* | | Merge #3540 | bors[bot] | 2020-03-16 | 2 | -9/+30 |
|\ \ | |/ |/| | |||||
| * | Swtches to rust SSR query check | Mikhail Modin | 2020-03-15 | 2 | -9/+30 |
* | | Merge #3602 | bors[bot] | 2020-03-16 | 2 | -66/+33 |
|\ \ | |||||
| * | | ra_ide: refactor readonly String -> &str | veetaha | 2020-03-16 | 2 | -25/+28 |
| * | | ra_ide: remove dead code in HoverResult | veetaha | 2020-03-15 | 1 | -41/+5 |
* | | | Merge #3591 | bors[bot] | 2020-03-15 | 1 | -0/+15 |
|\ \ \ | |||||
| * | | | Support local macro_rules | Edwin Cheng | 2020-03-14 | 1 | -0/+15 |
* | | | | Fix completion of trait items | Florian Diebold | 2020-03-14 | 1 | -0/+32 |
| |/ / |/| | | |||||
* | | | Simplify tests | Aleksey Kladov | 2020-03-13 | 1 | -20/+20 |
* | | | Don't use generic DB where a concrete one will do | Aleksey Kladov | 2020-03-13 | 1 | -3/+6 |
|/ / | |||||
* | | Fix completion of HashMap::new | Florian Diebold | 2020-03-13 | 4 | -4/+52 |
* | | Restore cargo-fmt gating | Aleksey Kladov | 2020-03-13 | 1 | -1/+0 |
* | | Merge #3553 | bors[bot] | 2020-03-13 | 1 | -0/+39 |
|\ \ | |||||
| * | | 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 |
|\ \ \ |