about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-04-19rustllvm: Fix RustWrapper.cppPatrick Walton-7/+16
2013-04-19librustc: Implement fast-ffi and use it in various placesPatrick Walton-69/+618
2013-04-19librustc: Remove `fail_unless!`Patrick Walton-1/+25
2013-04-19auto merge of #5955 : thestinger/rust/iterator, r=graydonbors-61/+251
2013-04-19iterator: add a bit of documentationDaniel Micay-1/+16
2013-04-19iterator: add a chain adaptorDaniel Micay-0/+42
2013-04-19libcore: add an UnfoldrIterator like Haskell's `unfoldr`Huon Wilson-0/+43
2013-04-19re-organize the iterator module a bitDaniel Micay-16/+16
2013-04-19move iterator adaptor tests to iterator moduleDaniel Micay-66/+67
2013-04-19libcore: clarify documentation for char_at(_reverse)Huon Wilson-4/+4
2013-04-19takewhile -> take_while, dropwhile -> skip_whileDaniel Micay-7/+7
2013-04-19iterator: add skip and takeDaniel Micay-0/+89
2013-04-18auto merge of #5943 : brson/rust/struct-return, r=graydonbors-9/+5
2013-04-18auto merge of #5938 : thestinger/rust/iterator, r=pcwaltonbors-9/+99
2013-04-18auto merge of #5914 : catamorphism/rust/copy-cops, r=catamorphismbors-46/+46
2013-04-18rustc: Anti-copy policeTim Chevalier-32/+33
2013-04-18auto merge of #5924 : catamorphism/rust/non-fatal-errors, r=catamorphismbors-11/+68
2013-04-18auto merge of #5920 : catamorphism/rust/rustpkg, r=catamorphismbors-238/+526
2013-04-18TidyTim Chevalier-2/+53
2013-04-18rustc: Make some typechecker errors non-fatalTim Chevalier-11/+68
2013-04-18xfail box and vec debug info testsBrian Leibig-0/+4
2013-04-18rustc: One less copyTim Chevalier-14/+13
2013-04-18core: replace unicode match exprs with bsearch in const arrays, minor perf win.Graydon Hoare-4626/+2622
2013-04-18core: add vec::bsearch.Graydon Hoare-0/+85
2013-04-18auto merge of #5921 : brson/rust/pipes, r=brsonbors-433/+510
2013-04-18rustc: Fix struct returns on x86 mac for 8-byte structsBrian Anderson-9/+5
2013-04-18core::comm: Modernize constructors to use `new`Brian Anderson-66/+78
2013-04-18core::pipes: Just reordering declarationsBrian Anderson-46/+49
2013-04-18core::comm: Remove functions in favor of methodsBrian Anderson-159/+97
2013-04-18core: Remove a stray #[doc(hidden)] attributeBrian Anderson-1/+0
2013-04-18core: Inline the protocol definitions of sendp and oneshotBrian Anderson-4/+128
2013-04-18core: Remove #[doc(hidden)] attributes and atomic wrapper functions from pipesBrian Anderson-48/+2
2013-04-18core: Just reordering some codeBrian Anderson-81/+81
2013-04-18core: Remove pipes::spawn_service, spawn_service_recvBrian Anderson-55/+102
2013-04-18auto merge of #5418 : luqmana/rust/stack-float, r=brsonbors-19/+3
2013-04-18auto merge of #5798 : recrack/rust/multiple-errors, r=brsonbors-13/+147
2013-04-18test: xfail-macos some tests that don't work on mac i686Brian Anderson-0/+6
2013-04-18test: Add more comments about why extern-pass-TwoU64s is xfailedBrian Anderson-1/+3
2013-04-18add dropwhile and takewhile iteratorsDaniel Micay-9/+99
2013-04-18auto merge of #5935 : bjz/rust/master, r=thestingerbors-255/+367
2013-04-19Use assert_eq! instead of assert! and remove extraneous parenthesesBrendan Zabarauskas-267/+260
2013-04-18auto merge of #5933 : huonw/rust/core-read-until-byte, r=thestingerbors-6/+6
2013-04-18auto merge of #5932 : huonw/rust/core-str-iterator, r=thestingerbors-0/+56
2013-04-18core: io: the read_until function checks bytes not chars, so type should refl...Huon Wilson-6/+6
2013-04-18Add #[inline(always)] to each operator methodBrendan Zabarauskas-0/+50
2013-04-18auto merge of #5930 : osaut/rust/master, r=thestingerbors-6/+7
2013-04-18core: add a str iteratorHuon Wilson-0/+56
2013-04-18auto merge of #5929 : intgr/rust/sketch_output, r=thestingerbors-2/+2
2013-04-18auto merge of #5928 : huonw/rust/core-task-spawn-supervised-doc, r=thestingerbors-2/+3
2013-04-18Implement bitwise operator traits for ints and uintsBrendan Zabarauskas-0/+69