| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-07-26 | auto merge of #15996 : nham/rust/smallintmap_not_hashmap, r=sanxiyn | bors | -1/+1 |
| 2014-07-26 | Relicense shootout-k-nucleotide.rs | Guillaume Pinot | -8/+39 |
| 2014-07-26 | auto merge of #15991 : pcwalton/rust/resolve-regions-in-trait-matching, r=ale... | bors | -0/+34 |
| 2014-07-26 | auto merge of #15987 : brson/rust/hidestdrt, r=alexcrichton | bors | -2/+44 |
| 2014-07-26 | auto merge of #15982 : alexcrichton/rust/rustdoc-fixes, r=brson | bors | -83/+158 |
| 2014-07-25 | fix small typo in guide-lifetimes | Michael Matuzak | -1/+1 |
| 2014-07-26 | auto merge of #15975 : dotdash/rust/unwind_lifetimes, r=pcwalton | bors | -8/+21 |
| 2014-07-25 | rustllvm: Stub out some functions for llvm < 3.5 | Luqman Aden | -0/+9 |
| 2014-07-25 | Fix a typo in SmallIntMap documentation | nham | -1/+1 |
| 2014-07-25 | Implement PartialEq/Eq/Clone/Hash/FromIterator/Extendable for SmallIntMap and... | nham | -1/+185 |
| 2014-07-25 | librustc: Use dereferenceable attribute instead of nonnull where we can. | Luqman Aden | -15/+55 |
| 2014-07-26 | auto merge of #15789 : steveklabnik/rust/guide_pointers, r=cmr | bors | -262/+603 |
| 2014-07-25 | Add tests that the injected runtime is inaccessible | Brian Anderson | -0/+36 |
| 2014-07-25 | librustc: Use builder for llvm attributes. | Luqman Aden | -74/+181 |
| 2014-07-25 | auto merge of #15787 : treeman/rust/hashmap-doc, r=alexcrichton | bors | -48/+337 |
| 2014-07-25 | librustc: Resolve regions and report errors in trait/impl method | Patrick Walton | -0/+34 |
| 2014-07-25 | Revert "Use fewer instructions for `fail!`" | Brian Anderson | -12/+4 |
| 2014-07-25 | std: Use correct conventions for statics in macros | Brian Anderson | -6/+6 |
| 2014-07-25 | core: Remove unneeded cfgs | Brian Anderson | -37/+0 |
| 2014-07-25 | librustc: Disallow mutation and assignment in pattern guards, and modify | Patrick Walton | -271/+383 |
| 2014-07-25 | rustc: Future proof runtime injection | Brian Anderson | -2/+8 |