aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax
Commit message (Expand)AuthorAgeFilesLines
* sort hash maps for testsAleksey Kladov2019-05-211-1/+1
* add is_union to structs ASTAleksey Kladov2019-05-201-1/+17
* :arrow_up: text_unitAleksey Kladov2019-05-152-40/+27
* apply T! macro where it is possibleSergey Parilin2019-05-156-87/+86
* make AstId untypedAleksey Kladov2019-05-132-8/+9
* Merge #1257bors[bot]2019-05-131-0/+1
|\
| * Implemented T! macro for syntax kindsSergey Parilin2019-05-131-0/+1
* | Handle auto traits & negative implsFlorian Diebold2019-05-111-0/+10
* | share literal validation logic with compilerAleksey Kladov2019-05-0710-1201/+620
|/
* fill struct fields diagnosticSergey Parilin2019-05-062-6/+9
* Merge #1208bors[bot]2019-05-042-1/+2
|\
| * Added local macro gotoLenard Pratt2019-05-042-1/+2
* | Revert "eagarly clean astd maps"Aleksey Kladov2019-05-041-1/+1
* | eagarly clean astd mapsAleksey Kladov2019-05-041-1/+1
* | Add default type param in TypeParam NodeEdwin Cheng2019-05-033-1/+8
|/
* Add macro pat parsingEdwin Cheng2019-04-302-0/+39
* Merge #1213bors[bot]2019-04-285-105/+106
|\
| * Refactor parser handle mult-char punct internallyEdwin Cheng2019-04-285-105/+106
* | Fix hover on the beginning of a nested expressionFlorian Diebold2019-04-281-3/+18
|/
* Add `...` parsing for fn pointer typeEdwin Cheng2019-04-232-1/+44
* move add_missing_members to structured editing APIAleksey Kladov2019-04-222-17/+53
* test short structsAleksey Kladov2019-04-211-0/+1
* start structured editing APIAleksey Kladov2019-04-213-3/+82
* Merge #1154bors[bot]2019-04-203-1/+16
|\
| * Initial support for lang items.Marco Groppo2019-04-193-1/+16
* | Add MacroItems and MacroStmts in grammer.ronEdwin Cheng2019-04-182-0/+81
|/
* Merge #1138bors[bot]2019-04-141-0/+2
|\
| * Add L_DOLLAR and R_DOLLAREdwin Cheng2019-04-111-0/+2
* | replace usages of `algo::generate` with `iter::successors` from stdRobin Freyler2019-04-133-18/+10
* | fix typoAleksey Kladov2019-04-111-1/+1
* | migrate to untyped rowanAleksey Kladov2019-04-097-155/+153
|/
* updated snapshotsLenard Pratt2019-04-074-8/+3
* Added ArrayExprKind,Lenard Pratt2019-04-072-2/+24
* Added inference of array lengthLenard Pratt2019-04-072-1/+6
* Parse and infer tuple indicesrobojumper2019-04-069-12/+126
* 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