| Age | Commit message (Expand) | Author | Lines |
| 2014-07-31 | Add examples for GenericPath methods. | nham | -0/+233 |
| 2014-07-31 | rustrt: Make begin_unwind take a single file/line pointer | Brian Anderson | -0/+33 |
| 2014-07-31 | auto merge of #16074 : nham/rust/bitflags_traits, r=alexcrichton | bors | -2/+46 |
| 2014-07-30 | Implement Default for std::io::FilePermission | nham | -0/+6 |
| 2014-07-30 | Derive PartialOrd, Ord and Hash for bitflags types. | nham | -2/+40 |
| 2014-07-30 | auto merge of #15915 : erickt/rust/master, r=alexcrichton | bors | -72/+8 |
| 2014-07-30 | auto merge of #15777 : SimonSapin/rust/pub-ascii-maps, r=alexcrichton | bors | -58/+95 |
| 2014-07-29 | std: Make MemWriter clonable | Erick Tryzelaar | -0/+1 |
| 2014-07-29 | remove seek from std::io::MemWriter, add SeekableMemWriter to librustc | Erick Tryzelaar | -72/+7 |
| 2014-07-29 | Add deprecated aliases for the old {Owned,}StrAsciiExt trait names. | Simon Sapin | -0/+7 |
| 2014-07-29 | Rename the std::ascii::{Owned,}StrAsciiExt traits to {Owned,}AsciiExt | Simon Sapin | -32/+54 |
| 2014-07-29 | Make std::ascii::ASCII_{UPPER,LOWER}_MAP public. | Simon Sapin | -8/+8 |
| 2014-07-29 | Use byte literals in std::ascii::ASCII_{UPPER,LOWER}_MAP for readability. | Simon Sapin | -24/+32 |
| 2014-07-29 | doc: add missing word | Tshepang Lekhonkhobe | -1/+1 |
| 2014-07-29 | Remove references to non-existant functions in the std::path documentation | nham | -4/+1 |
| 2014-07-29 | auto merge of #16054 : tshepang/rust/patch-1, r=brson | bors | -1/+1 |
| 2014-07-29 | auto merge of #16052 : nham/rust/fs_docs, r=brson | bors | -22/+20 |
| 2014-07-28 | doc: reduce overlong sentence | Tshepang Lekhonkhobe | -1/+1 |
| 2014-07-28 | auto merge of #15983 : brson/rust/fail, r=alexcrichton | bors | -9/+12 |
| 2014-07-28 | Fix some of the documentation std::io::fs. | nham | -22/+20 |
| 2014-07-27 | doc: Correctly onclose code blocks in HashSet | Jonas Hietala | -0/+3 |
| 2014-07-26 | auto merge of #15941 : treeman/rust/doc-lru, r=alexcrichton | bors | -0/+85 |
| 2014-07-25 | auto merge of #15787 : treeman/rust/hashmap-doc, r=alexcrichton | bors | -48/+337 |
| 2014-07-25 | Revert "Use fewer instructions for `fail!`" | Brian Anderson | -5/+3 |
| 2014-07-25 | std: Use correct conventions for statics in macros | Brian Anderson | -6/+6 |
| 2014-07-25 | Put the struct passed to unwinding functions into a static | Brian Anderson | -7/+12 |
| 2014-07-25 | Make most of the failure functions take &(&'static str, uint) | Brian Anderson | -2/+2 |
| 2014-07-24 | librustc: Stop desugaring `for` expressions and translate them directly. | Patrick Walton | -1/+4 |
| 2014-07-24 | Add `string::raw::from_buf` | Adolfo Ochagavía | -2/+1 |
| 2014-07-24 | Fix travis errors | Adolfo Ochagavía | -1/+1 |
| 2014-07-24 | Deprecated `str::raw::from_buf_len` | Adolfo Ochagavía | -5/+5 |
| 2014-07-24 | Deprecated `str::raw::from_c_str` | Adolfo Ochagavía | -1/+1 |
| 2014-07-24 | Remove OwnedStr trait | Adolfo Ochagavía | -6/+2 |
| 2014-07-24 | Cleanup HashMap documentation. | Jonas Hietala | -53/+68 |
| 2014-07-24 | Cleanup LruCache doc. | Jonas Hietala | -9/+8 |
| 2014-07-24 | Documentation examples for LruCache. | Jonas Hietala | -0/+86 |
| 2014-07-24 | Remove explicit rust code specifier. Unhide use HashMap. | Jonas Hietala | -56/+56 |
| 2014-07-24 | Fill in example code for HashMap. | Jonas Hietala | -19/+293 |
| 2014-07-23 | Just land already | Brian Anderson | -1/+1 |
| 2014-07-23 | Remove kludgy imports from vec! macro | Brian Anderson | -3/+1 |
| 2014-07-23 | collections: Move push/pop to MutableSeq | Brian Anderson | -9/+16 |
| 2014-07-22 | auto merge of #15876 : brson/rust/failfat, r=pcwalton | bors | -2/+3 |
| 2014-07-22 | auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichton | bors | -0/+18 |
| 2014-07-21 | Add a ton of ignore-lexer-test | Corey Richardson | -0/+14 |
| 2014-07-21 | Use fewer instructions for `fail!` | Brian Anderson | -2/+3 |
| 2014-07-21 | ignore-lexer-test to broken files and remove some tray hyphens | Corey Richardson | -0/+4 |
| 2014-07-21 | Rename to_str to to_string | Steven Fackler | -4/+4 |
| 2014-07-20 | auto merge of #15797 : brson/rust/taskstab, r=alexcrichton | bors | -22/+37 |
| 2014-07-19 | auto merge of #15746 : steveklabnik/rust/docs_random, r=alexcrichton | bors | -9/+14 |
| 2014-07-18 | std: Stabilize task module. | Brian Anderson | -22/+37 |