about summary refs log tree commit diff
path: root/src/libstd/serialize.rs
AgeCommit message (Expand)AuthorLines
2013-01-14Add cfg attrs to handle auto_encode transitionBrian Anderson-0/+10
2013-01-14Merge remote-tracking branch 'mneumann/f-serialize'Brian Anderson-2/+2
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+1
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-1/+0
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+1
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-0/+3
2012-12-27Enhance auto_encode to take number of struct fieldsMichael Neumann-2/+2
2012-12-20Remove the cfg(stageN)-specific serialize code.Erick Tryzelaar-607/+0
2012-12-19Remove serialize::traits submodule.Erick Tryzelaar-0/+603
2012-12-18Stop resolving static methods at the module level. Closes #4179Brian Anderson-19/+20
2012-12-13Begin renaming serialization to std::serialize. (snapshot)Erick Tryzelaar-0/+585