aboutsummaryrefslogtreecommitdiff
path: root/src/test/bench/shootout/fasta.rs
Commit message (Collapse)AuthorAgeFilesLines
* Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke2011-05-121-15/+15
| | | | This should be a snapshot transition.
* Rename std modules to be camelcasedMarijn Haverbeke2011-05-061-15/+15
| | | | (Have fun mergining your stuff with this.)
* Assume xfail-stage0 implies stage1 and stage2 in tests, for now.Graydon Hoare2011-05-031-0/+2
|
* Switch xfail system to use comments embedded in source files.Graydon Hoare2011-03-251-0/+1
|
* Switch all vases of vec += elt to vec += vec. Prohibit former in rustboot. ↵Graydon Hoare2011-03-161-3/+3
| | | | Tweak std lib vec fns in process.
* Add Peter Hull's contributed translation of the fasta shootout benchmark ↵Graydon Hoare2010-09-151-0/+127
(integer-only version).