aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Merge #1334bors[bot]2019-05-274-1/+87
|\
| * check cancellation when expanding macrosAleksey Kladov2019-05-272-3/+3
| * specifically profile cancellationAleksey Kladov2019-05-271-0/+4
| * enable profiling in testsAleksey Kladov2019-05-272-1/+83
* | Make rainbows optionalPascal Hertleif2019-05-271-1/+2
* | rename stray id fieldPascal Hertleif2019-05-272-2/+2
* | make it build againPascal Hertleif2019-05-273-14/+28
* | Disable broken struct field rainbowingPascal Hertleif2019-05-273-23/+7
* | More clever highlighting, incl draft for structsPascal Hertleif2019-05-279-414/+158
* | Hash based on binding name and shadow counterPascal Hertleif2019-05-274-21/+81
* | Semantic highlighting spikePascal Hertleif2019-05-276-36/+355
|/
* add profile calls to real-time requestsAleksey Kladov2019-05-271-0/+5
* Merge #1277bors[bot]2019-05-277-96/+272
|\
| * FormattingEdwin Cheng2019-05-271-1/+0
| * Add Test for new item resolutionEdwin Cheng2019-05-262-2/+55
| * Use ItemOrMacro in item resolutionEdwin Cheng2019-05-264-94/+214
| * Add Either depEdwin Cheng2019-05-261-0/+1
| * Put back unexpaned_macros after resolveEdwin Cheng2019-05-261-0/+3
* | Merge #1328bors[bot]2019-05-278-126/+166
|\ \ | |/ |/|
| * Remove duplicated codeEdwin Cheng2019-05-251-4/+0
| * Simplify token_tree_to_xxxEdwin Cheng2019-05-251-47/+20
| * Change TokenSource to iteration basedEdwin Cheng2019-05-258-100/+171
* | Colorize Rust code as HTMLAleksey Kladov2019-05-255-153/+138
* | reformatAleksey Kladov2019-05-234-8/+8
* | :arrow_up: rustcAleksey Kladov2019-05-2358-610/+640
* | Merge #1317bors[bot]2019-05-231-0/+3
|\ \
| * | profile highlightingAleksey Kladov2019-05-231-0/+3
* | | Merge #1316bors[bot]2019-05-239-335/+244
|\ \ \ | |/ / |/| |
| * | rename code_model_api -> code_modelAleksey Kladov2019-05-234-4/+4
| * | kill code_model_implAleksey Kladov2019-05-235-89/+64
| * | remove more referencesAleksey Kladov2019-05-231-56/+56
| * | remove referencesAleksey Kladov2019-05-233-157/+105
| * | kill krate_implAleksey Kladov2019-05-233-26/+12
| * | fix signatureAleksey Kladov2019-05-231-4/+4
* | | Merge #1290bors[bot]2019-05-2313-26/+102
|\| | | |/ |/|
| * add union to code_modelAleksey Kladov2019-05-2313-26/+102
* | Merge #1312bors[bot]2019-05-235-201/+259
|\ \ | |/ |/|
| * Use slice instead of VecEdwin Cheng2019-05-231-4/+4
| * FormattingEdwin Cheng2019-05-231-1/+1
| * Refactor SubtreeSourceEdwin Cheng2019-05-223-201/+88
| * Introduce TokenBufferEdwin Cheng2019-05-222-0/+171
* | Improve highlighting of name refsLaurențiu Nicola2019-05-232-9/+168
* | Merge #1311bors[bot]2019-05-234-97/+143
|\ \
| * | Move NameRef classification logic out of reference_definitionLaurențiu Nicola2019-05-234-97/+143
* | | updated gen_lsp_server examplesDylan Moonfire2019-05-234-9/+170
|/ /
* | add profile calls to parsing/expansion routinesAleksey Kladov2019-05-223-1/+7
* | Merge #1281bors[bot]2019-05-223-117/+263
|\ \ | |/ |/|
| * add assist to move arm condition to match guardUnreal Hoang2019-05-213-117/+263
| * renameUnreal Hoang2019-05-162-2/+2
* | better profiligAleksey Kladov2019-05-212-8/+28