]> git.lizzy.rs Git - rust.git/history - crates/ra_syntax/src/grammar.ron
Add `ModuleItemsOwner` to `Block`
[rust.git] / crates / ra_syntax / src / grammar.ron
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
2019-03-31 Ville PenttinenAdd trait ast::TypeBoundsOwner
2019-03-30 Ville PenttinenAdd new TYPE_BOUND_LIST and TYPE_BOUND syntax kinds
2019-03-30 Lenard PrattAdded defWithBody
2019-03-26 Marco GroppoMerge branch 'master' of github.com:rust-analyzer/rust...
2019-03-26 bors[bot]Merge #1051
2019-03-25 bors[bot]Merge #1040
2019-03-25 Florian DieboldBasics for trait method resolution
2019-03-18 bors[bot]Merge #989
2019-03-17 bors[bot]Merge #982
2019-03-17 bors[bot]Merge #983
2019-03-17 bors[bot]Merge #968
2019-03-17 Aleksey Kladovadd name resolution from the old impl
2019-03-11 Lucas SpitsMerge branch 'master' of https://github.com/LDSpits...
2019-03-10 bors[bot]Merge #956
2019-03-09 CaioAdd async keyword
2019-02-27 bors[bot]Merge #900
2019-02-27 Ville PenttinenRemove `TypeRef` from item opts which implement TypeAsc...
2019-02-26 Ville PenttinenAdd new trait TypeAscriptionOwner
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-18 bors[bot]Merge #850
2019-02-18 bors[bot]Merge #851
2019-02-17 Ville PenttinenEnable parsing attributes for generic lifetimes and...
2019-02-17 bors[bot]Merge #849
2019-02-17 bors[bot]Merge #846
2019-02-17 Ville PenttinenEnable parsing of attributes inside a match block
2019-02-17 bors[bot]Merge #844
2019-02-17 bors[bot]Merge #843
2019-02-16 Florian DieboldHandle generic args for method calls
2019-02-16 Florian DieboldAdd generic params to impl blocks
2019-02-13 bors[bot]Merge #818
2019-02-13 bors[bot]Merge #816
2019-02-13 Florian DieboldImport the prelude
2019-02-11 bors[bot]Merge #781
2019-02-11 bors[bot]Merge #790
2019-02-11 Aleksey Kladovmake macro a NameOwner
2019-02-10 bors[bot]Merge #762
2019-02-10 bors[bot]Merge #770
2019-02-10 bors[bot]Merge #773
2019-02-09 Florian DieboldFix handling of literal patterns
2019-02-06 bors[bot]Merge #748
2019-02-05 kjeremyFill deprecation for LSP
2019-02-05 bors[bot]Merge #740
2019-02-05 bors[bot]Merge #742
2019-02-04 Florian DieboldAdd AST for extern crate
2019-02-03 bors[bot]Merge #727
2019-02-02 bors[bot]Merge #725
2019-02-01 Florian DieboldPass aliases to ImportData
2019-01-31 Aleksey Kladovconvert punts and literals
2019-01-31 bors[bot]Merge #715
2019-01-31 bors[bot]Merge #692
2019-01-31 bors[bot]Merge #712
2019-01-30 bors[bot]Merge #701
2019-01-28 Marcus Klaas de... Infer type of match guard
2019-01-28 DJMcNabParse and validate attributes in blocks
2019-01-26 bors[bot]Merge #660
2019-01-25 bors[bot]Merge #658
2019-01-25 Aleksey Kladovrename POS_FIELD -> POS_FIELD_DEF
2019-01-25 bors[bot]Merge #650
2019-01-25 Jeremy A. KolbAdd docs to struct fields
2019-01-25 bors[bot]Merge #634
2019-01-25 bors[bot]Merge #630
2019-01-24 bors[bot]Merge #633
2019-01-24 bors[bot]Merge #623
2019-01-24 Aleksey KladovMigrate trait & type to new ids
2019-01-24 Hrvoje BanFill in DocumentSymbol::detail
2019-01-24 bors[bot]Merge #621
2019-01-23 Jeremy A. KolbMake EnumVariant a DocCommentsOwner
2019-01-23 Josh Robson ChaseUse IDENT for both raw and normal idents
2019-01-23 Josh Robson ChaseAdd raw idents to lexer and parser
2019-01-20 bors[bot]Merge #574
2019-01-19 bors[bot]Merge #576
2019-01-19 Florian DieboldAdd AST/HIR for type args in path segments
2019-01-19 Marcus Klaas de... Change parsing of struct field patterns
2019-01-19 Marcus Klaas de... Move parsing of field pattern lists to the parser ...
2019-01-19 Marcus Klaas de... Add initial (flawed) implementation of binding annotations
2019-01-19 Marcus Klaas de... Create struct patterns up to the hir level
2019-01-19 Marcus Klaas de... Add additional pattern variants
2019-01-16 bors[bot]Merge #524
2019-01-16 Hirokazu HataUpdate ARRAY_EXPR grammar
2019-01-16 bors[bot]Merge #536
2019-01-15 bors[bot]Merge #546
2019-01-14 bors[bot]Merge #485
2019-01-14 Marcus Klaas de... Fix type inference for raw (byte) strings
2019-01-14 Marcus Klaas de... Fixup tests
next