| Age | Commit message (Expand) | Author | Lines |
| 2019-02-20 | Turn duration consts into associated consts | Stjepan Glavina | -3/+0 |
| 2019-01-08 | Auto merge of #56988 - alexcrichton:monotonic-instant, r=sfackler | bors | -1/+41 |
| 2019-01-07 | std: Force `Instant::now()` to be monotonic | Alex Crichton | -1/+41 |
| 2019-01-07 | Rollup merge of #57375 - stjepang:duration-constants, r=joshtriplett | Pietro Albini | -0/+3 |
| 2019-01-07 | Specify the tracking issue | Stjepan Glavina | -1/+1 |
| 2019-01-06 | Re-export constants from core into std | Stjepan Glavina | -0/+3 |
| 2019-01-02 | Auto merge of #56827 - faern:eliminate-recv-timeout-panic, r=KodrAus | bors | -0/+12 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-14 | Add documentation about panicking Add<Duration> impls | Linus Färnstrand | -0/+12 |
| 2018-12-13 | Add checked_sub for Instant and SystemTime | Linus Färnstrand | -2/+22 |
| 2018-12-13 | Add checked_add method to Instant time type | Linus Färnstrand | -2/+25 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -1/+1 |
| 2018-11-25 | Auto merge of #55527 - sgeisler:time-checked-add, r=sfackler | bors | -0/+21 |
| 2018-11-18 | Increase `Duration` approximate equal threshold to 1us | Alex Crichton | -1/+1 |
| 2018-11-17 | std: Add debugging for a failing test on appveyor | Alex Crichton | -1/+5 |
| 2018-11-15 | Rename checked_add_duration to checked_add and make it take the duration by v... | Sebastian Geisler | -5/+5 |
| 2018-11-15 | Implement checked_add_duration for SystemTime | Sebastian Geisler | -0/+21 |
| 2018-05-28 | Stabilize SystemTime::UNIX_EPOCH | Thayne McCombs | -2/+1 |
| 2018-03-30 | Fix doctest | Steven Fackler | -0/+1 |
| 2018-03-30 | Make UNIX_EPOCH an associated constant of SystemTime | Steven Fackler | -0/+22 |
| 2018-03-24 | Add backticks | Phlosioneer | -2/+2 |
| 2018-03-11 | Remove "and may change between Rust releases" | Phlosioneer | -2/+2 |
| 2018-03-11 | Document when types have OS-dependent sizes | Phlosioneer | -0/+6 |
| 2018-01-29 | Move time::Duration to libcore | Clar Charr | -0/+565 |
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -1268/+0 |
| 2013-05-20 | Remove all unnecessary allocations (as flagged by lint) | Alex Crichton | -13/+13 |
| 2013-05-19 | Use assert_eq! rather than assert! where possible | Corey Richardson | -47/+47 |
| 2013-05-16 | syntax: deprecate #[auto_{en,de}code] in favour of #[deriving({En,De}codable)]. | Huon Wilson | -6/+2 |
| 2013-05-10 | renamed str::from_slice to str::to_owned | Youngsoo Son | -4/+4 |
| 2013-05-09 | libstd: rename vec::each(var) to var.each | Youngmin Yoo | -9/+8 |
| 2013-04-27 | only use #[no_core] in libcore | Daniel Micay | -9/+0 |
| 2013-04-20 | std: remove unused 'mut' variables | Alex Crichton | -2/+2 |
| 2013-04-16 | libcore,std,syntax,rustc: move tests into `mod tests`, make them private (no ... | Huon Wilson | -11/+11 |
| 2013-04-08 | Removing no longer needed unsafe blocks | Alex Crichton | -6/+2 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -182/+182 |
| 2013-03-23 | replace impls with `deriving` where applicable | Andrew Paseltiner | -25/+2 |
| 2013-03-22 | librustc: Remove the `const` declaration form everywhere | Patrick Walton | -3/+3 |
| 2013-03-22 | libstd: Remove all uses of `pure` from libstd. rs=depure | Patrick Walton | -17/+17 |
| 2013-03-22 | librustc: Remove all uses of `static` from functions. rs=destatic | Patrick Walton | -1/+1 |
| 2013-03-20 | libsyntax: Never use `::<>` in the type grammar | Patrick Walton | -2/+2 |
| 2013-03-13 | Revamp foreign code not to consider the Rust modes. This requires | Niko Matsakis | -8/+8 |
| 2013-03-07 | test: Fix tests. | Patrick Walton | -8/+8 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -184/+184 |
| 2013-03-07 | libstd: Remove `extern mod { ... }` from libstd. rs=deexterning | Patrick Walton | -12/+20 |
| 2013-03-07 | De-implicit-self libstd | Ben Striegel | -9/+9 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -3/+0 |
| 2013-02-28 | Fix implicit leaks of imports throughout libraries | Alex Crichton | -8/+7 |
| 2013-02-28 | librustc: Mark all type implementations public. rs=impl-publicity | Patrick Walton | -2/+2 |
| 2013-02-26 | Removed deprecated `str()` functions in int-template.rs and uint-template.rs | Marvin Löbel | -10/+10 |
| 2013-02-15 | libstd: Get rid of `move`. | Luqman Aden | -7/+7 |