]> git.lizzy.rs Git - rust.git/history - crates/ra_parser/src/grammar/items.rs
Add macro keyword to ITEM_RECOVERY_SET
[rust.git] / crates / ra_parser / src / grammar / items.rs
2019-12-21 Edwin ChengAdd macro keyword to ITEM_RECOVERY_SET
2019-12-21 Edwin ChengAdd macro 2.0 support in parser
2019-11-25 bors[bot]Merge #2403
2019-11-25 Aleksey KladovFix hir for ast::UnionDef
2019-11-25 Aleksey KladovIntroduce dedicated AST node for union
2019-10-08 bors[bot]Merge #1922
2019-09-30 bors[bot]Merge #1937
2019-09-30 Alexander AndreevMerge branch 'master' into feature/issue/1856
2019-09-30 Alexander AndreevAdded test for check doc strings in crates.
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-15 bors[bot]Merge #1848
2019-09-15 bors[bot]Merge #1847
2019-09-14 Dylan MacKenzieAllow an underscore as the identifier in `const` items
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 Kladovrename bump -> bump_any
2019-09-06 bors[bot]Merge #1755
2019-09-05 bors[bot]Merge #1771
2019-09-05 bors[bot]Merge #1770
2019-09-05 bors[bot]Merge #1767
2019-09-05 Aleksey Kladovbetter error recovery for use trees
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-16 bors[bot]Merge #1691
2019-08-15 bors[bot]Merge #1685
2019-08-14 bors[bot]Merge #1676
2019-08-13 Evgenii PFix is_path_start to accept T![<], fix is_path_start...
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-06-28 bors[bot]Merge #1440
2019-06-28 zjyfixed #1384
2019-06-25 bors[bot]Merge #1432
2019-06-24 bors[bot]Merge #1434
2019-06-24 bors[bot]Merge #1429
2019-06-24 bors[bot]Merge #1415
2019-06-19 csmoefix: specialization(with blindly parsing)
2019-06-12 bors[bot]Merge #1393
2019-06-12 csmoefix: support existential type
2019-05-27 bors[bot]Merge #1328
2019-05-23 bors[bot]Merge #1318
2019-05-23 bors[bot]Merge #1321
2019-05-23 Aleksey Kladovreformat
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-28 bors[bot]Merge #1213
2019-04-28 Edwin ChengRefactor parser handle mult-char punct internally
2019-04-05 bors[bot]Merge #1118
2019-04-04 bors[bot]Merge #1106
2019-04-03 bors[bot]Merge #1101
2019-04-03 bors[bot]Merge #1098
2019-04-03 robojumperParse unsafe async / const unsafe fns properly
2019-04-03 bors[bot]Merge #1068
2019-04-02 bors[bot]Merge #1076
2019-04-01 bors[bot]Merge #1082
2019-04-01 bors[bot]Merge #1067
2019-04-01 bors[bot]Merge #1081
2019-03-31 robojumperAsync closure syntax
2019-03-31 bors[bot]Merge #1072
2019-03-28 memoryruinsrecognize async move
2019-03-18 bors[bot]Merge #991
2019-03-18 bors[bot]Merge #989
2019-03-18 pcpthmUse Marker argument for item parsers
2019-03-18 bors[bot]Merge #987
2019-03-18 pcpthmApply stylistic changes suggested
2019-03-17 pcpthmRefactor maybe_item to use Marker argument
2019-03-11 Lucas SpitsMerge branch 'master' of https://github.com/LDSpits...
2019-03-10 bors[bot]Merge #956
2019-03-10 CaioAdd test for async block
2019-03-09 CaioAdd async keyword
2019-02-25 bors[bot]Merge #897
2019-02-25 bors[bot]Merge #898
2019-02-25 Aleksey Kladovrename type to type_alias in the AST as well
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