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
/
item.rs
Age
Commit message (
Expand
)
Author
Lines
2019-12-12
Unify associated item parsing more.
Mazdak Farrokhzad
-29
/
+20
2019-12-12
parse: refactor fun ret ty & param ty
Mazdak Farrokhzad
-3
/
+3
2019-12-12
Relocate `is_const_item`.
Mazdak Farrokhzad
-7
/
+7
2019-12-12
Unify associated item parsing.
Mazdak Farrokhzad
-50
/
+20
2019-12-12
Unify associated function parsing.
Mazdak Farrokhzad
-42
/
+23
2019-12-12
Fuse associated type parsing.
Mazdak Farrokhzad
-29
/
+4
2019-12-12
Fuse associated constant parsing.
Mazdak Farrokhzad
-20
/
+8
2019-12-12
Unify `{Trait,Impl}ItemKind::TyAlias` structures.
Mazdak Farrokhzad
-3
/
+27
2019-12-12
`TraitItemKind::Type` -> `TraitItemKind::TyAlias`.
Mazdak Farrokhzad
-1
/
+1
2019-12-12
Use `Option` in `ImplItemKind::Method`.
Mazdak Farrokhzad
-7
/
+5
2019-12-12
Use `Option` in `ImplItemKind::Const`.
Mazdak Farrokhzad
-7
/
+10
2019-12-12
Alias `TraitItem` & `ImplItem`.
Mazdak Farrokhzad
-2
/
+4
2019-12-07
Make `ForeignItem` an alias of `Item`.
Mazdak Farrokhzad
-1
/
+5
2019-12-06
accept union inside enum if not followed by identifier
Kamlesh Kumar
-2
/
+3
2019-12-05
rustc_parser: cleanup imports
Mazdak Farrokhzad
-4
/
+3
2019-12-03
Rollup merge of #66903 - Centril:parse-enum-variant, r=estebank
Mazdak Farrokhzad
-2
/
+2
2019-12-02
syntax: Use `ast::MacArgs` for macro definitions
Vadim Petrochenkov
-21
/
+19
2019-12-02
syntax: Remove redundant span from `ast::Mac`
Vadim Petrochenkov
-5
/
+0
2019-12-02
syntax: Introduce a struct `MacArgs` for macro arguments
Vadim Petrochenkov
-12
/
+10
2019-11-30
parse_enum_item -> parse_enum_variant
Mazdak Farrokhzad
-2
/
+2
2019-11-27
Rollup merge of #66798 - bwignall:typo, r=varkor
Tyler Mandry
-1
/
+1
2019-11-27
Rollup merge of #66718 - VirrageS:use_comma, r=Centril
Tyler Mandry
-68
/
+47
2019-11-26
Fix spelling typos
Brian Wignall
-1
/
+1
2019-11-26
Rollup merge of #66754 - estebank:rustdoc-capitalization, r=Dylan-DPC
Tyler Mandry
-6
/
+11
2019-11-26
Refactor 'parse_enum_item' to use 'parse_delim_comma_seq'
Janusz Marcinkiewicz
-68
/
+47
2019-11-25
Various cleanups
Esteban Küber
-6
/
+11
2019-11-23
Add FIXME for using 'parse_delim_comma_seq' when parsing enum variants
Janusz Marcinkiewicz
-0
/
+2
2019-11-23
Cleanup code after review fixes
Janusz Marcinkiewicz
-14
/
+11
2019-11-23
Add error reporting on nested keywords inside 'enum' definition
Janusz Marcinkiewicz
-1
/
+36
2019-11-22
Rollup merge of #66183 - Centril:empty-vis-trait-decl, r=petrochenkov
Mazdak Farrokhzad
-8
/
+10
2019-11-16
parse: Use string literal parsing in the `asm` macro
Vadim Petrochenkov
-3
/
+3
2019-11-16
parse: Support parsing optional literals
Vadim Petrochenkov
-1
/
+1
2019-11-16
ast: Keep string literals in ABIs precisely
Vadim Petrochenkov
-2
/
+2
2019-11-16
ast: Keep `extern` qualifiers in functions more precisely
Vadim Petrochenkov
-14
/
+21
2019-11-15
Rollup merge of #66197 - Centril:transparent-ast, r=varkor
Tyler Mandry
-48
/
+13
2019-11-14
TAIT: parse recursively instead of hack.
Mazdak Farrokhzad
-48
/
+13
2019-11-14
Clean some error codes diagnostics
Guillaume Gomez
-3
/
+7
2019-11-11
fix an ICE in macro's diagnostic message
Guanqun Lu
-2
/
+13
2019-11-11
syntactically allow visibility on trait item & enum variant
Mazdak Farrokhzad
-8
/
+10
2019-11-10
move syntax::parse -> librustc_parse
Mazdak Farrokhzad
-0
/
+2238
[prev]