index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
ra_syntax
/
tests
/
data
/
parser
Age
Commit message (
Expand
)
Author
Lines
2019-02-25
rename type to type_alias in the AST as well
Aleksey Kladov
-37
/
+37
2019-02-17
Enable parsing attributes for generic lifetimes and type parameters
Ville Penttinen
-0
/
+63
2019-02-17
Parse only outer_attributes for match arms for now
Ville Penttinen
-31
/
+59
2019-02-17
Enable parsing of attributes inside a match block
Ville Penttinen
-0
/
+493
2019-02-12
rename yellow -> syntax_node
Aleksey Kladov
-2
/
+2
2019-02-11
make macro a NameOwner
Aleksey Kladov
-3
/
+6
2019-02-09
Fix handling of literal patterns
Florian Diebold
-25
/
+37
2019-02-04
Add AST for extern crate
Florian Diebold
-3
/
+3
2019-02-02
Fix number of extern_inner_attributes
DJMcNab
-0
/
+0
2019-01-31
Merge #692
bors[bot]
-0
/
+389
2019-01-28
Infer type of match guard
Marcus Klaas de Vries
-40
/
+95
2019-01-28
Parse and validate attributes in blocks
DJMcNab
-0
/
+316
2019-01-27
Add a test for inner attributes on extern blocks
DJMcNab
-0
/
+30
2019-01-27
Correctly parse inner attributes of impl blocks
DJMcNab
-0
/
+43
2019-01-26
Make attrs be a child of the let statement
DJMcNab
-16
/
+16
2019-01-26
Support attributes on let statements
DJMcNab
-0
/
+78
2019-01-26
Struct literals should not be a `BlockLike::Block`
DJMcNab
-0
/
+117
2019-01-26
Merge #660
bors[bot]
-0
/
+45
2019-01-25
Support macro calls in type position
Erlend Tobiassen
-0
/
+45
2019-01-26
rename POS_FIELD -> POS_FIELD_DEF
Aleksey Kladov
-26
/
+26
2019-01-24
Support universal function call syntax in function calls
DJMcNab
-6
/
+223
2019-01-23
More correct raw ident handling
Josh Robson Chase
-0
/
+50
2019-01-23
Use IDENT for both raw and normal idents
Josh Robson Chase
-2
/
+2
2019-01-23
Add raw idents to lexer and parser
Josh Robson Chase
-0
/
+42
2019-01-22
Add test for placeholder parameters in trait fn defs
Erlend Tobiassen
-0
/
+35
2019-01-22
Update tests after allowing where predicate to accept types
Erlend Tobiassen
-20
/
+63
2019-01-19
Change parsing of struct field patterns
Marcus Klaas de Vries
-12
/
+10
2019-01-19
Finish move of StructField for pattern type inference
Marcus Klaas de Vries
-20
/
+26
2019-01-12
Fix handling of attributes in positional field lists
DJMcNab
-0
/
+43
2019-01-10
Fix handling of where clauses in tuple structs
DJMcNab
-0
/
+64
2019-01-04
Rename traits::impl_item -> impl_block as well, as well as the tests
Florian Diebold
-0
/
+0
2019-01-04
Rename ImplItem to ImplBlock
Florian Diebold
-21
/
+20
2019-01-04
add mod doc comment test
csmoe
-0
/
+22
2019-01-01
Fix the same bug as #396 but for bytes too
DJMcNab
-0
/
+1
2018-12-31
Fix the `panic` found whilst fuzzing
DJMcNab
-0
/
+1
2018-12-30
Merge #366
bors[bot]
-33
/
+46
2018-12-30
parse minus before number literal
csmoe
-33
/
+46
2018-12-29
Add fuzz failure to the fuzz-failures directory
DJMcNab
-0
/
+1
2018-12-27
fix suffix ranges
Aleksey Kladov
-0
/
+79
2018-12-25
Improve parsing of incomplete field accesses in preparation for field completion
Florian Diebold
-0
/
+38
2018-12-21
Fix where clauses using fully qualified path syntax
DJMcNab
-8
/
+133
2018-12-21
Add comment about the source of the weird_exprs test
DJMcNab
-2235
/
+2248
2018-12-20
Add weird_exprs test
DJMcNab
-0
/
+2385
2018-12-20
Run gen-tests
DJMcNab
-0
/
+59
2018-12-20
Fix the tests and fix the precommit hook
DJMcNab
-546
/
+194
2018-12-20
Fix ambiguity with if break
DJMcNab
-0
/
+71
2018-12-19
Add tests and only traverse in the crates directory
DJMcNab
-87
/
+168
2018-12-19
Move is_block to lower in the call tree
DJMcNab
-61
/
+61
2018-12-19
Fix parsing of inclusive ranges (#214)
DJMcNab
-33
/
+150
2018-12-17
Fixed cast expression parsing in ra_syntax.
Roland Ruckerbauer
-6
/
+48
[next]