| Age | Commit message (Expand) | Author | Lines |
| 2014-04-27 | auto merge of #13792 : jacob-hegna/rust/master, r=alexcrichton | bors | -10/+28 |
| 2014-04-27 | Rewrote documentation for parse_bytes and to_str_bytes in {int, uint}_macros.rs | Jacob Hegna | -10/+28 |
| 2014-04-27 | Fixed typo in std::iter | Adolfo OchagavĂa | -1/+1 |
| 2014-04-27 | Added missing values in std::io::standard_error() | m-r-r | -1/+15 |
| 2014-04-26 | Fixing permutation of small lists, such that [], [x] -> [[]], [[x]], and upda... | Wendell Smith | -7/+48 |
| 2014-04-26 | std: Add experimental networking methods | Alex Crichton | -1/+70 |
| 2014-04-25 | clarify docs for std:io::fs::Path::{is_dir,is_file,exists}; add lstat | Aaron Turon | -28/+28 |
| 2014-04-25 | auto merge of #13735 : aturon/rust/float-consts-take-2, r=brson | bors | -19/+40 |
| 2014-04-24 | auto merge of #13697 : pongad/rust/consts, r=alexcrichton | bors | -172/+130 |
| 2014-04-25 | Cleaned up os::consts. The module only exposes constants for the target OS an... | Michael Darakananda | -172/+130 |
| 2014-04-24 | auto merge of #13723 : alexcrichton/rust/pipe-connect-timeout, r=brson | bors | -2/+93 |
| 2014-04-24 | auto merge of #13711 : alexcrichton/rust/snapshots, r=brson | bors | -2/+0 |
| 2014-04-24 | add min_pos_value constant for floats | Aaron Turon | -19/+40 |
| 2014-04-24 | std: Add timeouts to unix connect/accept | Alex Crichton | -2/+93 |
| 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 | Register new snapshots | Alex Crichton | -2/+0 |
| 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 |