| Age | Commit message (Expand) | Author | Lines |
| 2014-05-01 | auto merge of #13789 : sfackler/rust/debug-assert, r=pcwalton | bors | -16/+59 |
| 2014-05-01 | auto merge of #13886 : japaric/rust/fix-an-typos, r=alexcrichton | bors | -2/+2 |
| 2014-05-01 | Remove useless assert! case | Steven Fackler | -5/+0 |
| 2014-05-01 | Add debug_assert and debug_assert_eq macros | Steven Fackler | -11/+59 |
| 2014-05-01 | Fix a/an typos | Jorge Aparicio | -2/+2 |
| 2014-05-01 | auto merge of #13877 : thestinger/rust/de-tilde-str-vec, r=alexcrichton | bors | -17/+17 |
| 2014-05-01 | remove leftover obsolete string literals | Daniel Micay | -17/+17 |
| 2014-04-30 | auto merge of #13648 : gereeter/rust/removed-rev, r=alexcrichton | bors | -162/+155 |
| 2014-04-30 | auto merge of #13864 : adrientetar/rust/fix-it-some-more, r=alexcrichton | bors | -1/+1 |
| 2014-04-30 | auto merge of #13072 : bjz/rust/bitset, r=alexcrichton | bors | -0/+260 |
| 2014-04-30 | Update for language changes | Brendan Zabarauskas | -1/+1 |
| 2014-04-30 | Move bitflags module to libstd | Brendan Zabarauskas | -0/+260 |
| 2014-04-30 | rustdoc: fix overly broad selectors | Adrien Tétar | -1/+1 |
| 2014-04-29 | auto merge of #13857 : alexcrichton/rust/add-dylib-paths, r=brson | bors | -2/+19 |
| 2014-04-29 | rustc: Add search paths to dylib load paths | Alex Crichton | -2/+19 |
| 2014-04-29 | auto merge of #13772 : brson/rust/cratedocs, r=alexcrichton | bors | -36/+106 |
| 2014-04-28 | Deprecate the rev_iter pattern in all places where a DoubleEndedIterator is p... | Jonathan S | -78/+91 |
| 2014-04-28 | Provide an implementation of DoubleEndedIterator for the results of &[T]::spl... | Jonathan S | -84/+64 |
| 2014-04-28 | auto merge of #13812 : alxgnon/rust/master, r=alexcrichton | bors | -14/+23 |
| 2014-04-28 | auto merge of #13797 : lifthrasiir/rust/std-mem-replace-doc, r=alexcrichton | bors | -0/+32 |
| 2014-04-28 | Fixed typo in std::vec | Adolfo Ochagavía | -1/+1 |
| 2014-04-28 | std: Add more docs to `std::mem::replace`. | Kang Seonghoon | -0/+32 |
| 2014-04-27 | Fix repeated module documentation | Alexandre Gagnon | -14/+23 |
| 2014-04-27 | std: Rewrite crate docs | Brian Anderson | -36/+106 |
| 2014-04-27 | auto merge of #13799 : m-r-r/rust/patch-std-io-standard_error, r=alexcrichton | bors | -1/+15 |
| 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-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 |