| Age | Commit message (Expand) | Author | Lines |
| 2014-04-23 | Fix other bugs with new closure borrowing | Alex Crichton | -22/+23 |
| 2014-04-23 | std: Change Finally to take `&mut self` | Alex Crichton | -6/+6 |
| 2014-04-23 | std: Change CharEq to take `&mut self` | Alex Crichton | -50/+60 |
| 2014-04-23 | std: Change RandomAccessIterator to use `&mut self` | Alex Crichton | -17/+20 |
| 2014-04-23 | Hide trait rc::RcBoxPtr from docs | Edward Wang | -1/+1 |
| 2014-04-23 | auto merge of #13694 : jacob-hegna/rust/master, r=brson | bors | -0/+20 |
| 2014-04-23 | auto merge of #13693 : thestinger/rust/mem, r=alexcrichton | bors | -4/+27 |
| 2014-04-23 | auto merge of #13692 : vadimcn/rust/Win64-pre, r=alexcrichton | bors | -18/+101 |
| 2014-04-23 | auto merge of #13690 : alexcrichton/rust/unlink-unix-pipe, r=brson | bors | -0/+16 |
| 2014-04-23 | auto merge of #13687 : exscape/mut-vector-Show/master, r=alexcrichton | bors | -0/+12 |
| 2014-04-22 | auto merge of #13597 : bjz/rust/float-api, r=brson | bors | -430/+524 |
| 2014-04-22 | Fixed Win64 build | Vadim Chugunov | -18/+101 |
| 2014-04-22 | Removed trailing whitespace in on line 242 in int_macros.rs and on line 156 i... | Jacob Hegna | -3/+3 |
| 2014-04-22 | add support for quadruple precision floating point | Daniel Micay | -1/+15 |
| 2014-04-22 | Added examples for parse_bytes(buf: &[u8], radix: uint) in int_macros.rs and ... | Jacob Hegna | -0/+20 |
| 2014-04-22 | add volatile copy/copy_nonoverlapping/set | Daniel Micay | -4/+27 |
| 2014-04-22 | auto merge of #13674 : pcwalton/rust/more-str-inlines, r=alexcrichton | bors | -0/+4 |
| 2014-04-22 | native: Unlink unix socket paths on drop | Alex Crichton | -0/+16 |
| 2014-04-22 | auto merge of #13651 : ryantm/rust/master, r=brson | bors | -3/+2 |
| 2014-04-22 | Implement Show for &mut [T] | Thomas Backman | -0/+12 |
| 2014-04-21 | str: Inline `only_ascii` in string iterators. | Patrick Walton | -0/+4 |
| 2014-04-21 | Fix misspellings in comments. | Joseph Crail | -15/+15 |
| 2014-04-20 | fix copyright message based on `make check` | Ryan Mulligan | -3/+3 |
| 2014-04-20 | remove meaningless sentence and update copyright. | Ryan Mulligan | -5/+4 |
| 2014-04-20 | auto merge of #13410 : alexcrichton/rust/issue-12278, r=pcwalton | bors | -2/+8 |
| 2014-04-20 | auto merge of #13643 : aochagavia/rust/pr-2, r=alexcrichton | bors | -4/+6 |
| 2014-04-20 | Minor changes in std::mem | aochagavia | -4/+6 |
| 2014-04-20 | Fix spelling mistakes in documentation and code. | Joseph Crail | -2/+2 |
| 2014-04-19 | auto merge of #13613 : alexcrichton/rust/fix-freebsd-compile, r=brson | bors | -3/+2 |
| 2014-04-19 | auto merge of #13610 : jsanders/rust/sender-try-send-docs, r=alexcrichton | bors | -5/+5 |
| 2014-04-19 | Rewrite paragraph describing difference between try_send and send_opt | James Sanders | -4/+4 |
| 2014-04-19 | auto merge of #13615 : alexcrichton/rust/improve-demangling, r=brson | bors | -3/+13 |
| 2014-04-19 | auto merge of #13614 : cgaebel/rust/master, r=brson | bors | -0/+6 |
| 2014-04-19 | std: Add an experimental connect_timeout function | Alex Crichton | -2/+20 |
| 2014-04-18 | auto merge of #13606 : alexcrichton/rust/better-thread-errors, r=brson | bors | -4/+17 |
| 2014-04-19 | Reorder Float methods in trait definition and make consistent in impls | Brendan Zabarauskas | -293/+268 |
| 2014-04-19 | Fix formatting in float implementations | Brendan Zabarauskas | -72/+198 |
| 2014-04-19 | Have floating point functions take their parameters by value. | Brendan Zabarauskas | -154/+154 |
| 2014-04-19 | Merge the Round trait into the Float trait | Brendan Zabarauskas | -78/+71 |
| 2014-04-18 | std: Fix demangling with middle special chars | Alex Crichton | -3/+13 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -505/+543 |
| 2014-04-18 | Reduce HashMap allocations. | Clark Gaebel | -0/+6 |
| 2014-04-18 | std: Fix compiling on FreeBSD | Alex Crichton | -3/+2 |
| 2014-04-18 | Fix a couple places in docs where try_send wasn't changed to send_opt | James Sanders | -2/+2 |
| 2014-04-18 | Update the rest of the compiler with ~[T] changes | Alex Crichton | -25/+20 |
| 2014-04-18 | std: Fail more gracefully on thread spawn errors | Alex Crichton | -4/+17 |
| 2014-04-18 | std: Make ~[T] no longer a growable vector | Alex Crichton | -999/+342 |
| 2014-04-17 | auto merge of #13580 : DiamondLovesYou/rust/std-result-hash, r=alexcrichton | bors | -1/+1 |
| 2014-04-17 | auto merge of #13558 : alexcrichton/rust/snapshots, r=brson | bors | -25/+1 |
| 2014-04-17 | Add #[deriving(Hash)] to Result. | Richard Diamond | -1/+1 |