| Age | Commit message (Expand) | Author | Lines |
| 2014-08-14 | std::io::util cleanup + fixes | Steven Fackler | -18/+38 |
| 2014-08-15 | auto merge of #16435 : vadimcn/rust/windows, r=pcwalton | bors | -3/+5 |
| 2014-08-14 | auto merge of #16332 : brson/rust/slicestab, r=aturon | bors | -45/+45 |
| 2014-08-13 | Add a fixme about Duration representation | Brian Anderson | -0/+2 |
| 2014-08-13 | Update docs | Brian Anderson | -2/+5 |
| 2014-08-13 | std: Fix build errors | Brian Anderson | -3/+3 |
| 2014-08-13 | std: Remove Duration::new/new_opt/to_tuple | Brian Anderson | -37/+0 |
| 2014-08-13 | std: Improve Duration comments | Brian Anderson | -17/+2 |
| 2014-08-13 | std: Make connect_timeout return Err on zero duration | Brian Anderson | -12/+16 |
| 2014-08-13 | Fix various fallout from timer changes | Brian Anderson | -9/+16 |
| 2014-08-13 | std: Refactor time module a bit | Brian Anderson | -15/+30 |
| 2014-08-13 | std: connect_timeout requires a positive Duration | Brian Anderson | -9/+27 |
| 2014-08-13 | std: Make the TCP/UDP connect_timeout methods take Duration | Brian Anderson | -16/+24 |
| 2014-08-13 | std: Clarify what timers do with zero and negative durations | Brian Anderson | -31/+111 |
| 2014-08-13 | std: Restore missing timer examples | Brian Anderson | -0/+52 |
| 2014-08-13 | std: Remove the `zero` constructor from `Duration` | Brian Anderson | -6/+0 |
| 2014-08-13 | std: Remove ms-taking methods from timers | Brian Anderson | -172/+49 |
| 2014-08-13 | std: Change time::MAX to time::MAX_DURATION, etc. | Brian Anderson | -15/+15 |
| 2014-08-13 | std: Update Duration from upstream | Brian Anderson | -100/+328 |
| 2014-08-13 | std: Add comments to the time module | Brian Anderson | -1/+16 |
| 2014-08-13 | std: Add sleep, oneshot and periodic timers, taking Duration | Brian Anderson | -0/+97 |
| 2014-08-13 | std: Rename sleep, periodic, and oneshot timers to sleep_ms, etc. | Brian Anderson | -57/+58 |
| 2014-08-13 | std: Add a Duration type | Brian Anderson | -0/+417 |
| 2014-08-13 | core: Rename ImmutableEqSlice to ImmutablePartialEqSlice | Brian Anderson | -5/+5 |
| 2014-08-13 | std: Rename slice::Vector to Slice | Brian Anderson | -13/+13 |
| 2014-08-13 | std: Rename various slice traits for consistency | Brian Anderson | -39/+39 |
| 2014-08-12 | libnative: process spawning should not close inherited file descriptors | Ivan Petkov | -1/+24 |
| 2014-08-12 | Replace #[cfg(target_os = "win32")] with #[cfg(target_os = "windows")] | Vadim Chugunov | -3/+5 |
| 2014-08-12 | auto merge of #16195 : P1start/rust/more-index, r=aturon | bors | -6/+48 |
| 2014-08-12 | Implement Index for HashMap | P1start | -6/+48 |
| 2014-08-11 | core/std: squash dead_code warnings from fail! invocations. | Huon Wilson | -6/+11 |
| 2014-08-09 | auto merge of #15964 : huonw/rust/gensym-test, r=alexcrichton | bors | -5/+3 |
| 2014-08-09 | testsuite: implement #[reexport_test_harness_name] to get access to the | Huon Wilson | -5/+3 |
| 2014-08-08 | Remove the dist function; it is more efficient to compare squared distances | nham | -5/+1 |
| 2014-08-08 | auto merge of #16336 : retep998/rust/master, r=brson | bors | -4/+5 |
| 2014-08-08 | Add example of estimating pi using Monte Carlo simulation to std::rand | nham | -0/+45 |
| 2014-08-08 | auto merge of #16327 : mdinger/rust/typo, r=steveklabnik | bors | -1/+1 |
| 2014-08-08 | Register new snapshot 12e0f72 | Niko Matsakis | -37/+0 |
| 2014-08-08 | auto merge of #16285 : alexcrichton/rust/rename-share, r=huonw | bors | -1/+1 |
| 2014-08-07 | Fix typo | mdinger | -1/+1 |
| 2014-08-07 | Rename `Share` to `Sync` | Alex Crichton | -1/+1 |
| 2014-08-07 | windows: Fix several tests on 64-bit. | Peter Atashian | -4/+5 |
| 2014-08-07 | auto merge of #16220 : tshepang/rust/temp, r=steveklabnik | bors | -1/+1 |
| 2014-08-06 | auto merge of #16291 : nham/rust/byte_literals, r=alexcrichton | bors | -54/+52 |
| 2014-08-06 | Merge commit '881bfb1a180a1b545daa9da1539ec4c8ebda7ed1' into rollup | Alex Crichton | -2/+3 |
| 2014-08-06 | auto merge of #16258 : aturon/rust/stabilize-atomics, r=alexcrichton | bors | -14/+20 |
| 2014-08-06 | Use byte literals in libstd | nham | -54/+52 |
| 2014-08-05 | auto merge of #16243 : alexcrichton/rust/fix-utime-for-windows, r=brson | bors | -6/+4 |
| 2014-08-04 | Fix crash in OsRng when compiling with -O. | Vadim Chugunov | -2/+3 |
| 2014-08-04 | stabilize atomics (now atomic) | Aaron Turon | -14/+20 |