about summary refs log tree commit diff
path: root/src/test/bench
AgeCommit message (Expand)AuthorLines
2014-02-22Move std::num::Integer to libnumBrendan Zabarauskas-0/+1
2014-02-17Remove CloneableTuple and ImmutableTuple traitsBrendan Zabarauskas-2/+2
2014-02-17Improve naming of tuple getters, and add mutable tuple getterBrendan Zabarauskas-1/+1
2014-02-15auto merge of #12272 : alexcrichton/rust/snapshot, r=kballardbors-30/+30
2014-02-15Clean up the Perlin noise benchmarkBen Striegel-65/+49
2014-02-14extern mod => extern crateAlex Crichton-30/+30
2014-02-13Removed num::OrderableMichael Darakananda-2/+2
2014-02-11Rewrite channels yet again for upgradeabilityAlex Crichton-11/+11
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-21/+21
2014-02-11Factoring bigint, rational, and complex out of libextra into libnum.Felix S. Klock II-2/+2
2014-02-11Move replace and swap to std::mem. Get rid of std::utilEdward Wang-5/+5
2014-02-09std: Add init and uninit to mem. Replace direct intrinsic usageBrian Anderson-1/+1
2014-02-07Added tests to make tidyDerek Guenther-0/+70
2014-02-07moved collections from libextra into libcollectionsHeroesGrave-5/+9
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