| Age | Commit message (Expand) | Author | Lines |
| 2014-05-05 | std: deprecate cast::transmute_mut. | Huon Wilson | -17/+27 |
| 2014-05-04 | Register new snapshots | Alex Crichton | -6/+0 |
| 2014-05-04 | auto merge of #13865 : alexcrichton/rust/issue-13861, r=brson | bors | -0/+20 |
| 2014-05-03 | rustdoc: Migrate from sundown to hoedown | Alex Crichton | -8/+8 |
| 2014-05-03 | auto merge of #13773 : brson/rust/boxxy, r=alexcrichton | bors | -360/+361 |
| 2014-05-03 | auto merge of #13904 : pcwalton/rust/box, r=alexcrichton | bors | -0/+8 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -360/+361 |
| 2014-05-02 | librustc: Implement the `Box<T>` type syntax. RFC #14. Issue #13885. | Patrick Walton | -0/+8 |
| 2014-05-02 | auto merge of #13579 : hirschenberger/rust/lint_unsigned_negate, r=alexcrichton | bors | -0/+10 |
| 2014-05-03 | Add lint check for negating uint literals and variables. | Falco Hirschenberger | -0/+10 |
| 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 | native: Always open a file with Open/Write modes | Alex Crichton | -0/+20 |
| 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-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 |