aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* G: unsafe impl & traitAleksey Kladov2018-02-043-0/+39
|
* Add more inline testsAleksey Kladov2018-02-041-0/+8
|
* Add infra for inline testsAleksey Kladov2018-02-031-0/+4
|
* Move tools to a separate packageAleksey Kladov2018-02-032-132/+0
|
* G: const itemAleksey Kladov2018-02-033-14/+45
|
* G: static itemsAleksey Kladov2018-02-022-6/+27
|
* L: const & static keywordsAleksey Kladov2018-02-021-0/+6
|
* Move type parameter parsing to a separate fileAleksey Kladov2018-02-024-74/+80
|
* Move use item parsing to a separate fileAleksey Kladov2018-02-023-72/+73
|
* G: extern functionsAleksey Kladov2018-02-022-12/+51
|
* FormattingAleksey Kladov2018-01-301-1/+0
|
* G: type_parameter_listAleksey Kladov2018-01-303-3/+51
|
* ReformatAleksey Kladov2018-01-283-4/+5
|
* Print identifiers in test dataAleksey Kladov2018-01-281-1/+13
|
* Parse enumsAleksey Kladov2018-01-284-1/+49
|
* Generic params in structsAleksey Kladov2018-01-283-2/+50
|
* Move struct parsing to a separate moduleAleksey Kladov2018-01-282-83/+86
|
* Skip over balanced parensAleksey Kladov2018-01-282-0/+22
|
* Don't return SyntaxKind from bumpAleksey Kladov2018-01-284-16/+13
|
* Rename raw_lookahead -> nthAleksey Kladov2018-01-284-8/+8
|
* SimplifyAleksey Kladov2018-01-282-28/+5
|
* Drop curly_blockAleksey Kladov2018-01-282-42/+21
| | | | closes #13
* Merge #24bors[bot]2018-01-281-1/+24
|\ | | | | | | | | | | 24: Block Comments r=matklad a=CAD97 closes #7
| * Update comments.rsChristopher Durham2018-01-281-1/+1
| |
| * Block CommentsChristopher Durham2018-01-281-1/+24
| | | | | | | | closes #7
* | Simplify item parsingAleksey Kladov2018-01-282-4/+7
|/
* Update gen.rsChristopher Durham2018-01-281-1/+0
|
* Drop `repr(u32)` from SyntaxKindAleksey Kladov2018-01-281-1/+0
| | | | | Nomicon says it disables some optimizations: https://doc.rust-lang.org/beta/nomicon/other-reprs.html#repru-repri
* Merge #18bors[bot]2018-01-283-4/+59
|\ | | | | | | | | | | 18: Comments r=matklad a=matklad
| * Document events a bitAleksey Kladov2018-01-281-1/+0
| |
| * Document events a bitAleksey Kladov2018-01-281-0/+48
| |
| * Explain TOMBSTONE and EOFAleksey Kladov2018-01-282-4/+12
| |
* | Merge #17bors[bot]2018-01-283-7/+14
|\ \ | |/ |/| | | | | | | 17: Document the design of `FileBuilder` r=matklad a=matklad
| * Document the design of `FileBuilder`Aleksey Kladov2018-01-283-7/+14
| |
* | Convert SyntaxKind to an enumChristopher Durham2018-01-287-243/+243
|/
* Add minimal docs to most public symbolsChristopher Durham2018-01-286-3/+60
|
* Enforce rustfmt formatChristopher Durham2018-01-271-1/+1
|
* Enforce rustfmt formatChristopher Durham2018-01-2721-237/+256
|
* Drop high-order stuff for goodAleksey Kladov2018-01-272-40/+0
|
* SimplifyAleksey Kladov2018-01-271-6/+15
|
* SimplifyAleksey Kladov2018-01-272-11/+22
|
* SimplifyAleksey Kladov2018-01-221-5/+1
|
* Extract nested treesAleksey Kladov2018-01-221-8/+7
|
* Remove high-order bits from tuple structAleksey Kladov2018-01-211-6/+9
|
* Command-line utilty to print the parse treeAleksey Kladov2018-01-212-0/+55
|
* Remove high-order bits from attributesAleksey Kladov2018-01-205-40/+98
|
* Markers APIAleksey Kladov2018-01-2010-145/+189
|
* Drop more high-order stuffAleksey Kladov2018-01-205-93/+100
|
* Drop more high-order stuffAleksey Kladov2018-01-201-12/+11
|
* Drop high-order combinatorsAleksey Kladov2018-01-202-134/+128
|