aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* | | remove flavorAleksey Kladov2019-04-023-10/+10
* | | More future-proof comment kindAleksey Kladov2019-04-024-36/+58
* | | fix comment namingAleksey Kladov2019-04-022-13/+15
* | | allow empty doc commentsAleksey Kladov2019-04-021-4/+6
* | | add ast::tokensAleksey Kladov2019-04-0210-119/+124
* | | 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-015-45/+402
|/ / /
* | | Merge #1082bors[bot]2019-04-013-0/+96
|\ \ \
| * | | Async block in argument positionAndrey Tkachenko2019-04-013-0/+96
* | | | Merge #1067bors[bot]2019-04-011-6/+28
|\ \ \ \
| * | | | Simplifykjeremy2019-03-271-13/+14
| * | | | Take number of arguments at the call-site into account for signature helpkjeremy2019-03-271-1/+22
* | | | | Merge #1081bors[bot]2019-04-014-9/+66
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Async closure syntaxrobojumper2019-03-314-9/+66
* | | | | switch to new rowanAleksey Kladov2019-04-0149-1220/+1019
|/ / / /
* | | | Add WherePred to allow predicate access in WhereClauseVille Penttinen2019-03-315-8/+132
* | | | Merge #1072bors[bot]2019-03-314-3/+43
|\ \ \ \
| * | | | add test for async blocksmemoryruins2019-03-282-0/+40
| * | | | recognize async movememoryruins2019-03-282-3/+3
| | |/ / | |/| |
* | | | Add trait ast::TypeBoundsOwnerVille Penttinen2019-03-313-5/+21
* | | | Update testsVille Penttinen2019-03-313-67/+115
* | | | Change parsing bounds in path_typesVille Penttinen2019-03-312-11/+40
* | | | Move parsing a single TYPE_BOUND to a separate functionVille Penttinen2019-03-301-19/+26
* | | | Update testsVille Penttinen2019-03-3025-418/+634
* | | | Add new TYPE_BOUND_LIST and TYPE_BOUND syntax kindsVille Penttinen2019-03-305-2/+95
* | | | Fix parsing <= in type_argsVille Penttinen2019-03-304-6/+29
|/ / /
* | | Add tests to ra_syntax for extern_crate_selfmemoryruins2019-03-282-1/+17
* | | Add extern_crate_self to ra_parser.memoryruins2019-03-281-0/+4
* | | update salsa some moreAleksey Kladov2019-03-271-1/+1
|/ /
* | :arrow_up: salsaAleksey Kladov2019-03-271-1/+1
* | Use EXE extension for pre-commit hook on WindowHrvoje Ban2019-03-271-1/+5
* | Flip any binary expression except assignments.Marco Groppo2019-03-261-64/+56
* | Merge branch 'master' of github.com:rust-analyzer/rust-analyzer into flip-bin...Marco Groppo2019-03-2625-811/+990
|\ \
| * | more realistic test for incrementalityAleksey Kladov2019-03-261-5/+22
| * | Merge #1059bors[bot]2019-03-2611-209/+233
| |\ \
| | * | reduce visibilityAleksey Kladov2019-03-262-12/+12
| | * | renameAleksey Kladov2019-03-267-56/+44
| | * | simplifyAleksey Kladov2019-03-263-21/+21
| | * | make stuff privateAleksey Kladov2019-03-261-26/+14
| | * | more type safetyAleksey Kladov2019-03-265-63/+82
| | * | strongy-typed ids for macrosAleksey Kladov2019-03-264-33/+19
| | * | add typed idsAleksey Kladov2019-03-267-45/+88
| * | | Merge #1051bors[bot]2019-03-265-378/+391
| |\ \ \ | | |/ / | |/| |
| | * | Move ra_ide_api unit testsWilco Kusee2019-03-255-378/+391
| * | | remove some dead codeAleksey Kladov2019-03-261-17/+1
| * | | simplifyAleksey Kladov2019-03-263-8/+6
| * | | move source_id to a separate fileAleksey Kladov2019-03-268-120/+128