summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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
2013-04-18libcore: make spawn_supervised documentation reflect its behaviour.Huon Wilson-2/+3
2013-04-18libcore: add an EnumerateIterator, like Python's `enumerate`.Huon Wilson-0/+35
2013-04-18Small typos, year date and URL of the fbuild system for reference.Olivier Saut-6/+7
2013-04-18sketch: Make rust sketch barf output prettierMarti Raudsepp-2/+2
2013-04-18auto merge of #5923 : thestinger/rust/iterator, r=graydonbors-1/+54
2013-04-18Errors with the same span print the span onceYoungmin Yoo-13/+147
2013-04-17auto merge of #5918 : catamorphism/rust/Warnings, r=catamorphismbors-2/+2
2013-04-17auto merge of #5912 : Dretch/rust/issue-2626, r=graydonbors-1/+1
2013-04-17auto merge of #5909 : brson/rust/rt4, r=graydonbors-449/+457
2013-04-17auto merge of #5908 : jbclements/rust/add-hygiene-machinery, r=graydonbors-114/+541
2013-04-17rustpkg: Add more testsTim Chevalier-0/+93
2013-04-17rustpkg: Add a list of rustpkg commands that should passTim Chevalier-0/+35
2013-04-17rustpkg: Don't execute the standard build logic if there is a pkg.rsTim Chevalier-4/+5
2013-04-17rustpkg: Change this example to show how to do a custom buildTim Chevalier-0/+6
2013-04-17rustpkg: Remove bogus .rc fileTim Chevalier-25/+1
2013-04-17vec: add an external iteratorDaniel Micay-1/+54
2013-04-17auto merge of #5726 : brson/rust/struct-return, r=brsonbors-157/+482
2013-04-17auto merge of #5725 : jdm/rust/muttrait, r=nikomatsakisbors-65/+162
2013-04-17rustpkg: Implement clean; replace boolean result flags with fail!()Tim Chevalier-159/+67
2013-04-17rustc: Use an out pointer to return structs in x86 C ABI. #5347Brian Anderson-91/+397
2013-04-17rustpkg: Add a few testsTim Chevalier-0/+161
2013-04-17rustpkg: Fail when crate inference fails; inject link attributesTim Chevalier-85/+142
2013-04-17Warning policeTim Chevalier-2/+2
2013-04-17Allow casting to mutable trait objects.Josh Matthews-65/+162
2013-04-16auto merge of #5913 : brson/rust/valgrind, r=brsonbors-0/+8
2013-04-16More valgrind suppressionsBrian Anderson-0/+8