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
/
inline
/
ok
Age
Commit message (
Expand
)
Author
Lines
2019-02-25
rename type to type_alias in the AST as well
Aleksey Kladov
-34
/
+34
2019-02-17
Enable parsing attributes for generic lifetimes and type parameters
Ville Penttinen
-0
/
+63
2019-02-17
Enable parsing of attributes inside a match block
Ville Penttinen
-0
/
+229
2019-02-11
make macro a NameOwner
Aleksey Kladov
-2
/
+4
2019-02-09
Fix handling of literal patterns
Florian Diebold
-21
/
+31
2019-02-04
Add AST for extern crate
Florian Diebold
-1
/
+1
2019-01-31
Merge #692
bors[bot]
-0
/
+43
2019-01-28
Infer type of match guard
Marcus Klaas de Vries
-40
/
+95
2019-01-27
Correctly parse inner attributes of impl blocks
DJMcNab
-0
/
+43
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
-10
/
+10
2019-01-24
Support universal function call syntax in function calls
DJMcNab
-6
/
+85
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
-12
/
+13
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
-9
/
+9
2018-12-30
parse minus before number literal
csmoe
-33
/
+46
2018-12-21
Fix where clauses using fully qualified path syntax
DJMcNab
-8
/
+37
2018-12-20
Run gen-tests
DJMcNab
-0
/
+59
2018-12-20
Fix the tests and fix the precommit hook
DJMcNab
-0
/
+5936