| Age | Commit message (Expand) | Author | Lines |
| 2014-02-01 | Remove free-standing div functions in std::uint | Brendan Zabarauskas | -60/+0 |
| 2014-02-01 | Remove some unused imports | Brendan Zabarauskas | -2/+0 |
| 2014-02-01 | Make next_power_of_two generic for unsigned integers | Brendan Zabarauskas | -76/+85 |
| 2014-01-31 | Use __pthread_get_minstack() when available. | Ben Noordhuis | -1/+46 |
| 2014-01-31 | Retry on EINVAL from pthread_attr_setstacksize() | Ben Noordhuis | -6/+45 |
| 2014-01-31 | Add libc::consts::os::posix01::PTHREAD_STACK_MIN | Ben Noordhuis | -3/+23 |
| 2014-01-31 | auto merge of #11918 : omasanori/rust/reduce-warnings, r=alexcrichton | bors | -14/+5 |
| 2014-01-30 | auto merge of #11947 : alexcrichton/rust/osx-unwind, r=brson | bors | -1/+4 |
| 2014-01-30 | Fix the size of the _Unwind_Exception struct | Alex Crichton | -1/+4 |
| 2014-01-30 | auto merge of #11784 : eminence/rust/fix_run_tests, r=alexcrichton | bors | -1/+1 |
| 2014-01-30 | Make mut_last return Option instead of failing on empty vector (and add a tes... | Nathaniel Herman | -4/+14 |
| 2014-01-30 | Make pop_ref and mut_pop_ref return Option instead of failing on empty vectors | Nathaniel Herman | -24/+20 |
| 2014-01-30 | Make shift_ref and mut_shift_ref return Option instead of failing | Nathaniel Herman | -24/+20 |
| 2014-01-30 | auto merge of #11895 : xales/rust/libstd, r=alexcrichton | bors | -29/+2 |
| 2014-01-29 | auto merge of #11672 : bjz/rust/remove-times, r=brson | bors | -75/+30 |
| 2014-01-30 | Remove Times trait | Brendan Zabarauskas | -75/+30 |
| 2014-01-29 | Remove seldom-used std::reference functions. | xales | -28/+2 |
| 2014-01-29 | Remove double-use of logging. | xales | -1/+0 |
| 2014-01-29 | Rename std::borrow to std::reference. | xales | -3/+3 |
| 2014-01-29 | auto merge of #11893 : Armavica/rust/copyable-cloneable, r=huonw | bors | -26/+26 |
| 2014-01-30 | Append ; to #[allow(dead_code)]. | OGINO Masanori | -1/+1 |
| 2014-01-30 | Prefix _ to unused variables. | OGINO Masanori | -4/+4 |
| 2014-01-30 | Remove unused imports. | OGINO Masanori | -9/+0 |
| 2014-01-29 | auto merge of #11754 : alexcrichton/rust/unused-result, r=brson | bors | -3/+4 |
| 2014-01-29 | Flag Result as #[must_use] and deal with fallout. | Alex Crichton | -3/+4 |
| 2014-01-29 | Removing do keyword from libstd and librustc | Scott Lawrence | -265/+264 |
| 2014-01-28 | Rename CopyableTuple to CloneableTuple | Virgile Andreani | -4/+4 |
| 2014-01-28 | Rename ImmutableCopyableVector to ImmutableCloneableVector | Virgile Andreani | -3/+3 |
| 2014-01-28 | Rename OwnedCopyableVector to OwnedCloneableVector | Virgile Andreani | -8/+8 |
| 2014-01-28 | Rename CopyableVector to CloneableVector | Virgile Andreani | -12/+12 |
| 2014-01-28 | auto merge of #11845 : xales/rust/libnative, r=alexcrichton | bors | -0/+44 |
| 2014-01-28 | auto merge of #11858 : huonw/rust/11841-followup, r=brson | bors | -0/+4 |
| 2014-01-27 | Set SO_REUSEADDR by default in libnative. | xales | -0/+44 |
| 2014-01-28 | std: comment about OOM & allocs in begin_unwind_fmt. | Huon Wilson | -0/+4 |
| 2014-01-27 | auto merge of #11723 : eddyb/rust/more-trans-cleanup, r=pcwalton | bors | -0/+2 |
| 2014-01-27 | Removed take_glue from tydesc, inlining the equivalent refcount increment cod... | Eduard Burtescu | -0/+2 |
| 2014-01-27 | auto merge of #11841 : huonw/rust/noinline-fail, r=alexcrichton | bors | -6/+43 |
| 2014-01-28 | Feature gate #[simd] | David Manescu | -1/+12 |
| 2014-01-27 | std: add begin_unwind_fmt that reduces codesize for formatted fail!(). | Huon Wilson | -3/+25 |
| 2014-01-27 | Demote self to an (almost) regular argument and remove the env param. | Eduard Burtescu | -17/+8 |
| 2014-01-27 | std: reduce the generic code instantiated by fail!(). | Huon Wilson | -3/+18 |
| 2014-01-26 | auto merge of #11817 : salemtalha/rust/master, r=brson | bors | -37/+37 |
| 2014-01-26 | Removed all instances of XXX in preparation for relaxing of FIXME rule | Salem Talha | -37/+37 |
| 2014-01-26 | Fix privacy fallout from previous change | Alex Crichton | -1/+1 |
| 2014-01-26 | auto merge of #11762 : alexcrichton/rust/guard_pages, r=alexcrichton | bors | -68/+132 |
| 2014-01-26 | Bring in the line-length police | Alex Crichton | -51/+79 |
| 2014-01-25 | auto merge of #11808 : huonw/rust/std-visible-types, r=brson | bors | -3/+4 |
| 2014-01-26 | std,extra: Make some types public and other private. | Huon Wilson | -3/+4 |
| 2014-01-25 | auto merge of #11790 : lfairy/rust/rename-num-consts, r=alexcrichton | bors | -331/+331 |
| 2014-01-25 | auto merge of #11788 : salemtalha/rust/master, r=huonw | bors | -1/+2 |