summary refs log tree commit diff
path: root/src/libserialize/tests
AgeCommit message (Collapse)AuthorLines
2019-09-23Tweak libserialize allowsAlex Crichton-2/+2
2019-09-23Fix compiling libserialize testsAlex Crichton-0/+4
They've got new warnings turned on so they need more `#![allow]`
2019-08-02libserialize: Unconfigure tests during normal buildVadim Petrochenkov-0/+46
2019-07-23cleanup: Remove `extern crate serialize as rustc_serialize`sVadim Petrochenkov-2/+0
2019-04-21Allow unused_extern_crates for rustc_libserializePhilipp Hansch-0/+2
2019-02-09Move some tests into the tests directoryTaiki Endo-0/+1564
This moves tests in opaque.rs and tests other than tests that require private items in json.rs into tests/opaque.rs and tests/json.rs.