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
/
diagnostics.rs
Age
Commit message (
Expand
)
Author
Lines
2019-10-14
Rollup merge of #65363 - Centril:less-pprust, r=Mark-Simulacrum
Mazdak Farrokhzad
-1
/
+1
2019-10-13
ast: remove implicit pprust dependency via Display.
Mazdak Farrokhzad
-1
/
+1
2019-10-13
syntax: simplify maybe_annotate_with_ascription
Mazdak Farrokhzad
-9
/
+11
2019-10-05
Rollup merge of #64909 - estebank:turbofish-reloaded, r=Centril
Tyler Mandry
-13
/
+150
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
-12
/
+88
2019-10-02
syntax: improve parameter without type suggestions
David Wood
-8
/
+24
2019-09-30
syntax: cleanup method parsing.
Mazdak Farrokhzad
-1
/
+1
2019-09-26
Rename `Item.node` to `Item.kind`
varkor
-1
/
+1
2019-09-26
Rename `Ty.node` to `Ty.kind`
varkor
-5
/
+5
2019-09-26
Rename `Pat.node` to `Pat.kind`
varkor
-7
/
+7
2019-09-26
Rename `Expr.node` to `Expr.kind`
varkor
-3
/
+3
2019-09-23
Auto merge of #64272 - Mark-Simulacrum:parallel-handler, r=estebank
bors
-7
/
+1
2019-09-20
factor out pluralisation remains after #64280
gaolei
-4
/
+4
2019-09-17
Remove Handler::cancel
Mark Rousskov
-7
/
+1
2019-09-09
Resolve attributes in several places
Caio
-1
/
+8
2019-09-07
Apply suggestions from code review
Alexander Regueiro
-1
/
+1
2019-09-07
Aggregation of cosmetic changes made during work on REPL PRs: libsyntax
Alexander Regueiro
-38
/
+38
2019-09-05
Bail out when encountering likely missing turbofish in parser
Esteban Küber
-1
/
+4
2019-08-27
Cleanup: Consistently use `Param` instead of `Arg` #62426
Kevin Per
-17
/
+17
2019-08-14
Merge Variant and Variant_
Caio
-6
/
+5
2019-07-30
Unsupport the await!(..) macro.
Mazdak Farrokhzad
-4
/
+19
2019-07-30
Rollup merge of #62928 - Centril:recover-parens-around-for-head, r=estebank
Mazdak Farrokhzad
-37
/
+81
2019-07-28
Add 'span_to_snippet' shortcut.
Mazdak Farrokhzad
-6
/
+6
2019-07-28
Use chaining for diagnosics in parser.
Mazdak Farrokhzad
-33
/
+33
2019-07-28
Recover 'for ( $pat in $expr ) $block'.
Mazdak Farrokhzad
-0
/
+44
2019-07-27
Lint attributes on function arguments
Caio
-1
/
+1
2019-07-19
review comments
Esteban Küber
-7
/
+7
2019-07-19
Handle more cases of typos misinterpreted as type ascription
Esteban Küber
-42
/
+49
2019-07-16
normalize use of backticks in compiler messages for libsyntax/parse
Samy Kacimi
-1
/
+1
2019-07-13
review comment
Esteban Küber
-1
/
+1
2019-07-13
Detect `fn` with a body in an `extern` block
Esteban Küber
-0
/
+37
2019-07-10
Move pp::Printer helpers to direct impl
Mark Rousskov
-2
/
+0
2019-06-29
Remove io::Result from syntax::print
Mark Rousskov
-6
/
+6
2019-06-26
remove old fixme
Mark Mansi
-1
/
+1
2019-06-21
Implement arbitrary_enum_discriminant
John Wrenn
-19
/
+29
2019-06-12
Auto merge of #60669 - c410-f3r:attrs-fn, r=petrochenkov
bors
-4
/
+4
2019-06-09
Allow attributes in formal function parameters
Caio
-4
/
+4
2019-06-08
syntax: Remove `Deref` impl from `Token`
Vadim Petrochenkov
-1
/
+1
2019-06-07
parser: `self.span` -> `self.token.span`
Vadim Petrochenkov
-35
/
+35
2019-06-06
Some code cleanup and tidy/test fixes
Vadim Petrochenkov
-7
/
+8
2019-06-06
syntax: Remove duplicate span from `token::Ident`
Vadim Petrochenkov
-3
/
+3
2019-06-06
syntax: Use `Token` in `Parser`
Vadim Petrochenkov
-6
/
+6
2019-06-06
syntax: Rename `Token` into `TokenKind`
Vadim Petrochenkov
-6
/
+6
2019-06-06
Always use token kinds through `token` module rather than `Token` type
Vadim Petrochenkov
-5
/
+5
2019-06-03
syntax: revert `ast::AsyncArgument` and associated changes.
Eduard-Mihai Burtescu
-1
/
+1
[next]