| Age | Commit message (Expand) | Author | Lines |
| 2014-08-18 | auto merge of #16578 : steveklabnik/rust/gh16239, r=pcwalton | bors | -1/+6 |
| 2014-08-18 | Explain EOF behavior in File.eof(). | Steve Klabnik | -1/+6 |
| 2014-08-18 | libsyntax: Remove the `use foo = bar` syntax from the language in favor | Patrick Walton | -23/+23 |
| 2014-08-17 | auto merge of #16498 : Kimundi/rust/inline-utf-encoding, r=alexcrichton | bors | -1/+1 |
| 2014-08-16 | librustc: Forbid external crates, imports, and/or items from being | Patrick Walton | -13/+5 |
| 2014-08-16 | Optimized IR generation for UTF-8 and UTF-16 encoding | Marvin Löbel | -1/+1 |
| 2014-08-16 | auto merge of #16513 : sfackler/rust/io-util-cleanup, r=alexcrichton | bors | -18/+38 |
| 2014-08-15 | Derive Clone for std::time::Duration | Andrew Poelstra | -1/+1 |
| 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 | auto merge of #16336 : retep998/rust/master, r=brson | bors | -4/+5 |
| 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 |