aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src
Commit message (Expand)AuthorAgeFilesLines
* Refactor `Name` ready for hygienic macrouHOOCCOOHu2019-09-261-0/+10
* move diff to ra_syntaxAleksey Kladov2019-09-261-0/+42
* keep ast creation API simpleAleksey Kladov2019-09-262-0/+136
* add new editing API, suitable for modifying several nodes at onceAleksey Kladov2019-09-252-0/+41
* fewer monomorphisationsAleksey Kladov2019-09-251-2/+2
* simplifyAleksey Kladov2019-09-241-4/+1
* Support path starting with a typeuHOOCCOOHu2019-09-152-1/+4
* Add `DotDotPat` to ASTDylan MacKenzie2019-09-152-2/+38
* Infer box expressionuHOOCCOOHu2019-09-112-3/+39
* WIP: switch to fully decomposed tokens internallyAleksey Kladov2019-09-101-1/+15
* Fix outer doc-comments of `macro_rules`uHOOCCOOHu2019-09-091-2/+2
* Lower `Fn(X, Y) -> Z` pathsFlorian Diebold2019-09-072-1/+7
* Merge #1743bors[bot]2019-09-052-0/+2
|\
| * Support resolution of `#[macro_use] extern crate`uHOOCCOOHu2019-08-312-0/+2
* | Correctly build BodySourceMap for macro-expanded expressionsAleksey Kladov2019-09-031-2/+3
* | fix assistsAleksey Kladov2019-09-021-0/+20
* | fix hir for new block syntaxAleksey Kladov2019-09-024-6/+6
* | fix generated ASTAleksey Kladov2019-09-023-3/+4
* | always wrap block into an expressionAleksey Kladov2019-09-022-11/+11
* | remove useless traitAleksey Kladov2019-09-023-9/+6
* | Add an expr_source method analogous to the source methods in the code modelFlorian Diebold2019-09-021-3/+2
|/
* Merge #1734bors[bot]2019-08-251-0/+7
|\
| * Cast SyntaxNodePtr to AstPtr directlyPhil Ellison2019-08-251-0/+7
* | Add `BoxPat` variantDylan MacKenzie2019-08-232-2/+40
|/
* rename struct -> record, pos -> tupleAleksey Kladov2019-08-237-295/+295
* make ast object safeAleksey Kladov2019-08-231-2/+10
* Improve/fix type bound loweringFlorian Diebold2019-08-221-26/+29
* Add `impl Trait` and `dyn Trait` typesFlorian Diebold2019-08-222-1/+27
* Don't add `?` bounds as real boundsAleksey Kladov2019-08-221-0/+12
* :arrow_up: rustc_lexerAleksey Kladov2019-08-202-116/+74
* remove ast::*Kind enumsAleksey Kladov2019-08-192-353/+347
* use new quote-generated astAleksey Kladov2019-08-182-1289/+1408
* use quote! macro to generate grammarAleksey Kladov2019-08-181-27/+27
* deserialize grammarAleksey Kladov2019-08-181-53/+53
* Introduce separate hir::BinaryOpAleksey Kladov2019-08-171-6/+0
* implement accessors for IndexExprAleksey Kladov2019-08-171-0/+9
* simplifyAleksey Kladov2019-08-171-35/+36
* Lower fully qualified associated type pathsFlorian Diebold2019-08-121-0/+10
* Move numeric names inside of `NameRef`Aleksey Kladov2019-08-092-18/+20
* Change macro to functionEvgenii P2019-08-091-15/+13
* rustfmtEvgenii P2019-08-091-10/+10
* Reduce code duplication in lexer by introducing small macroEvgenii P2019-08-091-20/+17
* Add function parameters attributesEvgenii P2019-08-072-0/+4
* Unconditionally trim the end of commentskjeremy2019-07-312-13/+5
* Removes `*/` in block doc commentskjeremy2019-07-312-2/+62
* Add explicit newline preserving testskjeremy2019-07-311-0/+17
* Merge #1604bors[bot]2019-07-291-3/+19
|\
| * cargo formatPhil Ellison2019-07-281-3/+1
| * Add special case for f32 and f43 suffices on Literal.kindPhil Ellison2019-07-282-17/+21
| * Add issue link and trailing newlinePhil Ellison2019-07-281-1/+2