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
/
libsyntax
/
fold.rs
Age
Commit message (
Expand
)
Author
Lines
2019-02-06
Rename `fold.rs` as `mut_visit.rs`.
Nicholas Nethercote
-1330
/
+0
2019-02-06
Overhaul `syntax::fold::Folder`.
Nicholas Nethercote
-1042
/
+960
2019-02-05
Streamline `Folder` some more.
Nicholas Nethercote
-43
/
+39
2019-02-05
Neaten up `fold_crate`.
Nicholas Nethercote
-24
/
+15
2019-02-05
Change `fold_qpath` to `fold_qself`.
Nicholas Nethercote
-14
/
+8
2019-02-05
Simplify `fold_attribute`.
Nicholas Nethercote
-10
/
+6
2019-02-05
Fold some overlooked spans.
Nicholas Nethercote
-11
/
+16
2019-02-05
Streamline `Folder`.
Nicholas Nethercote
-77
/
+20
2019-02-05
Remove some unnecessary `ast::` and `fold::` qualifiers.
Nicholas Nethercote
-42
/
+34
2019-01-22
Corrected spelling inconsistency
Marcel Hellwig
-6
/
+6
2019-01-14
Remove `ThinTokenStream`.
Nicholas Nethercote
-1
/
+1
2018-12-27
Get rid of `Block::recovered`
Vadim Petrochenkov
-2
/
+1
2018-12-27
AST/HIR: Introduce `ExprKind::Err` for better error recovery in the front-end
Vadim Petrochenkov
-0
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-10
Remove `tokenstream::Delimited`.
Nicholas Nethercote
-5
/
+3
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-2
/
+2
2018-11-07
Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco
kennytm
-1
/
+1
2018-11-06
refactor: use shorthand fields
teresy
-1
/
+1
2018-10-26
Give each PathSegment a NodeId
Nick Cameron
-1
/
+3
2018-10-23
Remove redundant clone
Shotaro Yamada
-1
/
+1
2018-09-27
Auto merge of #52319 - tinco:issue_12590, r=pnkfelix
bors
-1
/
+3
2018-09-26
Remove OneVector
ljedrz
-15
/
+25
2018-09-10
Track whether module declarations are inline (fixes #12590)
Tinco Andringa
-1
/
+3
2018-09-08
Track distinct spans for open and close delimiter
David Tolnay
-4
/
+7
2018-09-01
Auto merge of #53815 - F001:if-let-guard, r=petrochenkov
bors
-1
/
+11
2018-08-30
introduce Guard enum
F001
-1
/
+11
2018-08-23
Auto merge of #53384 - gootorov:use-servo-smallvec, r=michaelwoerister
bors
-9
/
+10
2018-08-23
Auto merge of #52602 - scottmcm:tryblock-expr, r=nikomatsakis
bors
-1
/
+1
2018-08-23
Use optimized SmallVec implementation
Igor Gutorov
-9
/
+10
2018-08-19
Rename `Catch` variants to `TryBlock`
Scott McMurray
-1
/
+1
2018-08-19
mv (mod) codemap source_map
Donato Sciarra
-1
/
+1
2018-08-13
Move SmallVec and ThinVec out of libsyntax
ljedrz
-18
/
+19
2018-07-18
Implement existential types
Oliver Schneider
-0
/
+7
2018-06-27
Generate `DefId`s for the impl trait of `async` functions
Oliver Schneider
-10
/
+21
2018-06-27
Generate the `NodeId` for `existential type` in the AST
Oliver Schneider
-2
/
+2
2018-06-26
inclusive range syntax lint (`...` → `..=`)
Zack M. Davis
-2
/
+2
2018-06-21
async await desugaring and tests
Taylor Cramer
-2
/
+23
2018-06-21
Parse async fn header.
Without Boats
-5
/
+3
2018-06-20
Rename ParenthesizedArgData to ParenthesisedArgs
varkor
-6
/
+6
2018-06-20
Make GenericBound explicit
varkor
-3
/
+5
2018-06-20
Rename ParamBound(s) to GenericBound(s)
varkor
-8
/
+8
2018-06-20
Rename TraitTyParamBound to ParamBound::Trait
varkor
-2
/
+2
2018-06-20
Take advantage of the lifetime refactoring
varkor
-31
/
+29
2018-06-20
Lift bounds into GenericParam
varkor
-12
/
+11
2018-06-20
Rename structures in ast
varkor
-12
/
+12
2018-06-20
Refactor ast::GenericParam as a struct
varkor
-21
/
+6
2018-06-20
Rename ast::GenericParam and ast::GenericArg
varkor
-11
/
+11
2018-06-20
Make method and variable names more consistent
varkor
-20
/
+24
2018-06-20
Rename "parameter" to "arg"
varkor
-19
/
+19
2018-06-20
Rename PathParameter(s) to GenericArg(s)
varkor
-25
/
+16
[next]