]> git.lizzy.rs Git - rust.git/history - crates/ra_parser/src/grammar.rs
Touch up TokenSet a bit
[rust.git] / crates / ra_parser / src / grammar.rs
2019-12-19 Aleksey KladovTouch up TokenSet a bit
2019-10-08 bors[bot]Merge #1922
2019-09-27 bors[bot]Merge #1815
2019-09-26 bors[bot]Merge #1921
2019-09-26 Aleksey KladovStart simplifying editing API
2019-09-20 bors[bot]Merge #1881
2019-09-19 bors[bot]Merge #1877
2019-09-19 kjeremyReplace usages of bump_any with bump
2019-09-11 bors[bot]Merge #1796
2019-09-11 bors[bot]Merge #1797
2019-09-10 bors[bot]Merge #1806
2019-09-10 bors[bot]Merge #1801
2019-09-10 Aleksey KladovWIP: switch to fully decomposed tokens internally
2019-09-09 bors[bot]Merge #1803
2019-09-09 Aleksey Kladovintroduce bump as a better-checked alternative to bump_any
2019-09-09 Aleksey Kladovrename bump -> bump_any
2019-09-09 bors[bot]Merge #1795
2019-09-09 bors[bot]Merge #1789
2019-09-09 bors[bot]Merge #1794
2019-09-09 Aleksey Kladovtiny simplification
2019-09-05 bors[bot]Merge #1743
2019-09-02 bors[bot]Merge #1752
2019-09-02 Aleksey Kladovalways wrap block into an expression
2019-09-02 bors[bot]Merge #1749
2019-09-02 Aleksey Kladovsimplify
2019-09-02 Aleksey Kladovcleanup
2019-08-26 bors[bot]Merge #1736
2019-08-23 bors[bot]Merge #1731
2019-08-23 Aleksey Kladovrename struct -> record, pos -> tuple
2019-08-13 bors[bot]Merge #1636
2019-08-09 bors[bot]Merge #1673
2019-08-09 Aleksey KladovMove numeric names inside of `NameRef`
2019-08-09 bors[bot]Merge #1669
2019-08-09 Evgenii PMake name_ref to accept numeric names optionally
2019-08-09 Evgenii PParse tuple struct field initialization
2019-07-04 bors[bot]Merge #1485
2019-07-04 bors[bot]Merge #1486
2019-07-04 Aleksey Kladovallow rustfmt to reorder imports
2019-06-06 bors[bot]Merge #1377
2019-06-04 bors[bot]Merge #1374
2019-06-04 Alan DuFix clippy::match_bool
2019-05-22 bors[bot]Merge #1281
2019-05-20 bors[bot]Merge #1286
2019-05-15 bors[bot]Merge #1278
2019-05-15 Sergey Parilinapply T! macro where it is possible
2019-04-25 bors[bot]Merge #1209
2019-04-25 Edwin ChengFix more bugs
2019-04-20 bors[bot]Merge #1154
2019-04-19 bors[bot]Merge #1168
2019-04-19 Edwin ChengAdd vis matcher
2019-04-19 Edwin Chengadd block matcher
2019-04-19 Edwin ChengAdd block matcher
2019-04-19 bors[bot]Merge #1148
2019-04-18 Edwin ChengAdd expr, pat, ty and macro_stmts
2019-04-18 Edwin ChengAdd MacroItems and MacroStmts in grammer.ron
2019-04-18 bors[bot]Merge #1161
2019-04-18 Edwin ChengAdd `item` matcher in mbe
2019-04-17 bors[bot]Merge #1145
2019-04-17 bors[bot]Merge #1153
2019-04-17 bors[bot]Merge #1157
2019-04-17 Edwin ChengAdd mbe stmt matcher
2019-04-14 bors[bot]Merge #1137
2019-04-14 bors[bot]Merge #1138
2019-04-14 Edwin ChengFix bug and add expr , pat , ty matcher
2019-04-08 bors[bot]Merge #1105
2019-04-06 Edwin ChengAdd TtCursorTokenSource and TtCursorTokenSink
2019-04-02 Sergey ParilinMerge remote-tracking branch 'upstream/master' into...
2019-04-01 bors[bot]Merge #1067
2019-03-28 bors[bot]Merge #1070
2019-03-28 memoryruinsAdd extern_crate_self to ra_parser.
2019-03-18 bors[bot]Merge #991
2019-03-18 pcpthmUse Marker argument for item parsers
2019-03-05 bors[bot]Merge #912
2019-03-04 bors[bot]Merge #927
2019-03-04 Aleksey Kladovallow aliases in underscores
2019-03-04 bors[bot]Merge #926
2019-03-04 bors[bot]Merge #925
2019-03-04 Aleksey Kladovimprove error recovery
2019-02-22 bors[bot]Merge #866
2019-02-21 bors[bot]Merge #864
2019-02-21 bors[bot]Merge #867
2019-02-21 Aleksey Kladovmove parser to a separate crate