summary refs log tree commit diff
path: root/src/test/run-pass/deriving-encodable-decodable-cell-refcell.rs
AgeCommit message (Expand)AuthorLines
2015-06-13Use `assert_eq!` instead of `assert!` in testspetrochenkov-2/+2
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-03-31rustc: Remove old_orphan_check entirelyAlex Crichton-1/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-1/+1
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-1/+1
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-1/+1
2015-01-26falloutOliver Schneider-1/+1
2015-01-02Merge remote-tracking branch 'origin/master' into rollupAlex Crichton-3/+3
2015-01-02Use `derive` rather than `deriving` in testsNick Cameron-3/+3
2015-01-02Fix orphan checking (cc #19470). (This is not a complete fix of #19470 becaus...Niko Matsakis-0/+2
2014-11-18implement Writer for Vec<u8>Daniel Micay-1/+0
2014-08-09Fix misspelled comments for tests.Joseph Crail-1/+1
2014-07-29remove seek from std::io::MemWriter, add SeekableMemWriter to librustcErick Tryzelaar-17/+3
2014-07-07Implemented Decodable/Encodable for Cell and RefCell. Fixes #15395mitchmindtree-0/+55