about summary refs log tree commit diff
path: root/src/test/bench
AgeCommit message (Expand)AuthorLines
2013-11-26librustc: Fix merge fallout.Patrick Walton-3/+5
2013-11-26librustc: Make `||` lambdas not infer to `proc`sPatrick Walton-2/+2
2013-11-26test: Remove all remaining non-procedure uses of `do`.Patrick Walton-60/+58
2013-11-26librustc: Remove remaining uses of `&fn()` in favor of `||`.Patrick Walton-2/+2
2013-11-26test: Remove most uses of `&fn()` from the tests.Patrick Walton-18/+16
2013-11-26Removed unneccessary `_iter` suffixes from various APIsMarvin Löbel-4/+4
2013-11-24auto merge of #10603 : alexcrichton/rust/no-linked-failure, r=brsonbors-5/+4
2013-11-24Remove linked failure from the runtimeAlex Crichton-5/+4
2013-11-22Strip down Cell functionalitySteven Fackler-10/+8
2013-11-18librustc: Convert `~fn()` to `proc()` everywhere.Patrick Walton-1/+1
2013-11-18pidigits resurectedGuillaume Pinot-137/+66
2013-11-17Prettier long string breaking.Guillaume Pinot-2/+2
2013-11-17Clarrify the message for test mode and use u8 instead of i8 for storing bitsGuillaume Pinot-4/+5
2013-11-17resurect shootout-mandelbrot.rsGuillaume Pinot-48/+62
2013-11-14auto merge of #10478 : TeXitoi/rust/shootout-meteor, r=brsonbors-0/+281
2013-11-14Improve variable naming.Guillaume Pinot-7/+8
2013-11-14remove useless Iterate impl, and permute the order of the argument of iterateGuillaume Pinot-9/+4
2013-11-14Add shootout meteor contest benchmark.Guillaume Pinot-0/+285
2013-11-13Implement native::IoFactoryAlex Crichton-1/+1
2013-11-12Fixed xfail for nbody shootout benchmark by correcting command line parse.Carol W-9/+13
2013-11-11Move std::rt::io to std::ioAlex Crichton-12/+12
2013-11-11Remove #[fixed_stack_segment] and #[rust_stack]Alex Crichton-12/+0
2013-11-10temporarily disable tests on android and tagging issue number #10393Young-il Choi-0/+2
2013-11-08std::ascii: Provide a copyless [Ascii] -> str method.Huon Wilson-6/+2
2013-11-03Fill out the remaining functionality in io::fileAlex Crichton-4/+4
2013-11-03Remove all blocking std::os blocking functionsAlex Crichton-5/+4
2013-10-29auto merge of #10145 : TeXitoi/rust/issues-2913, r=bstriebors-50/+46
2013-10-29rewrite shootout-binarytrees.rs to match shootout directivesGuillaume Pinot-50/+46
2013-10-28Capitalize statics in f32 and f64 modsZiad Hatahet-1/+1
2013-10-28Allow fail messages to be caught, and introduce the Any traitMarvin Löbel-2/+2
2013-10-26auto merge of #10072 : brson/rust/modelines, r=thestingerbors-1/+0
2013-10-25Remove ancient emacs mode lines from test casesBrian Anderson-1/+0
2013-10-24Test fixes and merge conflictsAlex Crichton-46/+52
2013-10-24Remove even more of std::ioAlex Crichton-60/+44
2013-10-23auto merge of #10032 : thestinger/rust/snapshot, r=huonwbors-1/+5
2013-10-23register snapshotsDaniel Micay-1/+5
2013-10-23std::rand: add distributions::Range for generating [lo, hi).Huon Wilson-3/+3
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-32/+32
2013-10-18auto merge of #9851 : alexcrichton/rust/include_bin, r=huonwbors-7/+4
2013-10-18Optimize include_bin! for large inputsAlex Crichton-7/+4
2013-10-18Made `std::task::TaskBuilder::future_result()` easier to useMarvin Löbel-6/+5
2013-10-15path2: Adjust the API to remove all the _str mutation methodsKevin Ballard-5/+5
2013-10-15path2: Replace the path module outrightKevin Ballard-5/+5
2013-10-10Remove some users of io::file_readerAlex Crichton-14/+24
2013-10-09std::rand: Add a trait for seeding RNGs: SeedableRng.Huon Wilson-6/+6
2013-10-09std::rand: Add an implementation of ISAAC64.Huon Wilson-4/+4
2013-10-08rm useless fast_ffi attributesDaniel Micay-9/+0
2013-10-06Add appropriate #[feature] directives to testsAlex Crichton-4/+6
2013-10-02auto merge of #9665 : alexcrichton/rust/snapshot, r=brsonbors-2/+2
2013-10-01Migrate users of 'loop' to 'continue'Alex Crichton-2/+2