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
/
librustc_parse
/
parser
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2019-12-02
Address review comments
Vadim Petrochenkov
-1
/
+2
2019-12-02
syntax: Use `ast::MacArgs` for attributes
Vadim Petrochenkov
-6
/
+5
2019-12-02
syntax: Introduce a struct `MacArgs` for macro arguments
Vadim Petrochenkov
-21
/
+43
2019-11-26
Refactor 'parse_enum_item' to use 'parse_delim_comma_seq'
Janusz Marcinkiewicz
-2
/
+20
2019-11-22
Rollup merge of #66183 - Centril:empty-vis-trait-decl, r=petrochenkov
Mazdak Farrokhzad
-2
/
+6
2019-11-16
parse: Use string literal parsing in the `asm` macro
Vadim Petrochenkov
-42
/
+12
2019-11-16
parse: Support parsing optional literals
Vadim Petrochenkov
-8
/
+7
2019-11-16
ast: Keep string literals in ABIs precisely
Vadim Petrochenkov
-4
/
+7
2019-11-16
ast: Keep `extern` qualifiers in functions more precisely
Vadim Petrochenkov
-15
/
+9
2019-11-14
Clean some error codes diagnostics
Guillaume Gomez
-8
/
+8
2019-11-14
Update to use new librustc_error_codes library
Guillaume Gomez
-0
/
+2
2019-11-13
parser: don't use `unreachable!()` in `fn unexpected`.
Mazdak Farrokhzad
-1
/
+3
2019-11-11
syntactically allow visibility on trait item & enum variant
Mazdak Farrokhzad
-2
/
+6
2019-11-10
move syntax::parse -> librustc_parse
Mazdak Farrokhzad
-0
/
+1393
[prev]