about summary refs log tree commit diff
path: root/src/test/bench
AgeCommit message (Expand)AuthorLines
2014-02-06getopts: unify testsArcterus-1/+1
2014-02-06Move getopts out of extraArcterus-1/+2
2014-02-05move concurrent stuff from libextra to libsyncJeremyLetang-13/+16
2014-02-03Fixing remaining warnings and errors throughoutAlex Crichton-2/+4
2014-01-30Remove Times traitBrendan Zabarauskas-8/+8
2014-01-29auto merge of #11868 : bytbox/rust/remove-do, r=alexcrichtonbors-53/+53
2014-01-29Remove do keyword from test/Scott Lawrence-53/+53
2014-01-29extra: move arena to libarenaDavid Manescu-1/+2
2014-01-26auto merge of #11817 : salemtalha/rust/master, r=brsonbors-2/+2
2014-01-26Removed all instances of XXX in preparation for relaxing of FIXME ruleSalem Talha-2/+2
2014-01-26Fix privacy fallout from previous changeAlex Crichton-3/+3
2014-01-24Add benchmarksCorey Richardson-0/+30
2014-01-24Update task-perf-one-millionCorey Richardson-2/+2
2014-01-23Update flip() to be rev().Sean Chalmers-3/+3
2014-01-23Rename Invert to Flip - Issue 10632Sean Chalmers-3/+3
2014-01-21[std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr...Simon Sapin-2/+2
2014-01-21[std::vec] Rename .shift_opt() to .shift(), drop the old .shift() behaviorSimon Sapin-1/+1
2014-01-21[std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behaviorSimon Sapin-2/+2
2014-01-21[std::vec] Rename .last_opt() to .last(), drop the old .last() behaviorSimon Sapin-1/+1
2014-01-21Remove unnecessary parentheses.Huon Wilson-4/+4
2014-01-18auto merge of #11629 : brson/rust/whattayaknowitsmoreandroidfixes, r=cmrbors-0/+2
2014-01-17xfail shootout-reverse-complement on androidBrian Anderson-0/+2
2014-01-17auto merge of #11503 : FlaPer87/rust/master, r=huonwbors-1/+1
2014-01-17Tweak the interface of std::ioAlex Crichton-9/+5
2014-01-17Add a generic power functionFlavio Percoco-1/+1
2014-01-11Remove re-exports of std::io::stdio::{print, println} in the prelude.Brendan Zabarauskas-28/+31
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