| Age | Commit message (Expand) | Author | Lines |
| 2014-08-23 | Remove stage0 attributes. | Vadim Chugunov | -2/+0 |
| 2014-08-22 | auto merge of #16647 : vhbit/rust/ios-build-fixes, r=alexcrichton | bors | -2/+2 |
| 2014-08-21 | auto merge of #16499 : cmr/rust/struct-undef-repr, r=pcwalton | bors | -1/+33 |
| 2014-08-21 | libstd: Limit Duration range to i64 milliseconds. | Ruud van Asseldonk | -54/+52 |
| 2014-08-21 | iOS compilation fix | Valerii Hiora | -2/+2 |
| 2014-08-21 | auto merge of #16362 : nham/rust/std_rand_pi_example, r=huonw | bors | -0/+43 |
| 2014-08-21 | Use unicode pi symbol in pi estimation example. Additional tweaks | nham | -7/+7 |
| 2014-08-21 | Surround formula in a 'notrust' code block | nham | -0/+2 |
| 2014-08-21 | auto merge of #16443 : steveklabnik/rust/fix_path_docs, r=kballard | bors | -4/+22 |
| 2014-08-20 | Stage #[repr(packed)] in std::rt | Corey Richardson | -1/+32 |
| 2014-08-20 | liblibc: don't use int/uint for intptr_t/uintptr_t | Corey Richardson | -1/+1 |
| 2014-08-20 | Add #[repr(C)] to all the things! | Corey Richardson | -0/+1 |
| 2014-08-20 | librustc: handle repr on structs, require it for ffi, unify with packed | Corey Richardson | -1/+1 |
| 2014-08-20 | Fix error message for WindowsPath::new | Steve Klabnik | -4/+22 |
| 2014-08-20 | libstd: Refactor Duration. | Ruud van Asseldonk | -288/+208 |
| 2014-08-19 | libstd: Add `Fn`/`FnMut`/`FnOnce` to the prelude. | Patrick Walton | -0/+1 |
| 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 |