aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax
Commit message (Expand)AuthorAgeFilesLines
* Add docs to struct fieldsJeremy A. Kolb2019-01-253-2/+3
* Merge #630bors[bot]2019-01-252-24/+45
|\
| * Fill in DocumentSymbol::detailHrvoje Ban2019-01-242-24/+45
* | Merge #633bors[bot]2019-01-244-8/+523
|\ \
| * | use ToOwned trait instead of inherent methodAleksey Kladov2019-01-244-8/+523
* | | Merge #623bors[bot]2019-01-243-2/+10
|\ \ \ | |/ / |/| |
| * | Migrate trait & type to new idsAleksey Kladov2019-01-242-2/+3
| * | migrate enums to new idAleksey Kladov2019-01-241-0/+7
* | | ReformatDJMcNab2019-01-241-15/+16
* | | Apply suggestions from code reviewDaniel McNab2019-01-241-2/+1
* | | Dedupe PATH_FIRST in ATOM_EXPR_FIRSTDJMcNab2019-01-241-7/+2
* | | Support universal function call syntax in function callsDJMcNab2019-01-246-6/+226
| |/ |/|
* | minor renameAleksey Kladov2019-01-241-4/+4
|/
* Make EnumVariant a DocCommentsOwnerJeremy A. Kolb2019-01-233-2/+4
* More correct raw ident handlingJosh Robson Chase2019-01-233-5/+58
* Use IDENT for both raw and normal identsJosh Robson Chase2019-01-2322-78/+39
* Add raw idents to lexer and parserJosh Robson Chase2019-01-2326-40/+124
* 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-222-1/+5
* Add test for placeholder parameters in trait fn defsErlend Tobiassen2019-01-223-0/+40
* 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-225-20/+68
* 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-194-26/+32
* Finish move of StructField for pattern type inferenceMarcus Klaas de Vries2019-01-191-20/+26
* 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
* | update salsaAleksey Kladov2019-01-151-1/+1
* | 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-123-0/+53