Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed rainbow-highlighting test | Omer Ben-Amram | 2019-12-15 | 1 | -0/+2 |
* | Merge branch 'refs/heads/master' into feature/granular-scopes | Omer Ben-Amram | 2019-12-14 | 26 | -318/+414 |
|\ | |||||
| * | Merge #2554 | bors[bot] | 2019-12-14 | 18 | -235/+223 |
| |\ | |||||
| | * | Use path macro | Florian Diebold | 2019-12-13 | 4 | -80/+49 |
| | * | Rename N! to name! | Florian Diebold | 2019-12-13 | 16 | -63/+63 |
| | * | Add macros for known names and paths | Florian Diebold | 2019-12-13 | 16 | -173/+192 |
| * | | Merge #2548 | bors[bot] | 2019-12-14 | 5 | -8/+45 |
| |\ \ | |||||
| | * | | Support setting cargo features | oxalica | 2019-12-13 | 5 | -8/+45 |
| * | | | Remove some unwraps in add_new | kjeremy | 2019-12-13 | 1 | -19/+16 |
| | |/ | |/| | |||||
| * | | LSP 3.15 supports the deprecated tag on completions | kjeremy | 2019-12-13 | 1 | -0/+5 |
| * | | Merge #2550 | bors[bot] | 2019-12-13 | 5 | -70/+139 |
| |\ \ | |||||
| | * | | Correctly infer - and ! using std::ops::{Neg,Not} | Emil Lauridsen | 2019-12-13 | 5 | -23/+114 |
| | * | | Add helper for resolving associated type of trait in infer | Emil Lauridsen | 2019-12-13 | 2 | -47/+25 |
* | | | | removed `type.alias` | Omer Ben-Amram | 2019-12-14 | 2 | -14/+18 |
* | | | | added decorations | Omer Ben-Amram | 2019-12-14 | 1 | -2/+2 |
* | | | | scopes resolution is more granular | Omer Ben-Amram | 2019-12-13 | 1 | -8/+12 |
|/ / / | |||||
* / / | Refactor tt::Delimiter | Edwin Cheng | 2019-12-13 | 8 | -44/+42 |
|/ / | |||||
* | | Merge #2544 | bors[bot] | 2019-12-13 | 1 | -17/+36 |
|\ \ | |/ |/| | |||||
| * | Map first and last node in original_range | Edwin Cheng | 2019-12-12 | 1 | -17/+36 |
* | | Correct obsolete comment | Aleksey Kladov | 2019-12-12 | 1 | -2/+1 |
* | | Move use tree lowering to a separate module | Aleksey Kladov | 2019-12-12 | 2 | -104/+118 |
* | | Merge #2540 | bors[bot] | 2019-12-12 | 2 | -78/+35 |
|\ \ | |||||
| * | | Dedupe from_source impls | Aleksey Kladov | 2019-12-12 | 2 | -78/+35 |
* | | | Merge #2539 | bors[bot] | 2019-12-12 | 18 | -233/+276 |
|\| | | |||||
| * | | Remove old location infra | Aleksey Kladov | 2019-12-12 | 2 | -63/+6 |
| * | | Move enum&union to new loc | Aleksey Kladov | 2019-12-12 | 14 | -79/+123 |
| * | | Move structs to new loc | Aleksey Kladov | 2019-12-12 | 14 | -30/+66 |
| * | | Simplify from_source | Aleksey Kladov | 2019-12-12 | 1 | -49/+34 |
| * | | Move traits to the new loc | Aleksey Kladov | 2019-12-12 | 16 | -35/+70 |
* | | | Merge #2537 | bors[bot] | 2019-12-12 | 15 | -32/+68 |
|\| | | |||||
| * | | Switch to the new location for impls | Aleksey Kladov | 2019-12-12 | 15 | -32/+68 |
* | | | Merge #2536 | bors[bot] | 2019-12-12 | 1 | -3/+4 |
|\| | | |||||
| * | | Avoid recompiling serde | Aleksey Kladov | 2019-12-12 | 1 | -3/+4 |
* | | | Do not trigger signature help on close | Jeremy Kolb | 2019-12-12 | 1 | -1/+1 |
|/ / | |||||
* | | Update lsp-types more | Aleksey Kladov | 2019-12-11 | 1 | -1/+1 |
* | | Revert "Revert "Support LSP 3.15"" | Aleksey Kladov | 2019-12-11 | 5 | -5/+33 |
* | | Revert "Support LSP 3.15" | Aleksey Kladov | 2019-12-11 | 5 | -33/+5 |
* | | Support LSP 3.15 | Jeremy Kolb | 2019-12-11 | 5 | -5/+33 |
|/ | |||||
* | Fixed #2250 | Gabriel Luo | 2019-12-11 | 1 | -12/+66 |
* | Build correct SourceAnalyzer for traits | Aleksey Kladov | 2019-12-10 | 1 | -14/+4 |
* | chore: bump deps and use mainline chalk | Laurențiu Nicola | 2019-12-09 | 1 | -3/+3 |
* | Report correct original range in goto_definition | Aleksey Kladov | 2019-12-09 | 1 | -9/+7 |
* | Implement `ra_lsp_server --version` | Aleksey Kladov | 2019-12-09 | 2 | -1/+32 |
*---. | Merge #2500 #2505 #2506 | bors[bot] | 2019-12-08 | 12 | -140/+31 |
|\ \ \ | |||||
| | | * | Remove one more Ty | Aleksey Kladov | 2019-12-08 | 3 | -8/+3 |
| | |/ | |||||
| | * | Remove more dead code | Aleksey Kladov | 2019-12-08 | 4 | -111/+1 |
| | * | Cleanup module structure | Aleksey Kladov | 2019-12-08 | 3 | -8/+7 |
| * | | Expand macros in blocks to expressions for now | Florian Diebold | 2019-12-08 | 2 | -5/+6 |
| * | | Fix range in goto_through_format test | Florian Diebold | 2019-12-08 | 1 | -1/+1 |
| * | | Fix expansion of format_args | Florian Diebold | 2019-12-08 | 2 | -7/+13 |
| |/ |