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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsyntax
/
ext
/
auto_encode.rs
Age
Commit message (
Expand
)
Author
Lines
2013-02-03
rename map -> oldmap and mark it as deprecated
Daniel Micay
-2
/
+2
2013-02-01
Merge remote-tracking branch 'nickdesaulniers/issue4524' into nocomm1
Brian Anderson
-28
/
+33
2013-02-01
Remove fail keyword from lexer & parser and clean up remaining calls to
Nick Desaulniers
-28
/
+33
2013-01-31
test cases, cleanup
John Clements
-8
/
+8
2013-01-31
Replace most invocations of fail keyword with die! macro
Nick Desaulniers
-6
/
+6
2013-01-31
Finalize moves-based-on-type implementation.
Niko Matsakis
-5
/
+4
2013-01-29
libsyntax: De-export libsyntax. rs=deexporting
Patrick Walton
-5
/
+2
2013-01-28
Link the lifetimes of regions resulting from borrows of the
Niko Matsakis
-1
/
+1
2013-01-24
remove support for records from auto_encode
Erick Tryzelaar
-182
/
+75
2013-01-22
Add is_mutbl field to arg
Seo Sanghyeon
-0
/
+3
2013-01-20
Convert many libsyntax records into structs
Erick Tryzelaar
-5
/
+9
2013-01-20
convert the remaining ast record types into structs
Erick Tryzelaar
-11
/
+11
2013-01-20
convert ast::ty into a struct
Erick Tryzelaar
-14
/
+23
2013-01-20
convert ast::expr into a struct
Erick Tryzelaar
-2
/
+6
2013-01-14
convert ast::{field_,capture_item_,mt} and middle::ty::mt into structs
Erick Tryzelaar
-3
/
+7
2013-01-14
Convert ast::{pat,field_pat,local_,arm} into structs
Erick Tryzelaar
-30
/
+42
2013-01-14
convert ast::blk_ into a struct
Erick Tryzelaar
-12
/
+20
2013-01-14
convert ast::struct_def to a struct
Erick Tryzelaar
-2
/
+2
2013-01-14
convert ast::item into a struct
Erick Tryzelaar
-5
/
+9
2013-01-14
change ast::ty_param into a struct.
Erick Tryzelaar
-2
/
+2
2013-01-14
Change ast::path into a struct.
Erick Tryzelaar
-7
/
+29
2013-01-14
Merge remote-tracking branch 'mneumann/f-serialize'
Brian Anderson
-2
/
+4
2013-01-10
librustc: Implement `&static` as the replacement for `Durable`. r=nmatsakis
Patrick Walton
-2
/
+2
2013-01-09
core: rename vec.filter to vec.filtered
Erick Tryzelaar
-2
/
+2
2013-01-09
syntax: convert ast::spanned into a struct
Erick Tryzelaar
-21
/
+23
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-1
/
+5
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-5
/
+1
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-1
/
+5
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ...
Patrick Walton
-7
/
+24
2012-12-27
Enhance auto_encode to take number of struct fields
Michael Neumann
-2
/
+4
2012-12-19
Remove serialize::traits submodule.
Erick Tryzelaar
-2
/
+0
2012-12-18
Another tweak to auto_encode to only use trait-qualified static methods
Brian Anderson
-0
/
+2
2012-12-18
Change auto_encode to call 'std::serialize::traits::Decode::decode'
Brian Anderson
-0
/
+2
2012-12-13
Begin renaming serialization to std::serialize. (snapshot)
Erick Tryzelaar
-0
/
+1161
[prev]