aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src
Commit message (Expand)AuthorAgeFilesLines
* migrate enums to new idAleksey Kladov2019-01-241-0/+7
* Make EnumVariant a DocCommentsOwnerJeremy A. Kolb2019-01-233-2/+4
* More correct raw ident handlingJosh Robson Chase2019-01-231-5/+8
* Use IDENT for both raw and normal identsJosh Robson Chase2019-01-2319-75/+36
* Add raw idents to lexer and parserJosh Robson Chase2019-01-2320-40/+79
* introduced better typed AstPtrAleksey Kladov2019-01-232-1/+35
* move SyntaxPtr to ra_syntaxAleksey Kladov2019-01-232-0/+55
* fix completion bugsgfreezy2019-01-231-0/+7
* :arrow_up: rowanAleksey Kladov2019-01-221-0/+4
* Add test for placeholder parameters in trait fn defsErlend Tobiassen2019-01-221-0/+5
* Allow placeholder parameters in trait fn defsErlend Tobiassen2019-01-221-1/+1
* No need for is_type_startErlend Tobiassen2019-01-222-9/+1
* Prefer TYPE_FIRSTErlend Tobiassen2019-01-221-4/+4
* Update tests after allowing where predicate to accept typesErlend Tobiassen2019-01-221-0/+5
* Optimistically bail out of where clause loop if not at start of a type or lif...Erlend Tobiassen2019-01-222-12/+24
* Don't leave a marker hanging without completing it.Erlend Tobiassen2019-01-221-2/+1
* Allow types to the left of : in where predicates.Erlend Tobiassen2019-01-221-24/+27
* Add AST/HIR for type args in path segmentsFlorian Diebold2019-01-192-1/+137
* Change parsing of struct field patternsMarcus Klaas de Vries2019-01-193-14/+22
* Move parsing of field pattern lists to the parser (where it belongs)Marcus Klaas de Vries2019-01-195-60/+59
* Add initial (flawed) implementation of binding annotationsMarcus Klaas de Vries2019-01-193-2/+19
* Implement unlabeled struct field pattern inferenceMarcus Klaas de Vries2019-01-191-31/+11
* Create struct patterns up to the hir levelMarcus Klaas de Vries2019-01-193-7/+80
* Add additional pattern variantsMarcus Klaas de Vries2019-01-192-4/+12
* make token set a const-fnAleksey Kladov2019-01-198-57/+52
* Update ARRAY_EXPR grammarHirokazu Hata2019-01-162-2/+8
* Merge #536bors[bot]2019-01-161-0/+9
|\
| * add has_semi to ExprStmtYerkebulan Tulibergenov2019-01-161-0/+9
* | Fix type inference for raw (byte) stringsMarcus Klaas de Vries2019-01-143-14/+61
* | Fixup testsMarcus Klaas de Vries2019-01-145-45/+148
* | Start moving literal interpretation to the AST (WIP)Marcus Klaas de Vries2019-01-143-6/+128
* | Try implementing integer type inference (WIP)Marcus Klaas de Vries2019-01-141-1/+1
* | Implement type inference for literals (WIP)Marcus Klaas de Vries2019-01-143-1/+27
|/
* Update TUPLE_EXPR grammarHirokazu Hata2019-01-132-2/+8
* support ref-patternsAleksey Kladov2019-01-133-2/+12
* Fix handling of attributes in positional field listsDJMcNab2019-01-121-0/+10
* rename TreePtr -> TreeArcAleksey Kladov2019-01-119-150/+150
* Fix handling of where clauses in tuple structsDJMcNab2019-01-101-0/+4
* kill text utilsAleksey Kladov2019-01-083-19/+6
* upstream text-utils to text_unitAleksey Kladov2019-01-082-19/+5
* add commentAleksey Kladov2019-01-081-0/+9
* move node at offset to aglo alreadyAleksey Kladov2019-01-081-1/+5
* assist to convert if-let to matchAleksey Kladov2019-01-081-1/+1
* itroduce trait for ast tokensAleksey Kladov2019-01-087-53/+28
* migrate ra_hir to rowan 2.0Aleksey Kladov2019-01-082-0/+38
* migrate ra_db to new rowanAleksey Kladov2019-01-081-1/+10
* wrap TreePtrAleksey Kladov2019-01-081-7/+45
* regenerateAleksey Kladov2019-01-081-3052/+1791
* switch ra_syntax to new rowan APIAleksey Kladov2019-01-0814-323/+262
* Implement type inference for more binary operatorsMarcus Klaas de Vries2019-01-071-2/+2