summary refs log tree commit diff
path: root/src/test/bench
AgeCommit message (Expand)AuthorLines
2014-03-31auto merge of #13221 : thestinger/rust/append, r=alexcrichtonbors-7/+5
2014-03-30auto merge of #13206 : TeXitoi/rust/fix-shootout-k-nucleotide, r=alexcrichtonbors-35/+37
2014-03-31vec: convert `append` and `append_one` to methodsDaniel Micay-7/+5
2014-03-30make shootout-k-nucleotide.rs pass official testGuillaume Pinot-35/+37
2014-03-28collections: remove ListErick Tryzelaar-1/+5
2014-03-26bench: Put the spawn bench back on libgreenAlex Crichton-1/+13
2014-03-24test: Update all tests with the sync changesAlex Crichton-48/+39
2014-03-23iter: remove `to_owned_vec`Daniel Micay-1/+1
2014-03-22Remove outdated and unnecessary std::vec_ng::Vec imports.Huon Wilson-24/+9
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-102/+142
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-114/+115
2014-03-20rename std::vec -> std::sliceDaniel Micay-29/+29
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-25/+25
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-15/+0
2014-03-13auto merge of #12815 : alexcrichton/rust/chan-rename, r=brsonbors-76/+71
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-76/+71
2014-03-12Update io iterators to produce IoResultsPalmer Cox-2/+2
2014-03-12rand: deprecate `rng`.Huon Wilson-3/+3
2014-03-12Update users for the std::rand -> librand move.Huon Wilson-5/+8
2014-03-11auto merge of #12765 : TeXitoi/rust/fix-shootout-reverse-complement, r=alexcr...bors-1/+3
2014-03-11fix a bug in shootout-reverse-complement, official tests should pass with itGuillaume Pinot-1/+3
2014-03-10auto merge of #12766 : TeXitoi/rust/fix-shootout-spectralnorm, r=alexcrichtonbors-11/+18
2014-03-09fix shootout-spectralnorm, broken since Arc cannot unwrap.Guillaume Pinot-11/+18
2014-03-07create a sensible comparison trait hierarchyDaniel Micay-1/+1
2014-03-06fix typos with with repeated words, just like this sentence.Kang Seonghoon-2/+2
2014-03-01std: Switch stdout/stderr to buffered by defaultAlex Crichton-5/+4
2014-02-25test: Clean out the test suite a bitAlex Crichton-366/+207
2014-02-24Remove std::from_str::FromStr from the preludeBrendan Zabarauskas-0/+2
2014-02-23auto merge of #12311 : brson/rust/unstable, r=alexcrichtonbors-1/+1
2014-02-23std: Move intrinsics to std::intrinsics.Brian Anderson-1/+1
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-6/+5
2014-02-21auto merge of #12422 : alexcrichton/rust/buffered-default, r=brsonbors-1/+1
2014-02-21auto merge of #12411 : Arcterus/rust/time, r=alexcrichtonbors-27/+23
2014-02-21Move time out of extra (cc #8784)Arcterus-27/+23
2014-02-22Move std::num::Integer to libnumBrendan Zabarauskas-0/+1
2014-02-20Return a buffered stdin by default.Alex Crichton-1/+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