Aleksey Kladov
|
fa2131365e
|
G: use names in traits
|
2018-02-10 14:15:04 +03:00 |
|
Aleksey Kladov
|
c13e6db774
|
G: use names in fields
|
2018-02-10 14:13:30 +03:00 |
|
Aleksey Kladov
|
8a735b6672
|
G: use names in enums
|
2018-02-10 14:10:50 +03:00 |
|
Aleksey Kladov
|
ca6e93f091
|
G: use names in structs
|
2018-02-10 14:10:02 +03:00 |
|
Aleksey Kladov
|
f746fb6a93
|
G: use names in consts
|
2018-02-10 14:08:46 +03:00 |
|
Aleksey Kladov
|
1401f5af4a
|
Allow to update files en masse
|
2018-02-10 14:07:02 +03:00 |
|
Aleksey Kladov
|
3c9d8ff423
|
G: names for fns
|
2018-02-10 14:04:31 +03:00 |
|
Aleksey Kladov
|
fc0a9e266b
|
G: introduce names
|
2018-02-10 14:00:23 +03:00 |
|
Aleksey Kladov
|
dd6e5371eb
|
G: where clause
|
2018-02-10 12:53:07 +03:00 |
|
Aleksey Kladov
|
2ef16a4121
|
G: type item
|
2018-02-10 12:35:40 +03:00 |
|
Aleksey Kladov
|
c119e8fd8b
|
G: unsafe fn
|
2018-02-04 17:06:07 +03:00 |
|
Aleksey Kladov
|
85c42fba12
|
Support contextual tokens
|
2018-02-04 16:46:26 +03:00 |
|
Aleksey Kladov
|
a40b715ce1
|
G: unsafe impl & trait
|
2018-02-04 13:53:05 +03:00 |
|
Aleksey Kladov
|
003ea633e9
|
Add more inline tests
|
2018-02-04 12:28:30 +03:00 |
|
Aleksey Kladov
|
9b3d806b0d
|
Add infra for inline tests
|
2018-02-03 22:34:35 +03:00 |
|
Aleksey Kladov
|
9435ea4b8e
|
Drop unused extern crate
|
2018-02-03 12:54:13 +03:00 |
|
Aleksey Kladov
|
bb381a7ff7
|
Move tools to a separate package
|
2018-02-03 12:51:06 +03:00 |
|
Aleksey Kladov
|
e5273d33d0
|
G: const item
|
2018-02-03 12:05:57 +03:00 |
|
Aleksey Kladov
|
0000f4f4f2
|
G: static items
|
2018-02-02 23:45:15 +03:00 |
|
Aleksey Kladov
|
049c9b60fb
|
L: const & static keywords
|
2018-02-02 23:30:17 +03:00 |
|
Aleksey Kladov
|
c9318e046c
|
G: extern functions
|
2018-02-02 22:08:37 +03:00 |
|
Aleksey Kladov
|
197a2e6fef
|
G: type_parameter_list
|
2018-01-30 22:53:19 +03:00 |
|
Aleksey Kladov
|
c23a2519e1
|
Print identifiers in test data
|
2018-01-28 23:13:32 +03:00 |
|
Aleksey Kladov
|
b7c141e0b5
|
Parse enums
|
2018-01-28 22:59:18 +03:00 |
|
Aleksey Kladov
|
b9cbbfa405
|
Test for error recovery for broken parameters
|
2018-01-28 21:19:57 +03:00 |
|
Aleksey Kladov
|
8ca02acb5a
|
Generic params in structs
|
2018-01-28 21:18:24 +03:00 |
|
Aleksey Kladov
|
d1d47e6244
|
Skip over balanced parens
|
2018-01-28 20:53:01 +03:00 |
|
bors[bot]
|
7a6fa6504c
|
Merge #24
24: Block Comments r=matklad a=CAD97
closes #7
|
2018-01-28 10:52:49 +00:00 |
|
Christopher Durham
|
f4f79038d1
|
Block Comments
closes #7
|
2018-01-28 05:08:25 -05:00 |
|
Aleksey Kladov
|
0663c24222
|
Add recovery test
|
2018-01-28 13:01:39 +03:00 |
|
Christopher Durham
|
58ff03086f
|
Normalize test newlines
Tests pass with CRLF newlines now
|
2018-01-27 19:19:53 -05:00 |
|
Christopher Durham
|
4de3c97b2a
|
Enforce rustfmt format
|
2018-01-27 18:31:23 -05:00 |
|
Aleksey Kladov
|
357cd33581
|
Add tests for parser recovery in fields
|
2018-01-28 02:20:40 +03:00 |
|
Aleksey Kladov
|
a4880ca03e
|
⬆️ deps
|
2018-01-28 00:24:40 +03:00 |
|
Aleksey Kladov
|
645a1b5d73
|
Remove high-order bits from tuple struct
|
2018-01-22 02:21:53 +03:00 |
|
Aleksey Kladov
|
05ad469ac3
|
Command-line utilty to print the parse tree
|
2018-01-22 02:12:26 +03:00 |
|
Aleksey Kladov
|
c8cf1d8cda
|
Test attribute recovery
|
2018-01-21 00:36:17 +03:00 |
|
Aleksey Kladov
|
410f948c5f
|
Drop high-order combinators
|
2018-01-20 17:21:13 +03:00 |
|
Aleksey Kladov
|
08f7c69f90
|
G: struct flavors
|
2018-01-13 22:00:26 +03:00 |
|
Aleksey Kladov
|
55891be06a
|
G: use trees
|
2018-01-13 13:42:19 +03:00 |
|
Aleksey Kladov
|
29b2e0adcc
|
G: allow self & super in paths
|
2018-01-13 11:55:03 +03:00 |
|
Aleksey Kladov
|
f31d858607
|
G: visibility
|
2018-01-12 22:05:46 +03:00 |
|
Aleksey Kladov
|
c111a1f7b8
|
Nest paths
|
2018-01-12 20:59:19 +03:00 |
|
Aleksey Kladov
|
ca0c5ea38b
|
Support tree rebalancing
|
2018-01-12 20:32:37 +03:00 |
|
Aleksey Kladov
|
9a8e9bc4c6
|
G: item outer attributes
|
2018-01-11 23:01:12 +03:00 |
|
Aleksey Kladov
|
89699c4803
|
G: leading colon is a part of path segment
|
2018-01-11 22:11:44 +03:00 |
|
Aleksey Kladov
|
41bf98d249
|
G: multisegment paths
|
2018-01-11 20:55:08 +03:00 |
|
Aleksey Kladov
|
5ea7e5fb7a
|
G: simplest use items
|
2018-01-09 23:32:18 +03:00 |
|
Aleksey Kladov
|
1544e89c49
|
G: mod item
|
2018-01-09 22:35:55 +03:00 |
|
Aleksey Kladov
|
7f8ca07d86
|
G: extern crate
|
2018-01-09 00:06:42 +03:00 |
|