about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-07-29Add a few more derivings to AST typesMarvin Löbel-10/+10
2014-07-29Refactored syntax::fold.Marvin Löbel-295/+420
2014-07-29auto merge of #16038 : nham/rust/collections_partialord, r=alexcrichtonbors-2/+172
2014-07-29auto merge of #16034 : sfackler/rust/test-reexport-fix, r=alexcrichtonbors-18/+31
2014-07-29auto merge of #16033 : nham/rust/hash_tuple_impl, r=alexcrichtonbors-11/+18
2014-07-29auto merge of #16032 : treeman/rust/doc-treecollection, r=alexcrichtonbors-31/+528
2014-07-28auto merge of #16027 : treeman/rust/doc-string, r=alexcrichtonbors-25/+261
2014-07-28auto merge of #15983 : brson/rust/fail, r=alexcrichtonbors-28/+27
2014-07-28Use correct conventions for staticBrian Anderson-2/+2
2014-07-28auto merge of #16025 : cmr/rust/plugin-fields, r=alexcrichtonbors-31/+98
2014-07-28doc: Method examples for StringJonas Hietala-25/+261
2014-07-28rustc: encode is_sugared_doc on ast::AttributeCorey Richardson-1/+7
2014-07-28rustdoc: remove extraneous .move_iter().collect()sCorey Richardson-24/+24
2014-07-28rustdoc: show struct field docs when inlinedCorey Richardson-6/+67
2014-07-28Implement Ord for TrieMap/TrieSet/SmallIntMap/Bitv/BitvSetnham-2/+23
2014-07-28Implement PartialOrd for Bitv and BitvSetnham-1/+40
2014-07-28Implement PartialOrd for SmallIntMapnham-0/+39
2014-07-27Implement PartialOrd for TrieMap and TrieSetnham-1/+72
2014-07-27auto merge of #16031 : arielb1/rust/remove_unneeded_fixme, r=kballardbors-12/+8
2014-07-27auto merge of #16026 : ruud-v-a/rust/patch-1, r=steveklabnikbors-1/+1
2014-07-27auto merge of #16020 : nham/rust/ringbuf_hash_ord, r=alexcrichtonbors-0/+49
2014-07-27Make test expansion induce less reachabilitySteven Fackler-18/+31
2014-07-27Implement Hash for tuples of up to arity 12. Also change the style to be cons...nham-11/+18
2014-07-27doc: Small rewording.Jonas Hietala-6/+4
2014-07-27auto merge of #16030 : treeman/rust/doc-hashset-fix, r=sfacklerbors-0/+3
2014-07-27Hash the length of the RingBuf before hashing elementsnham-0/+1
2014-07-27doc: Main example for TreeMap.Jonas Hietala-0/+101
2014-07-27doc: TreeMap methods with examples.Jonas Hietala-17/+248
2014-07-27doc: TreeSet methods and main example.Jonas Hietala-16/+183
2014-07-27Remove an unneeded FIXME in coherence.rsAriel Ben-Yehuda-12/+8
2014-07-27doc: Correctly onclose code blocks in HashSetJonas Hietala-0/+3
2014-07-27auto merge of #16016 : tomjakubowski/rust/rustdoc-fix-15490, r=alexcrichtonbors-1/+5
2014-07-27docs: Fix typo in container guide.Ruud van Asseldonk-1/+1
2014-07-27auto merge of #16001 : Gankro/rust/rawstrings-proof, r=pnkfelixbors-6/+41
2014-07-27auto merge of #15963 : nham/rust/moar_15294, r=alexcrichtonbors-2/+194
2014-07-27adding proof of context-sensitivy of raw string literalsAlexis Beingessner-6/+41
2014-07-26Remove managed_box gate from testsBrian Anderson-213/+23
2014-07-26Implement PartialOrd for RingBufnham-0/+20
2014-07-26Implement Hash for RingBufnham-0/+28
2014-07-27auto merge of #16006 : TeXitoi/rust/relicense-shootout-k-nucleotide, r=brsonbors-8/+39
2014-07-26rustdoc: Keep hidden struct fields out of searchTom Jakubowski-1/+5
2014-07-26Manually implement Hash for SmallIntMapnham-12/+20
2014-07-26auto merge of #15941 : treeman/rust/doc-lru, r=alexcrichtonbors-0/+85
2014-07-26auto merge of #15936 : alexcrichton/rust/stability, r=brsonbors-325/+310
2014-07-26std: Stabilize unit, bool, ty, tuple, arc, anyAlex Crichton-325/+310
2014-07-26auto merge of #15762 : nham/rust/ringbuf_docs, r=alexcrichtonbors-0/+66
2014-07-26Add examples for RingBuf methods get, get_mut, iter, mut_iternham-0/+66
2014-07-26auto merge of #16000 : emkay/rust/lifetimes-guide-typo, r=alexcrichtonbors-1/+1
2014-07-26Small fixes for testsnham-8/+8
2014-07-26auto merge of #15998 : luqmana/rust/nmnnbd, r=thestingerbors-81/+237