aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax
Commit message (Expand)AuthorAgeFilesLines
* Add proper test for literals and fixed typo bugEdwin Cheng2019-04-051-1/+1
* Add classify_literal and undo expose next_tokenEdwin Cheng2019-04-053-2/+11
* Fix literal support in token tree to ast item listEdwin Cheng2019-04-052-2/+2
* Parse unsafe async / const unsafe fns properlyrobojumper2019-04-034-0/+78
* Merge #1076bors[bot]2019-04-022-2/+12
|\
| * Added const bodies and static body to the astLenard Pratt2019-04-022-5/+12
| * Added defWithBodyLenard Pratt2019-03-302-0/+3
* | simplifyAleksey Kladov2019-04-027-400/+336
* | Merge #1090bors[bot]2019-04-02219-8829/+8828
|\ \
| * | always show token textAleksey Kladov2019-04-02219-8829/+8828
* | | fix inner block doc commentsAleksey Kladov2019-04-021-1/+1
|/ /
* | add minimal commentsAleksey Kladov2019-04-025-0/+13
* | rename flavor to kindAleksey Kladov2019-04-023-26/+26
* | move extensions to submodulesAleksey Kladov2019-04-023-549/+566
* | remove flavorAleksey Kladov2019-04-021-4/+4
* | More future-proof comment kindAleksey Kladov2019-04-022-33/+52
* | fix comment namingAleksey Kladov2019-04-021-10/+9
* | allow empty doc commentsAleksey Kladov2019-04-021-4/+6
* | add ast::tokensAleksey Kladov2019-04-023-95/+106
* | simplifyAleksey Kladov2019-04-021-23/+19
* | move ast traits to a separate fileAleksey Kladov2019-04-022-144/+155
* | Merge #1084bors[bot]2019-04-013-37/+0
|\ \
| * | remove dead codeAleksey Kladov2019-04-013-37/+0
* | | intelligently add parens when inlining local varaiblesgfreezy2019-04-012-1/+10
|/ /
* | Merge #1082bors[bot]2019-04-012-0/+95
|\ \
| * | Async block in argument positionAndrey Tkachenko2019-04-012-0/+95
* | | Merge #1081bors[bot]2019-04-012-6/+53
|\ \ \ | |/ / |/| |
| * | Async closure syntaxrobojumper2019-03-312-6/+53
* | | switch to new rowanAleksey Kladov2019-04-0115-800/+599
|/ /
* | Add WherePred to allow predicate access in WhereClauseVille Penttinen2019-03-314-7/+131
* | Merge #1072bors[bot]2019-03-312-0/+40
|\ \
| * | add test for async blocksmemoryruins2019-03-282-0/+40
| |/
* | Add trait ast::TypeBoundsOwnerVille Penttinen2019-03-313-5/+21
* | Update testsVille Penttinen2019-03-313-67/+115
* | Update testsVille Penttinen2019-03-3025-418/+634
* | Add new TYPE_BOUND_LIST and TYPE_BOUND syntax kindsVille Penttinen2019-03-302-0/+81
* | Fix parsing <= in type_argsVille Penttinen2019-03-302-6/+27
|/
* Add tests to ra_syntax for extern_crate_selfmemoryruins2019-03-282-1/+17
* Basics for trait method resolutionFlorian Diebold2019-03-252-2/+9
* Merge #1034bors[bot]2019-03-251-0/+6
|\
| * allow dyn diagnosticsAleksey Kladov2019-03-251-0/+6
* | simplifyAleksey Kladov2019-03-251-37/+34
|/
* Merge #1036bors[bot]2019-03-251-33/+45
|\
| * Target only the actual operator.Marco Groppo2019-03-241-33/+45
* | Support references in higher-ranked trait boundsVille Penttinen2019-03-242-1/+127
|/
* replace todo with fixmeAleksey Kladov2019-03-232-2/+2
* Fix reparsing failure when removing newlinepcpthm2019-03-212-0/+14
* Fix reparsing bug on "{}{}"pcpthm2019-03-212-1/+5
* Completely ignore errors for reparse fuzzpcpthm2019-03-211-1/+0
* Use template text to improve reparse fuzzingpcpthm2019-03-211-1/+5