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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2021-09-20
Add some more tracing
Oli Scherer
-0
/
+3
2021-09-10
Keep a parent LocalDefId in SpanData.
Camille GILLOT
-1
/
+1
2021-09-08
Bump stage0 compiler to 1.56
Mark Rousskov
-2
/
+0
2021-08-27
Path remapping: Make behavior of diagnostics output dependent on presence of ...
Michael Woerister
-1
/
+1
2021-08-25
Use if-let guards in the codebase
Léo Lanteri Thauvin
-13
/
+12
2021-08-21
Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`
Aaron Hill
-1
/
+43
2021-08-18
Remove box syntax from rustc_parse
est31
-1
/
+0
2021-06-04
replaced feature-gate use with cfg_attr
marcusdunn
-1
/
+1
2021-05-31
Remove unused feature gates
bjorn3
-1
/
+0
2021-05-24
remove cfg(bootstrap)
Pietro Albini
-1
/
+0
2021-05-05
Use local and remapped paths where appropriate
Andy Wang
-2
/
+4
2021-04-11
Implement token-based handling of attributes during expansion
Aaron Hill
-38
/
+37
2021-03-19
stabilize or_patterns
mark
-1
/
+1
2021-03-14
Bump recursion_limit in a few places
Aaron Hill
-0
/
+1
2021-02-27
Combine HasAttrs and HasTokens into AstLike
Aaron Hill
-1
/
+1
2021-02-01
Box the biggest ast::ItemKind variants
Dániel Buga
-0
/
+2
2021-01-22
Refactor token collection to capture trailing token immediately
Aaron Hill
-1
/
+1
2021-01-10
Auto merge of #80789 - Aaron1011:fix/stmt-empty, r=petrochenkov
bors
-1
/
+10
2021-01-09
Synthesize a `TokenStream` for `StmtKind::Empty`
Aaron Hill
-1
/
+10
2021-01-08
rustc_ast_pretty: Remove `PrintState::insert_extra_parens`
Vadim Petrochenkov
-2
/
+1
2021-01-07
rustc_parse: Better spans for synthesized token streams
Vadim Petrochenkov
-12
/
+8
2020-12-29
Remove pretty-print/reparse hack, and add derive-specific hack
Aaron Hill
-359
/
+31
2020-11-28
Auto merge of #78296 - Aaron1011:fix/stmt-tokens, r=petrochenkov
bors
-14
/
+9
2020-11-26
Properly handle attributes on statements
Aaron Hill
-14
/
+9
2020-11-26
Auto merge of #79338 - Aaron1011:fix/token-reparse-cache, r=petrochenkov
bors
-3
/
+35
2020-11-23
Cache pretty-print/retokenize result to avoid compile time blowup
Aaron Hill
-3
/
+35
2020-11-22
Stabilise `then`
varkor
-1
/
+0
2020-11-09
Do not collect tokens for doc comments
Vadim Petrochenkov
-6
/
+1
2020-11-02
Use reparsed `TokenStream` if we captured any inner attributes
Aaron Hill
-5
/
+5
2020-10-31
parser: Cleanup `LazyTokenStream` and avoid some clones
Vadim Petrochenkov
-11
/
+12
2020-10-30
Fix even more clippy warnings
Joshua Nelson
-2
/
+2
2020-10-21
Unconditionally capture tokens for attributes.
Aaron Hill
-47
/
+8
2020-10-19
Rewrite `collect_tokens` implementations to use a flattened buffer
Aaron Hill
-10
/
+13
2020-10-18
Remove redundant 'static in the compiler
est31
-1
/
+1
2020-10-15
Rollup merge of #77739 - est31:remove_unused_code, r=petrochenkov,varkor
Yuki Okushi
-16
/
+0
2020-10-14
Remove unused code from remaining compiler crates
est31
-16
/
+0
2020-10-11
Remove unused import
Aaron Hill
-1
/
+1
2020-10-11
Add `relaxed_delim_match` parameter
Aaron Hill
-16
/
+53
2020-10-11
Allow skipping extra paren insertion during AST pretty-printing
Aaron Hill
-7
/
+30
2020-09-28
Fix recursive nonterminal expansion during pretty-print/reparse check
Aaron Hill
-23
/
+34
2020-09-26
pretty-print-reparse hack: Remove an impossible case
Vadim Petrochenkov
-4
/
+1
2020-09-26
pretty-print-reparse hack: Rename some variables for clarity
Vadim Petrochenkov
-16
/
+21
2020-09-21
Don't use `zip` to compare iterators during pretty-print hack
Aaron Hill
-8
/
+5
2020-09-17
Remove redundant #![feature(...)] 's from compiler/
est31
-1
/
+0
2020-09-13
Auto merge of #76585 - Aaron1011:ignore-vert-plus, r=petrochenkov
bors
-0
/
+6
2020-09-10
Attach tokens to `ast::Stmt`
Aaron Hill
-0
/
+7
2020-09-10
Attach `TokenStream` to `ast::Visibility`
Aaron Hill
-1
/
+1
2020-09-10
Attach `TokenStream` to `ast::Path`
Aaron Hill
-0
/
+1
2020-09-10
Attach tokens to `NtMeta` (`ast::AttrItem`)
Aaron Hill
-0
/
+1
2020-09-10
Collect tokens when handling `:literal` matcher
Aaron Hill
-1
/
+1
[next]