| Age | Commit message (Expand) | Author | Lines |
| 2014-04-24 | add min_pos_value constant for floats | Aaron Turon | -19/+40 |
| 2014-04-24 | auto merge of #13720 : aturon/rust/walk_dir-perf, r=alexcrichton | bors | -2/+29 |
| 2014-04-24 | fix O(n^2) perf bug for std::io::fs::walk_dir | Aaron Turon | -2/+29 |
| 2014-04-24 | Update libuv | Alex Crichton | -2/+2 |
| 2014-04-24 | auto merge of #13710 : aturon/rust/float-constants, r=brson | bors | -75/+94 |
| 2014-04-23 | auto merge of #13675 : sfackler/rust/taskbuilder-new, r=alexcrichton | bors | -34/+27 |
| 2014-04-23 | Move task::task() to TaskBuilder::new() | Steven Fackler | -34/+27 |
| 2014-04-23 | auto merge of #13688 : alexcrichton/rust/accept-timeout, r=brson | bors | -1/+86 |
| 2014-04-23 | std: Add support for an accept() timeout | Alex Crichton | -1/+86 |
| 2014-04-23 | auto merge of #13705 : edwardw/rust/rcboxptr-doc, r=alexcrichton | bors | -1/+1 |
| 2014-04-23 | fix std::f32 and std::f64 constants | Aaron Turon | -75/+94 |
| 2014-04-23 | auto merge of #13686 : alexcrichton/rust/issue-12224, r=nikomatsakis | bors | -95/+109 |
| 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 |