aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Use T! for bool keywordsLaurențiu Nicola2021-01-101-1/+1
|/ / / / /
* | | | | Merge #7236bors[bot]2021-01-105-12/+57
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix progress token is already registered crashAleksey Kladov2021-01-105-12/+57
* | | | | Allow `true` and `false` keywords in const genericsCallym2021-01-103-11/+25
|/ / / /
* | | | Merge #6238bors[bot]2021-01-1014-307/+368
|\ \ \ \
| * | | | Split punctuation semantic highlighting up into more tagsLukas Wirth2021-01-1014-307/+368
| | | | |
| \ \ \ \
*-. \ \ \ \ Merge #7206 #7231bors[bot]2021-01-1012-51/+75
|\ \ \ \ \ \
| | * | | | | Cleaner APIAleksey Kladov2021-01-103-9/+10
| * | | | | | Use hir::GenericParam in ide_db::Definition instead of relisting all 3Lukas Wirth2021-01-109-42/+65
| | |/ / / / | |/| | | |
* | | | | | Merge #7228bors[bot]2021-01-101-6/+8
|\ \ \ \ \ \
| * | | | | | Avoid string copy in complete_attributeLaurențiu Nicola2021-01-101-6/+8
| |/ / / / /
* | | | | | Merge #7229bors[bot]2021-01-102-37/+42
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | CleanupAleksey Kladov2021-01-102-37/+42
* | | | | Merge #6980bors[bot]2021-01-102-5/+111
|\ \ \ \ \
| * | | | | Support intra_doc linksDaiki Ihara2021-01-082-5/+111
| | |_|/ / | |/| | |
* | | | | Merge #7224bors[bot]2021-01-101-7/+19
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Skip leading underscores unconditionallyJacob Pratt2021-01-101-2/+5
| * | | | Short-circuit boolean operationJacob Pratt2021-01-101-4/+8
| * | | | Remove unnecessary allocationJacob Pratt2021-01-101-7/+12
* | | | | Replace state with functionAleksey Kladov2021-01-102-68/+54
|/ / / /
* | | | Refactor highlightingAleksey Kladov2021-01-093-528/+551
* | | | SimplifyAleksey Kladov2021-01-092-86/+52
| |/ / |/| |
* | | Better highlight for fixturesAleksey Kladov2021-01-092-2/+6
* | | SimplifyAleksey Kladov2021-01-092-52/+28
* | | Better namesAleksey Kladov2021-01-093-23/+24
* | | Reduce duplicationAleksey Kladov2021-01-091-7/+5
* | | Shorten namesAleksey Kladov2021-01-097-67/+50
* | | Reorder modulesAleksey Kladov2021-01-091-2/+4
* | | Shorten frequent namesAleksey Kladov2021-01-098-246/+222
* | | Rename dummy -> noneAleksey Kladov2021-01-094-16/+16
* | | Hide argument name hint regardless of caseJacob Pratt2021-01-091-3/+10
* | | Merge #7213bors[bot]2021-01-081-22/+8
|\ \ \
| * | | SimplifyLukas Wirth2021-01-081-22/+8
| |/ /
* | | Merge #7212bors[bot]2021-01-0811-276/+287
|\ \ \ | |/ / |/| |
| * | Simplify highlighting infraAleksey Kladov2021-01-0811-276/+287
* | | Add testEdwin Cheng2021-01-081-0/+13
* | | Fix bug when $crate in LHS in mbeEdwin Cheng2021-01-082-5/+8
* | | Merge #7145bors[bot]2021-01-089-58/+235
|\ \ \
| * | | Proper handling $crate Take 2Edwin Cheng2021-01-079-58/+235
* | | | Simplify mod completionLukas Wirth2021-01-071-38/+31
* | | | Tidy up attribute completion matchLukas Wirth2021-01-071-19/+11
* | | | Switch test markerPhil Ellison2021-01-071-1/+1
* | | | cargo fmtPhil Ellison2021-01-072-7/+11
* | | | Add fix to wrap return expression in SomePhil Ellison2021-01-077-21/+87
| |/ / |/| |
* | | Merge #7193bors[bot]2021-01-078-41/+101
|\ \ \
| * | | Report progress for cargo metadata and output-dirEdwin Cheng2021-01-075-18/+77
| * | | Refactor out JodChildEdwin Cheng2021-01-073-23/+24
* | | | Merge #7191bors[bot]2021-01-071-24/+27
|\ \ \ \
| * | | | Use `file_set::FileSet` and `FileSet` consistently in docArnaud2021-01-071-5/+5
| * | | | Use intra-doc links in `vfs` crate documentationArnaud2021-01-071-20/+26