| Age | Commit message (Expand) | Author | Lines |
| 2014-08-14 | librustc: Implement simple `where` clauses. | Patrick Walton | -207/+626 |
| 2014-08-14 | librustc: Stop assuming that implementations and traits only contain | Patrick Walton | -1120/+1926 |
| 2014-08-14 | auto merge of #16122 : pcwalton/rust/lifetimes-in-unboxed-closures, r=pnkfelix | bors | -298/+835 |
| 2014-08-14 | librustc: Tie up loose ends in unboxed closures. | Patrick Walton | -298/+835 |
| 2014-08-14 | auto merge of #16484 : dotdash/rust/empty_struct_wrapper_arg, r=luqmana | bors | -0/+23 |
| 2014-08-14 | auto merge of #16470 : liigo/rust/rename-private-cmp-macros, r=brson | bors | -8/+8 |
| 2014-08-14 | auto merge of #16444 : steveklabnik/rust/fix_boxes_in_manual, r=brson | bors | -1/+1 |
| 2014-08-14 | auto merge of #16440 : bheesham/rust/master, r=brson | bors | -11/+11 |
| 2014-08-14 | auto merge of #16428 : mdinger/rust/sort_attributes, r=cmr | bors | -112/+144 |
| 2014-08-14 | auto merge of #16332 : brson/rust/slicestab, r=aturon | bors | -210/+450 |
| 2014-08-14 | auto merge of #15929 : pcwalton/rust/by-ref-closures, r=alexcrichton | bors | -72/+254 |
| 2014-08-14 | auto merge of #16477 : pnkfelix/rust/fsk-quotstx, r=brson | bors | -31/+474 |
| 2014-08-13 | librustc: Parse, but do not fully turn on, the `ref` keyword for | Patrick Walton | -72/+254 |
| 2014-08-13 | Fix test fallout | Brian Anderson | -10/+10 |
| 2014-08-13 | auto merge of #15934 : brson/rust/dur, r=aturon | bors | -79/+867 |
| 2014-08-13 | Address some review feedback | Brian Anderson | -14/+12 |
| 2014-08-13 | core: Change the argument order on splitn and rsplitn for strs. | Brian Anderson | -28/+28 |
| 2014-08-13 | core: Put stability attributes all over the slice module | Brian Anderson | -0/+74 |
| 2014-08-13 | Fix test fallout | Brian Anderson | -3/+4 |
| 2014-08-14 | Fix handling of ignored arguments in FFI wrappers for rust functions | Björn Steinbrink | -0/+23 |
| 2014-08-13 | Sort `Marker types` and add missing language items | mdinger | -22/+54 |
| 2014-08-13 | auto merge of #16438 : phi-gamma/rust/doc-fixes, r=brson | bors | -3/+3 |
| 2014-08-13 | auto merge of #16476 : andreastt/rust/ato/consistency_if_expr_example, r=stev... | bors | -1/+1 |
| 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/+27 |
| 2014-08-13 | Fix various fallout from timer changes | Brian Anderson | -19/+35 |
| 2014-08-13 | Fix compiletest to use Duration | Brian Anderson | -1/+2 |
| 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: Add binary_search and binary_search_elem methods to slices. | Brian Anderson | -47/+186 |
| 2014-08-13 | core: Rename ImmutableEqSlice to ImmutablePartialEqSlice | Brian Anderson | -9/+9 |
| 2014-08-13 | collections: Deprecate Vec::tailn. Same as slice_from | Brian Anderson | -1/+2 |
| 2014-08-13 | core: Rename MutableCloneableSlice::copy_from to clone_from_slice | Brian Anderson | -2/+8 |
| 2014-08-13 | core: Deprecate ImmutableSlice::tailn and initn | Brian Anderson | -0/+4 |
| 2014-08-13 | core: Rename ImmutableSlice::unsafe_ref to unsafe_get | Brian Anderson | -11/+23 |