about summary refs log tree commit diff
path: root/src/test/bench
AgeCommit message (Expand)AuthorLines
2013-09-23test: Fix rustdoc and tests.Patrick Walton-5/+0
2013-09-23std: merge rand::{Rng,RngUtil} with default methods.Huon Wilson-5/+5
2013-09-21drop `extra::par`Daniel Micay-518/+0
2013-09-19Modernize extra::future APISteven Fackler-4/+4
2013-09-19Turned extra::getopts functions into methodsMarvin Löbel-1/+1
2013-09-16switch Drop to `&mut self`Daniel Micay-1/+1
2013-09-15Remove {uint,int,u64,i64,...}::from_str,from_str_radixblake2-ppc-31/+31
2013-09-06make macro hygienicJohn Clements-8/+8
2013-09-05Rename str::from_bytes to str::from_utf8, closes #8985Florian Hahn-2/+2
2013-08-30fix various warningsErick Tryzelaar-1/+0
2013-08-30Revert "src/test/bench: restructure"Corey Richardson-0/+0
2013-08-28src/test/bench: restructureCorey Richardson-0/+0
2013-08-27librustc: Fix merge falloutPatrick Walton-13/+25
2013-08-22Enabled tests.Vadim Chugunov-2/+0
2013-08-20Fix typo in test/bench/noise.rs. Closes #8574.nsf-1/+1
2013-08-20rm obsolete integer to_str{,_radix} free functionsDaniel Micay-9/+7
2013-08-18auto merge of #8560 : kballard/rust/reserve-yield, r=pcwaltonbors-1/+1
2013-08-17Fix warnings it testsErick Tryzelaar-14/+0
2013-08-16Reserve 'yield' keywordKevin Ballard-1/+1
2013-08-10std: Rename Iterator.transform -> .mapErick Tryzelaar-7/+7
2013-08-10Mass rename of .consume{,_iter}() to .move_iter()Erick Tryzelaar-8/+8
2013-08-08auto merge of #8356 : toddaaro/rust/ws, r=brsonbors-0/+164
2013-08-08auto merge of #8385 : cmr/rust/big-rollup, r=alexcrichtonbors-9/+6
2013-08-08Enabled workstealing in the scheduler. Previously we had one global work queu...toddaaro-0/+164
2013-08-07Implement DoubleEndedIterator on RangeKevin Ballard-9/+6
2013-08-07test: Fix deadlock in task-perf-linked-failureBrian Anderson-1/+4
2013-08-07test: xfail a bunch of tests that are incorrectly reading os::args()[1]Brian Anderson-0/+10
2013-08-06remove `extra::iter`Daniel Micay-12/+12
2013-08-05Updated std::Option, std::Either and std::ResultMarvin Löbel-34/+34
2013-08-05Add extra::arena::Arena::new{, _with_size}.OGINO Masanori-4/+4
2013-08-03remove obsolete `foreach` keywordDaniel Micay-96/+96
2013-08-03replace all remaining `for` with `foreach` or `do`Daniel Micay-6/+9
2013-08-02librustc: Disallow "unsafe" for external functionsPatrick Walton-1/+1
2013-08-02librustc: Introduce a new visitor type based on traits and port syntax to it.Patrick Walton-1/+1
2013-08-02replace `range` with an external iteratorDaniel Micay-70/+68
2013-08-01auto merge of #8170 : brson/rust/nopipes, r=pcwaltonbors-321/+0
2013-08-01auto merge of #8190 : thestinger/rust/for, r=thestingerbors-13/+13
2013-08-01Remove the pipes compilerBrian Anderson-321/+0
2013-08-01std: Change `Times` trait to use `do` instead of `for`blake2-ppc-13/+13
2013-08-01auto merge of #8164 : brson/rust/noportset, r=pcwaltonbors-12/+12
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-32/+32
2013-07-31std: Remove PortSet. Not supported by new scheduler. Replace uses with Shared...Brian Anderson-12/+12
2013-07-28auto merge of #8069 : erickt/rust/maikklein, r=ericktbors-4/+4
2013-07-27to_either + fixesErick Tryzelaar-4/+4
2013-07-27Change concurrency primitives to standard naming conventionsSteven Stewart-Gallus-11/+11
2013-07-24fix fmt! usageDaniel Micay-1/+1
2013-07-24Change 'print(fmt!(...))' to printf!/printfln! in src/test/Birunthan Mohanathas-45/+41
2013-07-20Fix warnings in src/test/bench tests. Nobody will ever care.Ben Blum-78/+60
2013-07-18hashmap: Remove .consume() has rename .consume_iter() to .consume()blake2-ppc-3/+3
2013-07-17librustc: Remove some extra "copy" keywords that came in before this change m...Patrick Walton-1/+1