summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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
2014-07-26auto merge of #15996 : nham/rust/smallintmap_not_hashmap, r=sanxiynbors-1/+1
2014-07-26Relicense shootout-k-nucleotide.rsGuillaume Pinot-8/+39
2014-07-26auto merge of #15991 : pcwalton/rust/resolve-regions-in-trait-matching, r=ale...bors-0/+34
2014-07-26auto merge of #15987 : brson/rust/hidestdrt, r=alexcrichtonbors-2/+44
2014-07-26auto merge of #15982 : alexcrichton/rust/rustdoc-fixes, r=brsonbors-83/+158
2014-07-25fix small typo in guide-lifetimesMichael Matuzak-1/+1
2014-07-26auto merge of #15975 : dotdash/rust/unwind_lifetimes, r=pcwaltonbors-8/+21
2014-07-25rustllvm: Stub out some functions for llvm < 3.5Luqman Aden-0/+9
2014-07-25Fix a typo in SmallIntMap documentationnham-1/+1
2014-07-25Implement PartialEq/Eq/Clone/Hash/FromIterator/Extendable for SmallIntMap and...nham-1/+185
2014-07-25librustc: Use dereferenceable attribute instead of nonnull where we can.Luqman Aden-15/+55
2014-07-26auto merge of #15789 : steveklabnik/rust/guide_pointers, r=cmrbors-262/+603
2014-07-25Add tests that the injected runtime is inaccessibleBrian Anderson-0/+36
2014-07-25librustc: Use builder for llvm attributes.Luqman Aden-74/+181
2014-07-25auto merge of #15787 : treeman/rust/hashmap-doc, r=alexcrichtonbors-48/+337
2014-07-25librustc: Resolve regions and report errors in trait/impl methodPatrick Walton-0/+34
2014-07-25Revert "Use fewer instructions for `fail!`"Brian Anderson-12/+4
2014-07-25std: Use correct conventions for statics in macrosBrian Anderson-6/+6
2014-07-25core: Remove unneeded cfgsBrian Anderson-37/+0
2014-07-25librustc: Disallow mutation and assignment in pattern guards, and modifyPatrick Walton-271/+383
2014-07-25rustc: Future proof runtime injectionBrian Anderson-2/+8