about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-07-30Add a new test for borrow checker Box<T> behaviorCameron Zwarich-0/+150
2014-07-30Implement RFC #43Cameron Zwarich-8/+13
2014-07-30Add two helper functions for dealing with OwnedPtr pathsCameron Zwarich-0/+51
2014-07-30Library changes for RFC #43Cameron Zwarich-9/+17
2014-07-29auto merge of #15956 : steveklabnik/rust/guide_crates, r=pcwaltonbors-9/+351
2014-07-29auto merge of #16046 : dotdash/rust/call_ignore_alloca, r=pcwaltonbors-9/+12
2014-07-29auto merge of #15989 : pcwalton/rust/borrowck-pattern-guards, r=pnkfelixbors-271/+383
2014-07-29New Guide: crates and modulesSteve Klabnik-9/+351
2014-07-29auto merge of #16054 : tshepang/rust/patch-1, r=brsonbors-1/+1
2014-07-29auto merge of #16052 : nham/rust/fs_docs, r=brsonbors-22/+20
2014-07-29auto merge of #16050 : jxs/rust/master, r=alexcrichtonbors-1/+1
2014-07-29auto merge of #16049 : aturon/rust/stability-dashboard-improvements, r=alexcr...bors-26/+38
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-28doc: reduce overlong sentenceTshepang Lekhonkhobe-1/+1
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-28Fix some of the documentation std::io::fs.nham-22/+20
2014-07-28Fix typo in getopts::getopts documentation, return Matches instead of Optjoaoxsouls-1/+1
2014-07-28rustdoc: improvements to stability dashboardAaron Turon-26/+38
2014-07-28doc: Method examples for StringJonas Hietala-25/+261
2014-07-28Emit lifetime end markers for allocas for ignored return valuesBjörn Steinbrink-0/+1
2014-07-28Omit unnecessary stack slots for ignored return valuesBjörn Steinbrink-9/+11
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