summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-01-15Use as_slice() method on optionNiko Matsakis-6/+6
2014-01-15auto merge of #11568 : FlaPer87/rust/even, r=alexcrichtonbors-2/+2
2014-01-15Issue #3511 - Rationalize temporary lifetimes.Niko Matsakis-3662/+4797
2014-01-15auto merge of #11550 : alexcrichton/rust/noinline, r=thestingerbors-0/+2
2014-01-15path: Fix joining Windows path when the receiver is "C:"Kevin Ballard-2/+9
2014-01-15auto merge of #11112 : alexcrichton/rust/issue-11087, r=brsonbors-35/+114
2014-01-15fixup! ebml::extra: Optimize reader::vuint_at()Carl-Anton Ingmarsson-1/+2
2014-01-15Allow more "error" values in try_recv()Alex Crichton-35/+114
2014-01-15auto merge of #11543 : thestinger/rust/gc, r=cmrbors-0/+5
2014-01-15libsyntax: Remove the obsolete ability to parse from substrings.Patrick Walton-82/+9
2014-01-15Use the least significant beat to determine if int/uint is evenFlavio Percoco-2/+2
2014-01-15Revert "show options for -W help and -W". Fixes #11458.lucy-7/+2
2014-01-15Add a configure to disable libstd version injectionAlex Crichton-5/+20
2014-01-15auto merge of #11561 : eddyb/rust/moar-inlines, r=pcwaltonbors-11/+36
2014-01-15remove the concept of managed-unique from libstdDaniel Micay-31/+16
2014-01-15register snapshotsDaniel Micay-246/+9
2014-01-15auto merge of #11556 : am0d/rust/docs, r=huonwbors-1/+1
2014-01-15auto merge of #11557 : brson/rust/anotherandroidfix, r=thestingerbors-1/+1
2014-01-15libstd: Added more #[inline] annotations and replaced uses of `libc::abort` w...Eduard Burtescu-11/+36
2014-01-14auto merge of #11535 : thestinger/rust/header, r=alexcrichtonbors-199/+157
2014-01-14Flag failure functions as inline(never)Alex Crichton-0/+2
2014-01-14auto merge of #11547 : b1nd/rust/rust-doc, r=alexcrichtonbors-9/+1
2014-01-14extra: Ignore time tests on android correctlyBrian Anderson-1/+1
2014-01-14Mark LineIterator as public so its docs get generated.a_m0d-1/+1
2014-01-14add implementation of `Repr` for `~[T]`Daniel Micay-1/+2
2014-01-14remove `borrow_offset` as ~ is now free of headersDaniel Micay-50/+3
2014-01-14remove reference counting headers from ~Daniel Micay-148/+152
2014-01-15Removed redundant code, improve performanceb1nd-9/+1
2014-01-15std::trie: optimise insert slightly.Huon Wilson-34/+36
2014-01-15std::trie: add benchmarks for insert.Huon Wilson-0/+48
2014-01-14auto merge of #11521 : dguenther/rust/hide_libdir_relative, r=alexcrichtonbors-1/+1
2014-01-14add an experimental tag for Gc<T> due to cyclesDaniel Micay-0/+5
2014-01-14Renamed LIBDIR_RELATIVE to CFG_LIBDIR_RELATIVEDerek Guenther-1/+1
2014-01-14auto merge of #11538 : eddyb/rust/llvm-attributes, r=alexcrichtonbors-57/+59
2014-01-14auto merge of #11485 : eddyb/rust/sweep-old-rust, r=nikomatsakisbors-260/+189
2014-01-14auto merge of #11539 : dotdash/rust/void_type_fixup, r=alexcrichtonbors-1/+12
2014-01-14Fix the representation of C void pointers in LLVM IRBjörn Steinbrink-1/+12
2014-01-14Add noalias and noreturn attributes in more cases.Eduard Burtescu-57/+59
2014-01-14auto merge of #11438 : b1nd/rust/rust-doc, r=alexcrichtonbors-49/+125
2014-01-14renamed empty() to is_empty()Shamir Khodzha-4/+4
2014-01-14Completed patch searching for rust docsb1nd-49/+125
2014-01-13auto merge of #11531 : brson/rust/yetmoreandroidfixes, r=alexcrichtonbors-2/+4
2014-01-13std: Ignore bind error tests on android. #11530Brian Anderson-2/+4
2014-01-13librustc: Don't translate an expr twice when implicitly coercing to a trait o...Luqman Aden-22/+21
2014-01-13librustc: Don't allow use after move of implicitly coerced object. Fixes #11481.Luqman Aden-2/+42
2014-01-13auto merge of #11305 : pcwalton/rust/at-patterns, r=pcwaltonbors-1030/+1018
2014-01-13librustc: Remove `@` pointer patterns from the languagePatrick Walton-1028/+1007
2014-01-13xfail another native test on android (#11419)Brian Anderson-0/+1
2014-01-13libsyntax: Make managed box `@` patterns obsoletePatrick Walton-3/+12
2014-01-13auto merge of #11482 : fhahn/rust/issue-8005-better-error-msg-semi-last-stmt,...bors-3/+55