aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
*-. Merge #2589 #2591bors[bot]2019-12-187-36/+40
|\ \
| | * Remove dead codeAleksey Kladov2019-12-181-5/+0
| |/
| * Touch up docsAleksey Kladov2019-12-181-1/+2
| * Forbid <T>::foo syntax in mod pathsAleksey Kladov2019-12-187-20/+27
| * Move PathKindUpAleksey Kladov2019-12-181-14/+14
| * Touch up docsAleksey Kladov2019-12-181-3/+4
* | Merge #2311bors[bot]2019-12-181-10/+33
|\ \ | |/ |/|
| * cargo fmtJeremy Kolb2019-12-181-1/+3
| * Pass testJeremy Kolb2019-12-181-1/+1
| * WIP: See through Macros for SignatureHelpkjeremy2019-12-181-9/+30
* | Don't bother with focus range for navigation to localsAleksey Kladov2019-12-182-7/+49
* | Refactor goto tests to always specify textsAleksey Kladov2019-12-182-52/+76
* | Add blank lines for readabilityAleksey Kladov2019-12-181-0/+4
|/
* RefactoringEdwin Cheng2019-12-184-53/+55
* Rename range to by_kindEdwin Cheng2019-12-183-4/+4
* Add test for token mapEdwin Cheng2019-12-181-0/+43
* Fix shift id for delim and other tokensEdwin Cheng2019-12-181-3/+15
* Add TokenTextRangeEdwin Cheng2019-12-182-10/+35
* Add token id to delimsEdwin Cheng2019-12-186-65/+135
* Add token ids for all tt::LeafEdwin Cheng2019-12-186-33/+72
* Merge #2582bors[bot]2019-12-171-11/+0
|\
| * Drop dead codeAleksey Kladov2019-12-171-11/+0
* | Merge #2581bors[bot]2019-12-176-17/+34
|\|
| * Refactor PathKindAleksey Kladov2019-12-176-17/+34
* | Merge #2580bors[bot]2019-12-173-3/+3
|\ \ | |/ |/|
| * Fix highlighting token namesAleksey Kladov2019-12-173-3/+3
* | Merge #2562bors[bot]2019-12-175-48/+86
|\ \ | |/ |/|
| * Use simpler logic on original_rangeEdwin Cheng2019-12-142-56/+46
| * Re-export Origin to replace ExpansionOriginEdwin Cheng2019-12-144-17/+11
| * Fix original_source find orderEdwin Cheng2019-12-145-55/+109
* | Improve recovery for incomplete lambdasAleksey Kladov2019-12-173-1/+94
* | Add test markFlorian Diebold2019-12-153-2/+9
* | Handle impl Trait more correctlyFlorian Diebold2019-12-153-1/+56
* | Add test for unifying impl TraitFlorian Diebold2019-12-151-1/+27
* | remove unnecessary turbofish.Omer Ben-Amram2019-12-151-2/+1
* | cfg gated tests that only work on windows.Omer Ben-Amram2019-12-151-10/+16
* | improved path checking to consider only paths that may contain a windows drive.Omer Ben-Amram2019-12-151-20/+44
* | move import inside cfg blockOmer Ben-Amram2019-12-151-1/+2
* | Lowercase drive letters on windows before sending to extension.Omer Ben-Amram2019-12-151-0/+34
* | use a module instead of prefixed consts.Omer Ben-Amram2019-12-151-66/+64
* | introduce named constants for highlighting tag names.Omer Ben-Amram2019-12-151-37/+67
* | Merge #2559bors[bot]2019-12-153-17/+27
|\ \
| * | fixed rainbow-highlighting testOmer Ben-Amram2019-12-151-0/+2
| * | Merge branch 'refs/heads/master' into feature/granular-scopesOmer Ben-Amram2019-12-1426-318/+414
| |\ \
| * | | removed `type.alias`Omer Ben-Amram2019-12-142-14/+18
| * | | added decorationsOmer Ben-Amram2019-12-141-2/+2
| * | | scopes resolution is more granularOmer Ben-Amram2019-12-131-8/+12
* | | | Merge #2561bors[bot]2019-12-1419-355/+478
|\ \ \ \
| * | | | Use different types for path with and without genericsAleksey Kladov2019-12-1418-354/+471
| * | | | Use all-features by defaultAleksey Kladov2019-12-141-1/+7
| | |/ / | |/| |