summary refs log tree commit diff
path: root/src/test/bench
AgeCommit message (Expand)AuthorLines
2014-01-07libextra: Introduce typed arenas.Patrick Walton-11/+12
2014-01-04Don't allow newtype structs to be dereferenced. #6246Brian Anderson-2/+3
2014-01-03test: De-`@mut` the test suitePatrick Walton-2/+2
2013-12-25Test fixes and rebase conflictsAlex Crichton-6/+5
2013-12-22std::vec: make the sorting closure use `Ordering` rather than just beingHuon Wilson-24/+19
2013-12-21std::vec: add a sugary .sort() method for plain Ord sorting.Huon Wilson-3/+3
2013-12-20extra: remove sort in favour of the std method.Huon Wilson-5/+5
2013-12-16Test fallout from std::comm rewriteAlex Crichton-38/+40
2013-12-15librustc: Remove identifiers named `box`, since it's about to become a keyword.Patrick Walton-3/+3
2013-12-15std::vec: move pointless `raw::get` and `unsafe_get` functions.Huon Wilson-6/+6
2013-12-15std::vec: remove unnecessary count parameter on {bytes,Huon Wilson-3/+2
2013-12-14auto merge of #10933 : TeXitoi/rust/shootout-fasta-rewrite, r=alexcrichtonbors-112/+80
2013-12-12rewrite of shootout-fasta.rsGuillaume Pinot-112/+80
2013-12-11Make 'self lifetime illegal.Erik Price-13/+13
2013-12-11std::io: Add Buffer.lines(), change .bytes() apiklutzy-15/+3
2013-12-10libstd: Remove `Cell` from the library.Patrick Walton-2/+4
2013-12-10librustpkg: Make `io::ignore_io_error()` use RAII; remove a few morePatrick Walton-2/+6
2013-12-10libextra: Another round of de-`Cell`-ing.Patrick Walton-36/+16
2013-12-04Revert "libstd: Change `Path::new` to `Path::init`."Kevin Ballard-3/+3
2013-12-04auto merge of #10799 : TeXitoi/rust/shootout-reverse-complement-resurected, r...bors-142/+70
2013-12-04rewrite of shootout-reverse-complement.rsGuillaume Pinot-142/+70
2013-12-04std::str: remove from_utf8.Huon Wilson-5/+3
2013-11-29libstd: Change `Path::new` to `Path::init`.Patrick Walton-2/+2
2013-11-28shootout-spectralnorm resurection with parallelizationGuillaume Pinot-31/+66
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