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
/
compiler
/
rustc_parse
/
src
/
parser
/
item.rs
Age
Commit message (
Expand
)
Author
Lines
2021-04-23
Revert "Rollup merge of #82296 - spastorino:pubrules, r=nikomatsakis"
Santiago Pastorino
-1
/
+9
2021-04-19
fix few typos
klensy
-1
/
+1
2021-04-11
Implement token-based handling of attributes during expansion
Aaron Hill
-25
/
+29
2021-03-18
Auto merge of #76447 - pickfire:async-pub, r=estebank
bors
-7
/
+37
2021-03-17
Add pub as optional check_front_matter
Ivan Tham
-6
/
+15
2021-03-17
Detect pub fn attr wrong order like `async pub`
Ivan Tham
-3
/
+24
2021-03-16
ast/hir: Rename field-related structures
Vadim Petrochenkov
-11
/
+9
2021-03-05
use pat<no_top_alt> for patterns in let bindings
mark
-2
/
+3
2021-02-25
Rollup merge of #82321 - bugadani:ast3, r=varkor
Dylan DPC
-1
/
+1
2021-02-23
Rollup merge of #82296 - spastorino:pubrules, r=nikomatsakis
Dylan DPC
-9
/
+1
2021-02-21
parser: remove unneccessary wrapping of return value in parse_extern()
Matthias Krüger
-1
/
+1
2021-02-20
Remove some P-s
Dániel Buga
-1
/
+1
2021-02-19
Support `pub` on `macro_rules`
Vadim Petrochenkov
-9
/
+1
2021-02-18
ast: Keep expansion status for out-of-line module items
Vadim Petrochenkov
-5
/
+7
2021-02-18
ast: Stop using `Mod` in `Crate`
Vadim Petrochenkov
-23
/
+8
2021-02-13
Require passing an `AttrWrapper` to `collect_tokens_trailing_token`
Aaron Hill
-122
/
+154
2021-02-08
parser: Fix panic in 'const impl' recovery
Ömer Sinan Ağacan
-2
/
+12
2021-02-01
Box the biggest ast::ItemKind variants
Dániel Buga
-9
/
+11
2021-01-22
Refactor token collection to capture trailing token immediately
Aaron Hill
-2
/
+2
2021-01-20
Force token collection to run when parsing nonterminals
Aaron Hill
-41
/
+46
2021-01-13
Set tokens on AST node in `collect_tokens`
Aaron Hill
-13
/
+1
2021-01-08
Add a note for `*` and `{}` usage on `use`
Yuki Okushi
-1
/
+16
2020-12-31
Consistently call editions "Rust 20xx" in messages.
Mara Bos
-1
/
+1
2020-12-31
Add edition 2021.
Mara Bos
-3
/
+3
2020-12-30
Rename kw::Invalid -> kw::Empty
Joshua Nelson
-3
/
+3
2020-12-19
Auto merge of #77035 - mibac138:fn-fat-arrow-return, r=davidtwco
bors
-3
/
+4
2020-12-12
Recover on `const impl<> X for Y`
Noah
-3
/
+38
2020-12-03
Gracefully handle confusing -> with : in function return type
mibac138
-3
/
+4
2020-12-01
Gracefully handle mistyping -> as => in function return type
mibac138
-2
/
+2
2020-11-02
Use reparsed `TokenStream` if we captured any inner attributes
Aaron Hill
-24
/
+9
2020-10-30
Fix even more clippy warnings
Joshua Nelson
-18
/
+13
2020-10-29
Revert invalid `fn` return type parsing change
Esteban Küber
-13
/
+4
2020-10-28
Rollup merge of #78379 - estebank:fn-signature-parse, r=varkor
Dylan DPC
-9
/
+32
2020-10-25
Tweak invalid `fn` header and body parsing
Esteban Küber
-8
/
+30
2020-10-25
Rely on regular "expected"/"found" parser error for `fn`
Esteban Küber
-4
/
+5
2020-10-22
Don't create an empty `LazyTokenStream`
Aaron Hill
-1
/
+1
2020-10-19
Rewrite `collect_tokens` implementations to use a flattened buffer
Aaron Hill
-2
/
+3
2020-10-15
fix off-by-one in parameter spans
Andy Russell
-1
/
+1
2020-09-10
Attach `TokenStream` to `ast::Visibility`
Aaron Hill
-3
/
+3
2020-09-10
Attach `TokenStream` to `ast::Path`
Aaron Hill
-1
/
+1
2020-09-10
Attach `TokenStream` to `ast::Ty`
Aaron Hill
-2
/
+7
2020-09-10
Syntactically permit unsafety on mods
David Tolnay
-16
/
+51
2020-08-30
mv compiler to compiler/
mark
-0
/
+1843