| Age | Commit message (Expand) | Author | Lines |
| 2014-07-29 | Add a few more derivings to AST types | Marvin Löbel | -10/+10 |
| 2014-07-29 | Refactored syntax::fold. | Marvin Löbel | -295/+420 |
| 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 | 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 | doc: Method examples for String | Jonas Hietala | -25/+261 |
| 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 |
| 2014-07-27 | auto merge of #15963 : nham/rust/moar_15294, r=alexcrichton | bors | -2/+194 |
| 2014-07-27 | adding proof of context-sensitivy of raw string literals | Alexis Beingessner | -6/+41 |
| 2014-07-26 | Remove managed_box gate from tests | Brian Anderson | -213/+23 |
| 2014-07-26 | Implement PartialOrd for RingBuf | nham | -0/+20 |
| 2014-07-26 | Implement Hash for RingBuf | nham | -0/+28 |
| 2014-07-27 | auto merge of #16006 : TeXitoi/rust/relicense-shootout-k-nucleotide, r=brson | bors | -8/+39 |
| 2014-07-26 | rustdoc: Keep hidden struct fields out of search | Tom Jakubowski | -1/+5 |
| 2014-07-26 | Manually implement Hash for SmallIntMap | nham | -12/+20 |
| 2014-07-26 | auto merge of #15941 : treeman/rust/doc-lru, r=alexcrichton | bors | -0/+85 |
| 2014-07-26 | auto merge of #15936 : alexcrichton/rust/stability, r=brson | bors | -325/+310 |
| 2014-07-26 | std: Stabilize unit, bool, ty, tuple, arc, any | Alex Crichton | -325/+310 |
| 2014-07-26 | auto merge of #15762 : nham/rust/ringbuf_docs, r=alexcrichton | bors | -0/+66 |
| 2014-07-26 | Add examples for RingBuf methods get, get_mut, iter, mut_iter | nham | -0/+66 |
| 2014-07-26 | auto merge of #16000 : emkay/rust/lifetimes-guide-typo, r=alexcrichton | bors | -1/+1 |
| 2014-07-26 | Small fixes for tests | nham | -8/+8 |
| 2014-07-26 | auto merge of #15998 : luqmana/rust/nmnnbd, r=thestinger | bors | -81/+237 |