aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* extract tt cursorAleksey Kladov2019-01-314-96/+101
* binders boilerplateAleksey Kladov2019-01-311-2/+42
* more expand boilerplateAleksey Kladov2019-01-313-4/+5
* more expand boilerplateAleksey Kladov2019-01-312-2/+24
* expand boilerplateAleksey Kladov2019-01-313-1/+10
* reshuffleAleksey Kladov2019-01-313-200/+210
* move macros to a separate crateAleksey Kladov2019-01-317-23/+50
* parses simple macroAleksey Kladov2019-01-313-23/+131
* handle multibyte tokensAleksey Kladov2019-01-312-23/+31
* add eat methodsAleksey Kladov2019-01-311-6/+23
* parsing scaffoldAleksey Kladov2019-01-311-4/+45
* debug implsAleksey Kladov2019-01-313-2/+47
* add repeats to astAleksey Kladov2019-01-311-0/+12
* convert punts and literalsAleksey Kladov2019-01-314-20/+127
* start tt convertions boilerplateAleksey Kladov2019-01-312-7/+43
* add conversion boilerplateAleksey Kladov2019-01-313-7/+17
* add macro by example ideAleksey Kladov2019-01-312-0/+52
* shorten name :-)Aleksey Kladov2019-01-312-1/+1
* start token tree moduleAleksey Kladov2019-01-312-0/+39
* Merge #715bors[bot]2019-01-311-1/+3
|\
| * formatJeremy Kolb2019-01-311-1/+3
| * Use "▶" for test code lensJeremy Kolb2019-01-311-1/+1
* | Merge #692bors[bot]2019-01-3115-0/+432
|\ \
| * | Parse and validate attributes in blocksDJMcNab2019-01-2810-0/+352
| * | Add a test for inner attributes on extern blocksDJMcNab2019-01-272-0/+30
| * | Correctly parse inner attributes of impl blocksDJMcNab2019-01-273-0/+50
* | | Merge #712bors[bot]2019-01-313-15/+302
|\ \ \ | |_|/ |/| |
| * | Some improvements to introduce_variable.Andrea Pretto2019-01-303-8/+181
| * | Fix #667Andrea Pretto2019-01-301-11/+125
* | | Merge #701bors[bot]2019-01-3011-63/+163
|\ \ \
| * | | Add test for passing on ref expectationsMarcus Klaas de Vries2019-01-303-8/+15
| * | | Infer type of match guardMarcus Klaas de Vries2019-01-2810-59/+152
* | | | Merge #711bors[bot]2019-01-308-32/+38
|\ \ \ \
| * | | | Move expr_scopes query to its moduleFlorian Diebold2019-01-303-11/+17
| * | | | Rename FnScopes -> ExprScopesFlorian Diebold2019-01-308-26/+26
|/ / / /
* | | | Merge #709bors[bot]2019-01-3010-73/+58
|\ \ \ \
| * | | | Use Crate instead of CrateIdAleksey Kladov2019-01-309-45/+36
| * | | | move item_map_queryAleksey Kladov2019-01-303-35/+29
|/ / / /
* | | | Merge #702bors[bot]2019-01-3014-17/+277
|\ \ \ \
| * | | | Resolve cratekjeremy2019-01-302-3/+2
| * | | | Go to Implementation for structs and enumsJeremy Kolb2019-01-3014-18/+279
| | |/ / | |/| |
| | | |
| \ \ \
*-. \ \ \ Merge #704 #705bors[bot]2019-01-3011-102/+128
|\ \ \ \ \
| | * | | | Pass Documentation up to LSP and add "rust" to our codeblocks thereJeremy Kolb2019-01-308-89/+103
| | |/ / /
| * | | | Add category to the commandsDJMcNab2019-01-291-8/+16
| * | | | Start the extension when rust-analyzer status is runDJMcNab2019-01-291-1/+3
| * | | | Add `cargo jinstall-lsp` as a shorthand to include jemalloc supportDJMcNab2019-01-292-4/+6
| |/ / /
* | | | Merge #708bors[bot]2019-01-301-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Clear the console when running single taskskjeremy2019-01-301-1/+2
|/ / /
* | | Merge #698bors[bot]2019-01-283-15/+37
|\ \ \
| * | | Use match-all instead of individual branchesWizardOfMenlo2019-01-281-5/+1