aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Fix lexer not producing right token on "_"pcpthm2019-03-212-0/+1
* Fix reparsing bug when lex result is differentpcpthm2019-03-213-2/+17
* Improve reparse fuzz testpcpthm2019-03-211-1/+13
* Fix an arithmetic overflow in reparserpcpthm2019-03-213-5/+11
* Add fuzz test for reparsingpcpthm2019-03-214-1/+64
* Refactor parser fuzz testingpcpthm2019-03-215-16/+23
* Error about attributes onpcpthm2019-03-192-0/+59
* Allow attributes on top level expressionpcpthm2019-03-194-0/+152
* Merge #991bors[bot]2019-03-188-10/+88
|\
| * Use Marker argument for item parserspcpthm2019-03-188-10/+88
* | Merge #983bors[bot]2019-03-172-0/+217
|\ \
| * | support remainder assignment operatorJean Mertz2019-03-172-0/+217
* | | Fix parse tree of attribute on match armpcpthm2019-03-173-118/+118
| |/ |/|
* | Allow attribute on struct literal fieldpcpthm2019-03-172-0/+48
* | add name resolution from the old implAleksey Kladov2019-03-173-7/+5
|/