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
/
compiler
/
rustc_parse
/
src
/
parser
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2020-10-31
parser: Cleanup `LazyTokenStream` and avoid some clones
Vadim Petrochenkov
-26
/
+37
2020-10-27
Auto merge of #77502 - varkor:const-generics-suggest-enclosing-braces, r=petr...
bors
-0
/
+1
2020-10-26
Suggest expressions that look like const generic arguments should be enclosed...
varkor
-0
/
+1
2020-10-24
Auto merge of #77255 - Aaron1011:feature/collect-attr-tokens, r=petrochenkov
bors
-4
/
+10
2020-10-22
Make inline const work for half open ranges
Santiago Pastorino
-3
/
+3
2020-10-22
Rename parse_const_expr to parse_const_block
Santiago Pastorino
-1
/
+1
2020-10-22
Don't create an empty `LazyTokenStream`
Aaron Hill
-4
/
+10
2020-10-21
Auto merge of #77250 - Aaron1011:feature/flat-token-collection, r=petrochenkov
bors
-134
/
+131
2020-10-21
Rollup merge of #78118 - spastorino:inline-const-followups, r=petrochenkov
Yuki Okushi
-1
/
+5
2020-10-19
Allow NtBlock to parse on check inline const next token
Santiago Pastorino
-1
/
+5
2020-10-19
Rewrite `collect_tokens` implementations to use a flattened buffer
Aaron Hill
-134
/
+131
2020-10-19
Avoid cloning the contents of a `TokenStream` in a few places
Aaron Hill
-5
/
+5
2020-10-16
Parse inline const expressions
Santiago Pastorino
-3
/
+24
2020-10-07
Detect blocks that could be struct expr bodies
Esteban Küber
-0
/
+1
2020-10-06
rustc_parse: Make `Parser::unexpected` public and use it in built-in macros
Vadim Petrochenkov
-1
/
+1
2020-09-11
repairing broken error message and rustfix application for the new test
Aurélien Deharbe
-1
/
+5
2020-09-10
Attach `TokenStream` to `ast::Visibility`
Aaron Hill
-7
/
+27
2020-09-03
Rename IsJoint -> Spacing
Aleksey Kladov
-5
/
+5
2020-09-02
Auto merge of #76160 - scileo:format-recovery, r=petrochenkov
bors
-0
/
+4
2020-09-02
Improve recovery on malformed format call
Sasha
-0
/
+4
2020-08-30
parser: restore some fn visibility for rustfmt
Caleb Cartwright
-1
/
+2
2020-08-30
mv compiler to compiler/
mark
-0
/
+1270
[prev]