summary refs log tree commit diff
path: root/src/test/run-pass/deriving-encodable-decodable.rs
AgeCommit message (Expand)AuthorLines
2014-07-31remove serialize::ebml, add librbmlErick Tryzelaar-5/+6
2014-07-26Remove managed_box gate from testsBrian Anderson-1/+1
2014-05-30lib{serialize, uuid}: Fix snake case errors.Kevin Butler-3/+4
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-1/+1
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-1/+0
2014-03-12Update users for the std::rand -> librand move.Huon Wilson-1/+2
2014-02-25test: Clean out the test suite a bitAlex Crichton-1/+1
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-3/+3
2014-02-05pull extra::{serialize, ebml} into a separate libserialize crateJeff Olson-5/+5
2014-01-30Remove Times traitBrendan Zabarauskas-2/+2
2014-01-17Tweak the interface of std::ioAlex Crichton-1/+1
2014-01-08Remove the io::Decorator traitAlex Crichton-2/+1
2014-01-03test: De-`@mut` the test suitePatrick Walton-2/+2
2013-12-19Purge @-boxes from the reading half of EBMLAlex Crichton-1/+3
2013-12-12Gate literal box expressions in addition to typesAlex Crichton-1/+1
2013-11-26test: Remove non-procedure uses of `do` from compiletest, libstd tests,Patrick Walton-2/+2
2013-11-11Move std::rt::io to std::ioAlex Crichton-2/+2
2013-10-24Remove std::io from ebmlAlex Crichton-6/+6
2013-10-06Add appropriate #[feature] directives to testsAlex Crichton-1/+3
2013-08-01std: Change `Times` trait to use `do` instead of `for`blake2-ppc-1/+1
2013-05-31xfail-fast the deriving testAlex Crichton-0/+2
2013-05-30Rewrite deriving(Decodable, Encodable)Alex Crichton-0/+75