about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-07-27auto merge of #15963 : nham/rust/moar_15294, r=alexcrichtonbors-2/+194
2014-07-26Remove managed_box gate from testsBrian Anderson-213/+23
2014-07-27auto merge of #16006 : TeXitoi/rust/relicense-shootout-k-nucleotide, r=brsonbors-8/+39
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-25rustc: Future proof runtime injectionBrian Anderson-2/+8
2014-07-25auto merge of #15979 : Randati/rust/patch-2, r=kballardbors-1/+1
2014-07-25auto merge of #15968 : nham/rust/keys_values_other_maps, r=alexcrichtonbors-0/+131
2014-07-25rustdoc: Inline items from foreign modsAlex Crichton-16/+22
2014-07-25rustdoc: Correctly handle local renamingsAlex Crichton-11/+36
2014-07-25rustdoc: Fix links to Box/GcAlex Crichton-14/+48
2014-07-25rustdoc: Fix inlining type parametersAlex Crichton-34/+12
2014-07-25rustdoc: Bind keydown instead of keypress for navAlex Crichton-2/+2
2014-07-25auto merge of #15958 : hirschenberger/rust/borrock-stats-div-by-zero, r=alexc...bors-2/+2
2014-07-25rustdoc: Hide impls for #[doc(hidden)] traitsAlex Crichton-2/+28
2014-07-25Fix assert messageRandati-1/+1
2014-07-25rustdoc: Add a --target flagAlex Crichton-4/+10
2014-07-25auto merge of #15971 : alexcrichton/rust/hurray-for-windows, r=pcwaltonbors-3/+6
2014-07-25Emit lifetime end markers in unwinding codepathsBjörn Steinbrink-8/+21
2014-07-25auto merge of #15970 : Zoxc/rust/noalias-ref, r=cmrbors-1/+4
2014-07-25auto merge of #15957 : pcwalton/rust/builtin-bound-impl-checking, r=huonw,pnk...bors-2/+34
2014-07-25librustc: Check built-in trait bounds on implementations when directPatrick Walton-2/+34
2014-07-25auto merge of #15961 : pcwalton/rust/fn-pointer-in-iterator, r=huonwbors-3/+95
2014-07-25auto merge of #15959 : omasanori/rust/cleanup-ja, r=alexcrichtonbors-9407/+5
2014-07-24rustc: Compare paths with --extern, not bytesAlex Crichton-3/+6
2014-07-25Add noalias to safe shared reference parametersJohn Kåre Alsaker-1/+4
2014-07-25Add methods for obtaining iterators over the keys and values of a TrieMapnham-0/+43