summary refs log tree commit diff
path: root/src/test/run-pass/bitv-perf-test.rs
AgeCommit message (Expand)AuthorLines
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-6/+4
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-1/+1
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-1/+0
2015-03-03Add `: Box<_>` or `::Box<_>` type annotations to various places.Felix S. Klock II-2/+2
2015-02-18Round 1 fixes and rebase conflictsAlex Crichton-3/+3
2015-01-30Remove all `i` suffixesTobias Bucher-1/+1
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-1/+1
2015-01-08fallout: run-pass tests that use box. (many could be ported to `Box::new` in...Felix S. Klock II-0/+3
2014-12-20Conventions and cleanup for Bitv and BitvSetAlexis Beingessner-2/+2
2014-07-17librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language,Patrick Walton-1/+1
2014-07-02collections::bitv: change constructors for `Bitv` and `BitvSet`Andrew Poelstra-2/+2
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-1/+1
2014-06-05Fallout from the libcollections movementAlex Crichton-1/+1
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-2/+2
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-1/+0
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