aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src
Commit message (Expand)AuthorAgeFilesLines
...
* handle != operatorAleksey Kladov2019-02-181-1/+4
* Enable parsing attributes for generic lifetimes and type parametersVille Penttinen2019-02-173-9/+22
* Remove match_armlist validatorVille Penttinen2019-02-172-30/+0
* Parse only outer_attributes for match arms for nowVille Penttinen2019-02-172-16/+1
* Enable parsing of attributes inside a match blockVille Penttinen2019-02-178-1/+96
* Handle generic args for method callsFlorian Diebold2019-02-162-1/+5
* Add generic params to impl blocksFlorian Diebold2019-02-162-1/+2
* Import the preludeFlorian Diebold2019-02-132-1/+3
* rename yellow -> syntax_nodeAleksey Kladov2019-02-1217-18/+18
* make macro a NameOwnerAleksey Kladov2019-02-113-2/+8
* Fix handling of literal patternsFlorian Diebold2019-02-094-16/+67
* reformat the worldAleksey Kladov2019-02-0825-278/+72
* Fill deprecation for LSPkjeremy2019-02-053-1/+12
* Add AST for extern crateFlorian Diebold2019-02-043-3/+13
* Pass aliases to ImportDataFlorian Diebold2019-02-012-1/+37
* convert punts and literalsAleksey Kladov2019-01-313-18/+113
* Merge #692bors[bot]2019-01-317-0/+43
|\
| * Parse and validate attributes in blocksDJMcNab2019-01-286-0/+36
| * Correctly parse inner attributes of impl blocksDJMcNab2019-01-271-0/+7
* | Infer type of match guardMarcus Klaas de Vries2019-01-283-4/+22
* | TyposErlend Tobiassen2019-01-271-2/+2
|/
* Merge #685bors[bot]2019-01-272-36/+47
|\
| * Stop using let_stmt twiceDJMcNab2019-01-271-43/+41
| * Make attrs be a child of the let statementDJMcNab2019-01-262-7/+10
| * Support attributes on let statementsDJMcNab2019-01-261-20/+30
* | Merge #662bors[bot]2019-01-271-13/+62
|\ \
| * | Make doc comments optionalJeremy Kolb2019-01-261-5/+24
| * | Do not unconditionally trim commentsJeremy Kolb2019-01-261-2/+1
| * | Preserve indentation in doc commentsJeremy Kolb2019-01-261-9/+40
* | | fix verification on CIAleksey Kladov2019-01-261-44/+0
* | | fix AST for if expressionsAleksey Kladov2019-01-262-2/+60
| |/ |/|
* | Struct literals should not be a `BlockLike::Block`DJMcNab2019-01-261-1/+1
|/
* Merge #660bors[bot]2019-01-261-1/+23
|\
| * Support macro calls in type positionErlend Tobiassen2019-01-251-1/+23
* | rename POS_FIELD -> POS_FIELD_DEFAleksey Kladov2019-01-255-36/+36
* | 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-242-0/+3
| |/ |/|
* | 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-231-5/+8