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
/
ast_util.rs
Age
Commit message (
Expand
)
Author
Lines
2013-11-26
Take &Pat in visit_pat
Seo Sanghyeon
-1
/
+1
2013-11-25
Take &Pat
Seo Sanghyeon
-1
/
+1
2013-11-19
libsyntax: Change all uses of `&fn` to `||`.
Patrick Walton
-3
/
+3
2013-11-18
Use '..' as slice wildcard in vectors
Brian Anderson
-1
/
+1
2013-11-08
Generalize AST and ty::Generics to accept multiple lifetimes.
Niko Matsakis
-3
/
+5
2013-10-25
libsyntax/librustc: Allow mut qualifier in patterns.
Luqman Aden
-1
/
+1
2013-10-24
Remove even more of std::io
Alex Crichton
-2
/
+1
2013-10-22
libsyntax/librustc: Allow specifying mut on by-value self.
Luqman Aden
-1
/
+1
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-10
/
+10
2013-10-09
option: rewrite the API to use composition
Daniel Micay
-3
/
+3
2013-10-07
Fix existing privacy/visibility violations
Alex Crichton
-1
/
+1
2013-10-07
Extract privacy checking from name resolution
Alex Crichton
-26
/
+0
2013-10-03
Rewrite lint passes with less visitor cruft
Alex Crichton
-23
/
+17
2013-10-02
auto merge of #9665 : alexcrichton/rust/snapshot, r=brson
bors
-2
/
+2
2013-10-01
Migrate users of 'loop' to 'continue'
Alex Crichton
-2
/
+2
2013-10-01
auto merge of #9560 : pcwalton/rust/xc-tuple-structs, r=pcwalton
bors
-0
/
+11
2013-10-01
librustc: Inline cross-crate tuple struct constructors
Patrick Walton
-0
/
+11
2013-10-01
remove the `float` type
Daniel Micay
-1
/
+1
2013-09-30
syntax: Remove usage of fmt!
Alex Crichton
-10
/
+10
2013-09-24
renumbered due to bug shuffling
John Clements
-5
/
+5
2013-09-23
librustc: Change the ID visitor to use traits instead of garbage-collected fu...
Patrick Walton
-31
/
+46
2013-09-23
librustc: Change fold to use traits instead of `@fn`.
Patrick Walton
-16
/
+0
2013-09-18
Register new snapshots
Alex Crichton
-2
/
+2
2013-09-16
auto merge of #9187 : lkuper/rust/no-simplevisitor, r=catamorphism
bors
-2
/
+2
2013-09-14
Kill off method impls made redundant by default methods.
Lindsey Kuper
-39
/
+0
2013-09-14
Get rid of unused SimpleVisitor stuff.
Lindsey Kuper
-2
/
+2
2013-09-11
Properly encode/decode structural variants.
SiegeLord
-2
/
+2
2013-09-10
auto merge of #9088 : nikomatsakis/rust/issue-6304-AST-tree-not-DAG, r=catamo...
bors
-0
/
+16
2013-09-10
Delay assignment of node ids until after expansion. Ensures that each AST node
Niko Matsakis
-0
/
+16
2013-09-08
rustpkg: Use workcache
Tim Chevalier
-78
/
+9
2013-09-06
add display_sctable fn to ast_util
John Clements
-0
/
+9
2013-09-06
WIP: adding mark-cancelling for macro_rules
John Clements
-0
/
+10
2013-09-06
expose mtwt_marksof for testing
John Clements
-0
/
+5
2013-09-06
whitespace, reindentation, and comments only
John Clements
-4
/
+8
2013-09-06
memoization for resolve
John Clements
-38
/
+91
2013-09-06
uncomment mtwt_resolve calls
John Clements
-17
/
+21
2013-09-06
added utility function
John Clements
-0
/
+37
2013-09-06
comments only
John Clements
-0
/
+2
2013-09-06
add hygiene support fns, move them around.
John Clements
-3
/
+0
2013-09-06
rename resolve to mtwt_resolve
John Clements
-1
/
+1
2013-09-04
stop treating char as an integer type
Daniel Micay
-2
/
+1
2013-09-03
Modernized a few more types in syntax::ast
Marvin Löbel
-149
/
+149
2013-09-02
Renamed syntax::ast::ident -> Ident
Marvin Löbel
-22
/
+22
2013-09-01
Modernized a few type names in rustc and syntax
Marvin Löbel
-7
/
+7
2013-08-27
librustc: Add support for type parameters in the middle of paths.
Patrick Walton
-9
/
+15
2013-08-27
Remove remnants of implicit self
Niko Matsakis
-1
/
+1
2013-08-15
Switch to new <V:Visitor> visitor (rather than @Visitor).
Felix S. Klock II
-72
/
+77
2013-08-12
Forbid pub/priv where it has no effect
Alex Crichton
-1
/
+1
2013-08-11
libsyntax: Update from `@Object` to `@mut Object` as required
Niko Matsakis
-25
/
+25
2013-08-10
Mass rename of .consume{,_iter}() to .move_iter()
Erick Tryzelaar
-1
/
+1
[next]