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
/
src
/
libsyntax
/
parse
Age
Commit message (
Expand
)
Author
Lines
2019-10-01
Address review comments
Vadim Petrochenkov
-2
/
+2
2019-09-30
syntax: Support modern attribute syntax in the `meta` matcher
Vadim Petrochenkov
-17
/
+22
2019-09-30
syntax: Split `ast::Attribute` into container and inner parts
Vadim Petrochenkov
-2
/
+1
2019-09-30
syntax: reduce repetition in fn parsing.
Mazdak Farrokhzad
-26
/
+21
2019-09-30
syntax: stylistic cleanup in item parsing.
Mazdak Farrokhzad
-107
/
+47
2019-09-30
syntax: fuse more code paths together.
Mazdak Farrokhzad
-48
/
+51
2019-09-30
syntax: extract `error_on_invalid_abi`.
Mazdak Farrokhzad
-14
/
+17
2019-09-30
syntax: cleanup `parse_visibility`.
Mazdak Farrokhzad
-53
/
+69
2019-09-30
syntax: misc cleanup
Mazdak Farrokhzad
-44
/
+30
2019-09-30
syntax: cleanup `parse_fn_decl`.
Mazdak Farrokhzad
-6
/
+3
2019-09-30
syntax: reorder param parsing to make more sense.
Mazdak Farrokhzad
-153
/
+153
2019-09-30
syntax refactor `parse_self_param` (5)
Mazdak Farrokhzad
-22
/
+21
2019-09-30
syntax refactor `parse_self_param` (4)
Mazdak Farrokhzad
-30
/
+37
2019-09-30
syntax refactor `parse_self_param` (3)
Mazdak Farrokhzad
-28
/
+20
2019-09-30
syntax refactor `parse_self_param` (2)
Mazdak Farrokhzad
-11
/
+16
2019-09-30
syntax refactor `parse_self_param` (1)
Mazdak Farrokhzad
-12
/
+13
2019-09-30
syntax refactor `parse_fn_params`
Mazdak Farrokhzad
-28
/
+29
2019-09-30
syntax: `is_named_argument` -> `is_named_param`.
Mazdak Farrokhzad
-2
/
+2
2019-09-30
syntax: cleanup method parsing.
Mazdak Farrokhzad
-74
/
+66
2019-09-30
Added backticks for one diagnostic message.
Alexander Regueiro
-1
/
+1
2019-09-29
Rollup merge of #64894 - Centril:fix-64682, r=petrochenkov
Mazdak Farrokhzad
-76
/
+41
2019-09-29
syntax: fix #64682.
Mazdak Farrokhzad
-76
/
+41
2019-09-29
syntax: recover trailing `|` in or-patterns.
Mazdak Farrokhzad
-26
/
+79
2019-09-28
syntax: don't keep a redundant c_variadic flag in the AST.
Eduard-Mihai Burtescu
-8
/
+6
2019-09-27
Auto merge of #64813 - varkor:node-to-kind, r=Centril
bors
-73
/
+73
2019-09-26
Rename `MetaItem.node` to `MetaItem.kind`
varkor
-4
/
+4
2019-09-26
Rename `ForeignItem.node` to `ForeignItem.kind`
varkor
-4
/
+4
2019-09-26
Rename `Item.node` to `Item.kind`
varkor
-4
/
+4
2019-09-26
Rename `Stmt.node` to `Stmt.kind`
varkor
-11
/
+11
2019-09-26
Rename `Ty.node` to `Ty.kind`
varkor
-14
/
+14
2019-09-26
Rename `TraitItem.node` to `TraitItem.kind`
varkor
-2
/
+2
2019-09-26
Rename `Lit.node` to `Lit.kind`
varkor
-4
/
+4
2019-09-26
Rename `ImplItem.node` to `ImplItem.kind`
varkor
-4
/
+4
2019-09-26
Rename `Pat.node` to `Pat.kind`
varkor
-15
/
+15
2019-09-26
Rename `Expr.node` to `Expr.kind`
varkor
-12
/
+12
2019-09-25
Fix issue #64732
Haoran Wang
-1
/
+7
2019-09-23
Add parser recovery for `const $ident = $expr;`.
Mazdak Farrokhzad
-3
/
+44
2019-09-23
Auto merge of #64272 - Mark-Simulacrum:parallel-handler, r=estebank
bors
-13
/
+8
2019-09-23
Auto merge of #64695 - Centril:rollup-t1xnl2c, r=Centril
bors
-38
/
+61
2019-09-23
Rollup merge of #64676 - estebank:assoc-type-bound-in-generic, r=petrochenkov
Mazdak Farrokhzad
-38
/
+61
2019-09-22
review comments
Esteban Küber
-1
/
+1
2019-09-22
Point at correct span for parenthesized types
Esteban Küber
-6
/
+7
2019-09-21
review comments: wording
Esteban Küber
-1
/
+1
2019-09-21
Parse assoc type bounds in generic params and provide custom diagnostic
Esteban Küber
-38
/
+61
2019-09-21
Rollup merge of #64342 - glorv:master, r=varkor
Mazdak Farrokhzad
-11
/
+10
2019-09-21
Rollup merge of #64136 - crgl:doc-from-parser-lhs, r=Centril
Mazdak Farrokhzad
-0
/
+7
2019-09-21
Rollup merge of #64010 - c410-f3r:stabilize-attrs-fn, r=Centril
Mazdak Farrokhzad
-12
/
+3
2019-09-20
factor out pluralisation remains after #64280
gaolei
-11
/
+10
2019-09-17
Remove Handler::cancel
Mark Rousskov
-12
/
+6
2019-09-17
Privatize DiagnosticBuilder constructors
Mark Rousskov
-1
/
+1
[prev]
[next]