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
2022-11-22
Split `MacArgs` in two.
Nicholas Nethercote
-4
/
+5
2022-11-11
Recover from fn ptr tys with generic param list
León Orell Valerian Liehr
-0
/
+1
2022-10-10
Fix compiler docs
Guillaume Gomez
-1
/
+2
2022-09-27
Move rustc_parse diagnostic structs to separate module
Xiretza
-0
/
+2
2022-09-26
remove cfg(bootstrap)
Pietro Albini
-1
/
+0
2022-09-15
Only enable the let_else feature on bootstrap
est31
-1
/
+1
2022-08-29
Revert let_chains stabilization
Nilstrieb
-0
/
+1
2022-08-22
Use `AttrVec` in more places.
Nicholas Nethercote
-2
/
+2
2022-08-12
Adjust cfgs
Mark Rousskov
-1
/
+0
2022-07-24
Update doc comments that refer to config parameter
Daniel Bevenius
-2
/
+2
2022-07-16
Stabilize `let_chains`
Caio
-1
/
+1
2022-06-27
various: add `rustc_lint_diagnostics` to diag fns
David Wood
-0
/
+1
2022-06-13
remove unnecessary `to_string` and `String::new`
Takayuki Maeda
-1
/
+1
2022-05-22
rustc_parse: Move AST -> TokenStream conversion logic to `rustc_ast`
Vadim Petrochenkov
-111
/
+6
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-1
/
+0
2022-05-11
ast: Introduce some traits to get AST node properties generically
Vadim Petrochenkov
-5
/
+25
2022-03-28
Rollup merge of #95301 - nnethercote:rm-NtTT, r=petrochenkov
Dylan DPC
-1
/
+0
2022-03-27
Make fatal DiagnosticBuilder yield never
Michael Goulet
-0
/
+1
2022-03-28
Remove `Nonterminal::NtTT`.
Nicholas Nethercote
-1
/
+0
2022-03-20
Take &mut Diagnostic in emit_diagnostic.
Camille GILLOT
-4
/
+4
2022-03-03
Associate multiple with a crate too.
Felix S. Klock II
-1
/
+1
2022-02-28
4 - Make more use of `let_chains`
Caio
-1
/
+2
2022-02-16
Adopt let_else in even more places
est31
-0
/
+1
2021-11-28
expand: Turn `ast::Crate` into a first class expansion target
Vadim Petrochenkov
-0
/
+6
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
[next]