| Age | Commit message (Expand) | Author | Lines |
| 2014-07-30 | Add a new test for borrow checker Box<T> behavior | Cameron Zwarich | -0/+150 |
| 2014-07-30 | Implement RFC #43 | Cameron Zwarich | -8/+13 |
| 2014-07-30 | Add two helper functions for dealing with OwnedPtr paths | Cameron Zwarich | -0/+51 |
| 2014-07-30 | Library changes for RFC #43 | Cameron Zwarich | -9/+17 |
| 2014-07-29 | auto merge of #15956 : steveklabnik/rust/guide_crates, r=pcwalton | bors | -9/+351 |
| 2014-07-29 | auto merge of #16046 : dotdash/rust/call_ignore_alloca, r=pcwalton | bors | -9/+12 |
| 2014-07-29 | auto merge of #15989 : pcwalton/rust/borrowck-pattern-guards, r=pnkfelix | bors | -271/+383 |
| 2014-07-29 | New Guide: crates and modules | Steve Klabnik | -9/+351 |
| 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-29 | auto merge of #16050 : jxs/rust/master, r=alexcrichton | bors | -1/+1 |
| 2014-07-29 | auto merge of #16049 : aturon/rust/stability-dashboard-improvements, r=alexcr... | bors | -26/+38 |
| 2014-07-29 | auto merge of #16038 : nham/rust/collections_partialord, r=alexcrichton | bors | -2/+172 |
| 2014-07-29 | auto merge of #16034 : sfackler/rust/test-reexport-fix, r=alexcrichton | bors | -18/+31 |
| 2014-07-29 | auto merge of #16033 : nham/rust/hash_tuple_impl, r=alexcrichton | bors | -11/+18 |
| 2014-07-29 | auto merge of #16032 : treeman/rust/doc-treecollection, r=alexcrichton | bors | -31/+528 |
| 2014-07-28 | auto merge of #16027 : treeman/rust/doc-string, r=alexcrichton | bors | -25/+261 |
| 2014-07-28 | doc: reduce overlong sentence | Tshepang Lekhonkhobe | -1/+1 |
| 2014-07-28 | auto merge of #15983 : brson/rust/fail, r=alexcrichton | bors | -28/+27 |
| 2014-07-28 | Use correct conventions for static | Brian Anderson | -2/+2 |
| 2014-07-28 | auto merge of #16025 : cmr/rust/plugin-fields, r=alexcrichton | bors | -31/+98 |
| 2014-07-28 | Fix some of the documentation std::io::fs. | nham | -22/+20 |
| 2014-07-28 | Fix typo in getopts::getopts documentation, return Matches instead of Opt | joaoxsouls | -1/+1 |
| 2014-07-28 | rustdoc: improvements to stability dashboard | Aaron Turon | -26/+38 |
| 2014-07-28 | doc: Method examples for String | Jonas Hietala | -25/+261 |
| 2014-07-28 | Emit lifetime end markers for allocas for ignored return values | Björn Steinbrink | -0/+1 |
| 2014-07-28 | Omit unnecessary stack slots for ignored return values | Björn Steinbrink | -9/+11 |
| 2014-07-28 | rustc: encode is_sugared_doc on ast::Attribute | Corey Richardson | -1/+7 |
| 2014-07-28 | rustdoc: remove extraneous .move_iter().collect()s | Corey Richardson | -24/+24 |
| 2014-07-28 | rustdoc: show struct field docs when inlined | Corey Richardson | -6/+67 |
| 2014-07-28 | Implement Ord for TrieMap/TrieSet/SmallIntMap/Bitv/BitvSet | nham | -2/+23 |
| 2014-07-28 | Implement PartialOrd for Bitv and BitvSet | nham | -1/+40 |
| 2014-07-28 | Implement PartialOrd for SmallIntMap | nham | -0/+39 |
| 2014-07-27 | Implement PartialOrd for TrieMap and TrieSet | nham | -1/+72 |
| 2014-07-27 | auto merge of #16031 : arielb1/rust/remove_unneeded_fixme, r=kballard | bors | -12/+8 |
| 2014-07-27 | auto merge of #16026 : ruud-v-a/rust/patch-1, r=steveklabnik | bors | -1/+1 |
| 2014-07-27 | auto merge of #16020 : nham/rust/ringbuf_hash_ord, r=alexcrichton | bors | -0/+49 |
| 2014-07-27 | Make test expansion induce less reachability | Steven Fackler | -18/+31 |
| 2014-07-27 | Implement Hash for tuples of up to arity 12. Also change the style to be cons... | nham | -11/+18 |
| 2014-07-27 | doc: Small rewording. | Jonas Hietala | -6/+4 |
| 2014-07-27 | auto merge of #16030 : treeman/rust/doc-hashset-fix, r=sfackler | bors | -0/+3 |
| 2014-07-27 | Hash the length of the RingBuf before hashing elements | nham | -0/+1 |
| 2014-07-27 | doc: Main example for TreeMap. | Jonas Hietala | -0/+101 |
| 2014-07-27 | doc: TreeMap methods with examples. | Jonas Hietala | -17/+248 |
| 2014-07-27 | doc: TreeSet methods and main example. | Jonas Hietala | -16/+183 |
| 2014-07-27 | Remove an unneeded FIXME in coherence.rs | Ariel Ben-Yehuda | -12/+8 |
| 2014-07-27 | doc: Correctly onclose code blocks in HashSet | Jonas Hietala | -0/+3 |
| 2014-07-27 | auto merge of #16016 : tomjakubowski/rust/rustdoc-fix-15490, r=alexcrichton | bors | -1/+5 |
| 2014-07-27 | docs: Fix typo in container guide. | Ruud van Asseldonk | -1/+1 |
| 2014-07-27 | auto merge of #16001 : Gankro/rust/rawstrings-proof, r=pnkfelix | bors | -6/+41 |