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
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-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
2019-06-03
Auto merge of #61331 - estebank:fn-arg-parse-recovery, r=varkor
bors
-10
/
+64
2019-06-01
Extend docstring
Esteban Küber
-0
/
+7
2019-05-30
Move code from `parser` to `diagnostics`
Esteban Küber
-3
/
+38
2019-05-30
Recover gracefully from argument with missing type or param name
Esteban Küber
-8
/
+20
2019-05-30
Explicitly suggest 'type_ascription' feature
Janusz Marcinkiewicz
-2
/
+2
2019-05-27
Use `Symbol` equality in `is_ident_named`.
Nicholas Nethercote
-3
/
+3
2019-05-25
review comments: move back some methods and clean up wording
Esteban Küber
-40
/
+145
2019-05-25
Move some methods to `diagnostics.rs` away from `parser.rs`
Esteban Küber
-7
/
+429
2019-05-25
Tweak `self` arg not as first argument of a method diagnostic
Esteban Küber
-0
/
+45
2019-05-24
Revert changes that belong to separate PR
Esteban Küber
-1
/
+1
2019-05-24
Move diagnostic logic out of parser
Esteban Küber
-0
/
+19
2019-05-24
review comments
Esteban Küber
-2
/
+54
2019-05-23
tweak discriminant on non-nullary enum diagnostic
Andy Russell
-3
/
+44
2019-05-22
Restore the old behavior of the rustdoc keyword check + Fix rebase
Vadim Petrochenkov
-2
/
+2
2019-05-16
review comments
Esteban Küber
-26
/
+22
2019-05-16
Move some parser recovery methods to diagnostics
Esteban Küber
-2
/
+266
2019-05-16
Review comments
Esteban Küber
-1
/
+39
2019-05-01
move some functions from parser.rs to diagostics.rs
Andrew Xu
-0
/
+226