summary refs log tree commit diff
path: root/src/test/bench/shootout-fasta.rs
AgeCommit message (Expand)AuthorLines
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-2/+2
2012-03-22make --enforce-mut-vars always on, add mut annotations to remaining filesNiko Matsakis-4/+4
2012-03-13Overhaul constructor naming in libsBrian Anderson-1/+1
2012-02-23(core::str) remove len_bytes aliasKevin Cantu-5/+5
2012-02-12(core::str) rename byte_len -> len_bytes and rename char_len -> lenKevin Cantu-5/+5
2012-02-12(core::str) move push_byte, push_bytes, pop_byte, and shift_byte into str::un...Kevin Cantu-4/+4
2012-01-13Remove tests for objs, adjust tests that use objsMarijn Haverbeke-10/+10
2011-12-22Register new snapshots, purge log_err and log_full in favour of log(...).Graydon Hoare-6/+6
2011-12-22Register snapshots and switch logging over to use of log_full or #error / #de...Graydon Hoare-6/+12
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-4/+4
2011-10-21Remove some semicolons after block callsMarijn Haverbeke-2/+2
2011-10-21Remove remaining uses of iter and for-eachMarijn Haverbeke-4/+4
2011-09-12Reformat for new mode syntax, step 1Marijn Haverbeke-5/+5
2011-09-02Reformat. Issue #855Brian Anderson-22/+20
2011-09-01Rename std::istr to std::str. Issue #855Brian Anderson-8/+8
2011-09-01Convert main functions to istrs. Issue #855Brian Anderson-1/+1
2011-08-31Convert benchmarks to istrs. Issue #855Brian Anderson-25/+27
2011-08-20ReformatBrian Anderson-15/+13
2011-08-16Port the tests to the expr foo::<T> syntax.Erick Tryzelaar-1/+1
2011-08-16Rename std::ivec to std::vecBrian Anderson-2/+2
2011-08-16Convert most main functions to the ivec signatureBrian Anderson-1/+1
2011-08-15The wonky for...in... whitespace was bothering me. Sorry!Lindsey Kuper-4/+4
2011-08-12Convert benchmarks to ivecsBrian Anderson-17/+19
2011-07-27Reformat for new syntaxMarijn Haverbeke-32/+32
2011-07-26Fixup test changesMarijn Haverbeke-1/+1
2011-07-26Remove uses of tuples from the test suiteMarijn Haverbeke-12/+14
2011-07-24The Big Test Suite OverhaulBrian Anderson-0/+90