aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Collapse)AuthorLines
2015-01-15Move tests to integration testsAlex Crichton-747/+0
2015-01-08Update to masterValerii Hiora-1/+1
- features - macro reform - String/Show split in formatter - staging
2015-01-03Update to masterValerii Hiora-3/+3
- updated `rustc-serialize` dependency, in other case `toml-rs` prohibits `rustc-serialize` update on other crates - updated after syntax and lib changes
2015-01-01Update to rust masterAlex Crichton-1/+1
2014-12-22Update to rust masterAlex Crichton-3/+3
2014-12-20Update to rust masterAlex Crichton-2/+2
2014-12-18Add all now needed ';' after macro invocations.Victor Berger-66/+66
2014-12-02Update to rust masterAlex Crichton-12/+12
2014-11-22Fixing test json::List -> json::ArrayMarkus Kobler-1/+1
2014-11-18Update to namespaced enum variants.Victor Berger-2/+3
2014-09-21Update to rust masterAlex Crichton-2/+2
Closes #19
2014-09-17Update uses of move_iter() to into_iter()Jared Roesch-2/+2
2014-07-18Disambiguate "" empty strings from multiline strings properly.Huon Wilson-0/+10
Previously `""` would go into multiline mode and thus *require* a following ".
2014-07-09ToStr::to_str -> ToString::to_stringMichael Gehring-2/+2
2014-07-01Fix tests on masterAlex Crichton-2/+2
2014-06-20Initial commitAlex Crichton-0/+736