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-14
Rollup merge of #65362 - Centril:extract_fun, r=petrochenkov
Mazdak Farrokhzad
-487
/
+491
2019-10-14
Use `TokenStream::default()` in more places.
Nicholas Nethercote
-2
/
+2
2019-10-14
Remove the `Option` in `TokenStream`.
Nicholas Nethercote
-1
/
+1
2019-10-13
token: extract Nonterminal::to_tokenstream to parser.
Mazdak Farrokhzad
-138
/
+137
2019-10-13
syntax: consolidate function parsing in `item.rs`
Mazdak Farrokhzad
-487
/
+491
2019-10-13
Rollup merge of #65359 - Centril:sil, r=davidtwco
Mazdak Farrokhzad
-9
/
+6
2019-10-13
Collect occurrences of for mismatched braces diagnostic
wangxiangqing
-1
/
+4
2019-10-13
Collect occurrences of for mismatched braces diagnostic
wangxiangqing
-3
/
+17
2019-10-13
ast: remove implicit pprust dependency via Display.
Mazdak Farrokhzad
-5
/
+10
2019-10-13
simplify integer_lit
Mazdak Farrokhzad
-9
/
+6
2019-10-13
syntax: simplify maybe_annotate_with_ascription
Mazdak Farrokhzad
-9
/
+11
2019-10-07
syntax: refactor with new `fn parse_use_tree_glob_or_nested`.
Mazdak Farrokhzad
-10
/
+11
2019-10-07
syntax: use `parse_extern_abi` more.
Mazdak Farrokhzad
-8
/
+1
2019-10-07
syntax: unify and simplify fn signature parsing.
Mazdak Farrokhzad
-91
/
+74
2019-10-07
syntax: unify trait parsing a bit.
Mazdak Farrokhzad
-17
/
+12
2019-10-07
syntax: further item parsing cleanup
Mazdak Farrokhzad
-24
/
+35
2019-10-07
syntax: de-dups in item parsing.
Mazdak Farrokhzad
-50
/
+44
2019-10-07
syntax: cleanup associated const parsing.
Mazdak Farrokhzad
-32
/
+39
2019-10-07
Auto merge of #64906 - Aaron1011:feature/extern-const-fn, r=Centril
bors
-19
/
+45
2019-10-05
Rollup merge of #65123 - Centril:mac-invoc-in-mut-pat, r=estebank
Tyler Mandry
-1
/
+5
2019-10-05
Rollup merge of #64909 - estebank:turbofish-reloaded, r=Centril
Tyler Mandry
-14
/
+153
2019-10-05
Account for macro invocation in `let mut $pat` diagnostic.
Mazdak Farrokhzad
-1
/
+5
2019-10-03
review comments
Esteban Küber
-25
/
+32
2019-10-03
review comments
Esteban Küber
-20
/
+17
2019-10-03
review comments
Esteban Küber
-36
/
+43
2019-10-03
Account for missing turbofish in paths too
Esteban Küber
-4
/
+43
2019-10-03
review comments
Esteban Küber
-38
/
+49
2019-10-03
When encountering chained operators use heuristics to recover from bad turbofish
Esteban Küber
-13
/
+91
2019-10-02
syntax: improve parameter without type suggestions
David Wood
-8
/
+25
2019-10-02
Add missing 'bump'
Aaron Hill
-0
/
+1
2019-10-02
Add support for 'extern const fn'
Aaron Hill
-19
/
+44
2019-10-01
Rollup merge of #64910 - Centril:params-cleanup, r=petrochenkov
Mazdak Farrokhzad
-563
/
+495
2019-10-01
Rollup merge of #64907 - alexreg:tidy-up, r=Mark-Simulacrum
Mazdak Farrokhzad
-1
/
+1
2019-10-01
Rollup merge of #64887 - Centril:recover-trailing-vert, r=estebank
Mazdak Farrokhzad
-26
/
+79
2019-10-01
syntax: reformat passing of `FnHeader` to `parse_item_fn`.
Mazdak Farrokhzad
-12
/
+16
2019-10-01
syntax: de-closure-ify `check_or_expected`.
Mazdak Farrokhzad
-7
/
+7
2019-10-01
syntax: merge things back into `parse_visibility`.
Mazdak Farrokhzad
-37
/
+25
2019-10-01
syntax: put helpers of `parse_self_param` in the method.
Mazdak Farrokhzad
-58
/
+57
2019-10-01
syntax: document some methods.
Mazdak Farrokhzad
-2
/
+6
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
[prev]
[next]