| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-08-13 | std: Fix build errors | Brian Anderson | -1/+1 | |
| 2014-08-13 | std: Remove Duration::new/new_opt/to_tuple | Brian Anderson | -37/+0 | |
| These all expose the underlying data representation and are not the most convenient way of instantiation anyway. | ||||
| 2014-08-13 | std: Improve Duration comments | Brian Anderson | -17/+2 | |
| 2014-08-13 | std: Refactor time module a bit | Brian Anderson | -0/+696 | |
| Put `Duration` in `time::duration`, where the two constants can be called just `MAX` and `MIN`. Reexport from `time`. This provides more room for the time module to expand. | ||||
