summary refs log tree commit diff
path: root/src/test/run-pass/bitv-perf-test.rs
AgeCommit message (Expand)AuthorLines
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2014-02-07moved collections from libextra into libcollectionsHeroesGrave-2/+2
2014-01-30Remove Times traitBrendan Zabarauskas-1/+1
2013-11-26test: Remove non-procedure uses of `do` from compiletest, libstd tests,Patrick Walton-1/+1
2013-10-06Add appropriate #[feature] directives to testsAlex Crichton-1/+1
2013-08-01std: Change `Times` trait to use `do` instead of `for`blake2-ppc-2/+1
2013-05-22test: Update tests to use the new syntax.Patrick Walton-2/+2
2013-05-18replace old_iter::repeat with the Times traitDaniel Micay-1/+1
2013-04-28make way for a new iter moduleDaniel Micay-1/+1
2013-02-17Modernize bitv mut fields and explicit selfAlex Crichton-2/+2
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2012-12-13librustc: Make `use` statements crate-relative by default. r=brsonPatrick Walton-0/+2
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-1/+1
2012-09-05test: "import" -> "use"Patrick Walton-1/+1
2012-08-28CamelCasify lots of stdBen Striegel-3/+3
2012-07-30Reduce the difficulty of run-pass/bitv-perf-test. Valgrinds slowlyBrian Anderson-1/+1
2012-07-29Rewrite bitv to use classes and optimize its representationTim Chevalier-0/+13