Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2015-02-02 | Move show.rs to display.rs | Alex Crichton | -171/+0 |
2015-01-27 | Migrate to as many stable functions as possible | Alex Crichton | -5/+5 |
2015-01-23 | Bump to 0.1.15 | Alex Crichton | -1/+1 |
2015-01-09 | Bump to 0.1.11 | Alex Crichton | -29/+18 |
2015-01-08 | Update to master | Valerii Hiora | -13/+31 |
2015-01-03 | Update to master | Valerii Hiora | -1/+1 |
2015-01-01 | Update to rust master | Alex Crichton | -2/+2 |
2014-12-20 | Update to rust master | Alex Crichton | -2/+2 |
2014-12-20 | Remove weird 'invalid toml array of tables' printing | Alex Crichton | -8/+1 |
2014-12-18 | Add all now needed ';' after macro invocations. | Victor Berger | -14/+14 |
2014-12-12 | Update to rust master | Alex Crichton | -7/+7 |
2014-12-06 | Update to rust master | Alex Crichton | -2/+2 |
2014-11-18 | Update to namespaced enum variants. | Victor Berger | -2/+4 |
2014-10-29 | fail -> panic | Steve Klabnik | -1/+1 |
2014-09-21 | Update to rust master | Alex Crichton | -2/+2 |
2014-09-17 | Update show to print an error instead of failing | Jared Roesch | -3/+3 |
2014-08-28 | Fix build break due to generalized type parameter bounds | Brian Koropoff | -1/+1 |
2014-07-18 | Don't escape `/` when printing. | Alex Crichton | -1/+0 |
2014-07-15 | Migrate to a TreeMap for determinism | Alex Crichton | -2/+2 |
2014-07-09 | ToStr::to_str -> ToString::to_string | Michael Gehring | -17/+17 |
2014-06-22 | Implement Encoder/Decoder for libserialize traits | Alex Crichton | -0/+170 |