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
/
libstd
/
serialization.rs
Age
Commit message (
Expand
)
Author
Lines
2012-03-16
Check kind bounds when calling methods
Marijn Haverbeke
-3
/
+4
2012-03-14
fix auto_serialize for enums with type parameters
Niko Matsakis
-0
/
+148
2012-03-14
adjust auto_serialize to generate fns named serialize_T()
Niko Matsakis
-8
/
+118
2012-03-13
implement deserialization, rename mk_mem_buffer() to mem_buffer()
Niko Matsakis
-0
/
+5
2012-03-13
first (functional) version of the auto_serialize syntax ext
Niko Matsakis
-413
/
+4
2012-03-13
Overhaul constructor naming in libs
Brian Anderson
-3
/
+3
2012-03-09
std: Convert to rustdoc
Brian Anderson
-5
/
+1
2012-02-28
add ability to run multi-crate tests, run tests with --inline
Niko Matsakis
-1
/
+1
2012-02-28
add debugging mode which emits more verbose info
Niko Matsakis
-13
/
+59
2012-02-24
Encode/decode AST into metadata, re-instantiate inlined items
Niko Matsakis
-27
/
+129
2012-02-15
Rewrite exhaustiveness checker
Marijn Haverbeke
-1
/
+1
2012-02-13
add serialization library; convert ebml lib to use u64 internally
Niko Matsakis
-85
/
+105
2012-02-10
create serialization lib and update serializer to use it
Niko Matsakis
-0
/
+252