]> git.lizzy.rs Git - rust.git/history - crates/ra_syntax/src/ast/generated.rs
Add `ModuleItemsOwner` to `Block`
[rust.git] / crates / ra_syntax / src / ast / generated.rs
2019-12-03 ice1000Add `ModuleItemsOwner` to `Block`
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-11-20 bors[bot]Merge #2321
2019-11-20 Aleksey KladovAllow non-path default type parameters
2019-11-18 bors[bot]Merge #2309
2019-11-18 bors[bot]Merge #2307
2019-11-18 bors[bot]Merge #2308
2019-11-18 DJMcNabRemove the custom impl of AttrsOwner for ImplItem
2019-10-08 bors[bot]Merge #1922
2019-10-08 bors[bot]Merge #1951
2019-10-05 bors[bot]Merge #1960
2019-10-05 bors[bot]Merge #1928
2019-10-02 uHOOCCOOHuPass attributes as token tree to DefCollector
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-30 bors[bot]Merge #1934
2019-09-30 uHOOCCOOHuFix API of Attr
2019-09-30 uHOOCCOOHuParse correct AttrInput
2019-09-16 bors[bot]Merge #1817
2019-09-15 uHOOCCOOHuSupport path starting with a type
2019-09-15 bors[bot]Merge #1848
2019-09-15 Dylan MacKenzieAdd `DotDotPat` to AST
2019-09-12 bors[bot]Merge #1818
2019-09-11 uHOOCCOOHuInfer box expression
2019-09-07 bors[bot]Merge #1786
2019-09-07 Florian DieboldLower `Fn(X, Y) -> Z` paths
2019-09-06 bors[bot]Merge #1755
2019-09-05 bors[bot]Merge #1766
2019-09-05 bors[bot]Merge #1761
2019-09-05 bors[bot]Merge #1743
2019-09-02 bors[bot]Merge #1752
2019-09-02 Aleksey Kladovfix hir for new block syntax
2019-09-02 Aleksey Kladovfix generated AST
2019-09-02 bors[bot]Merge #1751
2019-09-02 Aleksey Kladovremove useless trait
2019-08-31 uHOOCCOOHuSupport resolution of `#[macro_use] extern crate`
2019-08-26 bors[bot]Merge #1736
2019-08-25 bors[bot]Merge #1735
2019-08-25 bors[bot]Merge #1734
2019-08-25 bors[bot]Merge #1733
2019-08-23 Dylan MacKenzieAdd `BoxPat` variant
2019-08-23 bors[bot]Merge #1731
2019-08-23 Aleksey Kladovrename struct -> record, pos -> tuple
2019-08-19 bors[bot]Merge #1700
2019-08-19 Aleksey Kladovremove ast::*Kind enums
2019-08-19 bors[bot]Merge #1697
2019-08-18 Aleksey Kladovuse new quote-generated ast
2019-08-13 bors[bot]Merge #1636
2019-08-08 bors[bot]Merge #1661
2019-08-07 Evgenii PAdd function parameters attributes
2019-07-20 bors[bot]Merge #1568
2019-07-20 bors[bot]Merge #1567
2019-07-20 bors[bot]Merge #1566
2019-07-20 bors[bot]Merge #1562
2019-07-20 Unreal Hoangadd await expr to ast
2019-07-19 bors[bot]Merge #1553
2019-07-19 Aleksey Kladovcleanup casts
2019-07-19 bors[bot]Merge #1545
2019-07-19 Aleksey Kladovmigrate ra_syntax to the new rowan API
2019-06-06 bors[bot]Merge #1377
2019-06-06 bors[bot]Merge #1380
2019-06-06 Andrey Tkachenko[#1083] Try block syntax
2019-05-06 bors[bot]Merge #1163
2019-05-06 Sergey Parilinfill struct fields diagnostic
2019-05-04 bors[bot]Merge #1208
2019-05-04 Lenard PrattAdded local macro goto
2019-05-03 bors[bot]Merge #1227
2019-05-03 Edwin ChengAdd default type param in TypeParam Node
2019-04-21 bors[bot]Merge #1175
2019-04-20 bors[bot]Merge #1154
2019-04-19 Marco GroppoInitial support for lang items.
2019-04-19 bors[bot]Merge #1148
2019-04-18 Edwin ChengAdd MacroItems and MacroStmts in grammer.ron
2019-04-14 bors[bot]Merge #1138
2019-04-09 bors[bot]Merge #1122
2019-04-09 bors[bot]Merge #1123
2019-04-09 Aleksey Kladovmigrate to untyped rowan
2019-04-07 Lenard Prattupdated snapshots
2019-04-07 Lenard PrattAdded inference of array length
2019-04-04 bors[bot]Merge #1106
2019-04-03 bors[bot]Merge #1098
2019-04-03 bors[bot]Merge #1068
2019-04-02 bors[bot]Merge #1076
2019-04-02 Lenard PrattAdded const bodies and static body to the ast
2019-04-02 Sergey ParilinMerge remote-tracking branch 'upstream/master' into...
2019-04-01 bors[bot]Merge #1084
2019-04-01 Aleksey Kladovremove dead code
2019-04-01 bors[bot]Merge #1050
2019-04-01 gfreezyintelligently add parens when inlining local varaibles
2019-04-01 bors[bot]Merge #1067
2019-04-01 bors[bot]Merge #1081
2019-04-01 bors[bot]Merge #1078
2019-04-01 Aleksey Kladovswitch to new rowan
2019-03-31 bors[bot]Merge #1038
2019-03-31 Ville PenttinenAdd WherePred to allow predicate access in WhereClause
2019-03-31 bors[bot]Merge #1072
2019-03-31 bors[bot]Merge #1077
next