| Age | Commit message (Expand) | Author | Lines |
| 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 | Port Rust to DragonFlyBSD | Michael Neumann | -1/+55 |
| 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-28 | doc: use //! instead of /*! ... */ in std::rand | Jonas Hietala | -167/+163 |
| 2014-07-28 | doc: More efficient Monty Hall simulation | Jonas Hietala | -8/+8 |
| 2014-07-28 | doc: Monty Hall simulation for std::rand | Jonas Hietala | -0/+103 |
| 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 |
| 2014-07-18 | Improve documentation for rand::random | Steve Klabnik | -9/+14 |
| 2014-07-18 | Remove examples from trait implementations. Unhide imports. | Jonas Hietala | -154/+18 |
| 2014-07-18 | Fill in documentation for HashSet. | Jonas Hietala | -37/+267 |
| 2014-07-16 | Extend HashSet documentation. | Jonas Hietala | -4/+159 |
| 2014-07-15 | auto merge of #15619 : kwantam/rust/master, r=huonw | bors | -6/+5 |
| 2014-07-15 | Fix errors | Adolfo Ochagavía | -18/+11 |
| 2014-07-15 | Deprecate `str::from_utf8_lossy` | Adolfo Ochagavía | -15/+14 |