aboutsummaryrefslogtreecommitdiff
path: root/src/show.rs
AgeCommit message (Expand)AuthorLines
2015-01-09Bump to 0.1.11Alex Crichton-29/+18
2015-01-08Update to masterValerii Hiora-13/+31
2015-01-03Update to masterValerii Hiora-1/+1
2015-01-01Update to rust masterAlex Crichton-2/+2
2014-12-20Update to rust masterAlex Crichton-2/+2
2014-12-20Remove weird 'invalid toml array of tables' printingAlex Crichton-8/+1
2014-12-18Add all now needed ';' after macro invocations.Victor Berger-14/+14
2014-12-12Update to rust masterAlex Crichton-7/+7
2014-12-06Update to rust masterAlex Crichton-2/+2
2014-11-18Update to namespaced enum variants.Victor Berger-2/+4
2014-10-29fail -> panicSteve Klabnik-1/+1
2014-09-21Update to rust masterAlex Crichton-2/+2
2014-09-17Update show to print an error instead of failingJared Roesch-3/+3
2014-08-28Fix build break due to generalized type parameter boundsBrian Koropoff-1/+1
2014-07-18Don't escape `/` when printing.Alex Crichton-1/+0
2014-07-15Migrate to a TreeMap for determinismAlex Crichton-2/+2
2014-07-09ToStr::to_str -> ToString::to_stringMichael Gehring-17/+17
2014-06-22Implement Encoder/Decoder for libserialize traitsAlex Crichton-0/+170