about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-01-16Load macros from external modulesSteven Fackler-205/+873
2014-01-16Further refine treatment of voidish arraysNiko Matsakis-4/+2
2014-01-16Forbid coercing unsafe functions to closuresAlex Crichton-3/+17
2014-01-16Don't run 'ar s' on OSXAlex Crichton-4/+7
2014-01-16Consider all zero-sized data structures to be voidish, bypassing some "quirky...Niko Matsakis-32/+37
2014-01-16auto merge of #11571 : derekchiang/rust/fix-task-docs, r=alexcrichtonbors-7/+6
2014-01-16auto merge of #11599 : sanxiyn/rust/accurate-span-3, r=luqmanabors-2/+2
2014-01-16Update test run summaryDerek Guenther-10/+18
2014-01-16auto merge of #11597 : sfackler/rust/err-enums, r=alexcrichtonbors-14/+47
2014-01-16auto merge of #11596 : derekchiang/rust/fix-libnative-docs, r=alexcrichtonbors-10/+10
2014-01-16Correct span for ExprCall and ExprIndexSeo Sanghyeon-2/+2
2014-01-16Remove typoNiko Matsakis-1/+1
2014-01-16auto merge of #11579 : kballard/rust/windows-path-join, r=ericktbors-2/+9
2014-01-15Stop returning error strings in From{Base64,Hex}Steven Fackler-14/+47
2014-01-16Fix some docs in std::rt::taskDerek Chiang-7/+6
2014-01-16Fixing a typo: bookeeping -> bookkeepingDerek Chiang-10/+10
2014-01-15auto merge of #11575 : pcwalton/rust/parse-substrs, r=alexcrichtonbors-82/+9
2014-01-15auto merge of #11548 : bjz/rust/bitwise, r=alexcrichtonbors-42/+45
2014-01-15auto merge of #11574 : neeee/rust/master, r=alexcrichtonbors-7/+2
2014-01-15auto merge of #11565 : mozilla/rust/snapshot, r=huonwbors-277/+25
2014-01-15Cleanup trait calleesNiko Matsakis-31/+23
2014-01-16Merge Bitwise and BitCount traits and remove from prelude, along with BoundedBrendan Zabarauskas-42/+45
2014-01-15Remove FIXMEs and add licenseNiko Matsakis-5/+13
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