summary refs log tree commit diff
path: root/src/test/bench
AgeCommit message (Expand)AuthorLines
2013-06-30Remove vec::{map, mapi, zip_map} and the methods, except for .map, since thisHuon Wilson-15/+14
2013-06-30Convert vec::{rposition, rposition_elem, position_elem, contains} to methods.Huon Wilson-1/+1
2013-06-28auto merge of #7466 : thestinger/rust/passes, r=cmrbors-4/+4
2013-06-28copy the optimization passes from clangDaniel Micay-4/+4
2013-06-28Fix threadringCorey Richardson-1/+3
2013-06-28librustc: Remove the broken overloaded assign-ops from the language.Patrick Walton-8/+9
2013-06-28librustc: Disallow "mut" from distributing over bindings.Patrick Walton-1/+4
2013-06-28librustc: Change "Owned" to "Send" everywherePatrick Walton-3/+3
2013-06-28Convert vec::{reserve, reserve_at_least, capacity} to methods.Huon Wilson-4/+3
2013-06-27Convert vec::[mut_]slice to methods, remove vec::const_slice.Huon Wilson-13/+10
2013-06-26auto merge of #7111 : brson/rust/stack, r=brsonbors-9/+9
2013-06-26rt: Release big stacks immediately after use to avoid holding on to them thro...Brian Anderson-9/+9
2013-06-25auto merge of #7269 : luqmana/rust/drop, r=thestingerbors-1/+1
2013-06-25Change finalize -> drop.Luqman Aden-1/+1
2013-06-25remove `each` from vec, HashMap and HashSetDaniel Micay-7/+7
2013-06-23Updated shootout-fasta.rs copyright years, removed stuff that caused lint to ...Matthijs Hofstra-18/+12
2013-06-23Fixed shootout-fasta.rs outputMatthijs Hofstra-10/+14
2013-06-23Added missing copyright notice to shootout-spectralnorm.Matthijs Hofstra-0/+10
2013-06-23Changed shootout-chameneos-redux output to conform to the 'official' output f...Matthijs Hofstra-1/+1
2013-06-23Updated copyright year on shootout-binarytrees.rsMatthijs Hofstra-21/+17
2013-06-23Fixed os:: and int:: not being in scope, changed io::println to printlnMatthijs Hofstra-4/+6
2013-06-23vec: remove BaseIter implementationDaniel Micay-11/+11
2013-06-21vec: rm old_iter implementations, except BaseIterDaniel Micay-9/+9
2013-06-21vec: remove eachiDaniel Micay-7/+7
2013-06-18test: xfail bench/task-perf-one-million. OOM on 32-bit linux w/o optsBrian Anderson-0/+2
2013-06-16Add copies to type params with Copy boundNiko Matsakis-17/+9
2013-06-16fix benchmark and the tutorialsDaniel Micay-1/+2
2013-06-14rm MutableIterDaniel Micay-3/+3
2013-06-14rm ExtendedMutableIterDaniel Micay-1/+0
2013-06-14add IteratorUtil to the preludeDaniel Micay-6/+0
2013-06-13std: remove the invalid NullTerminatedStr instance for &'static str.Huon Wilson-1/+1
2013-06-12std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_...Huon Wilson-8/+7
2013-06-11option: remove redundant old_iter implsDaniel Micay-2/+2
2013-06-10std: convert str::reserve* to methods, and methodise str::push_*.Huon Wilson-1/+1
2013-06-10std: replace str::find_str* with a methodHuon Wilson-1/+1
2013-06-10std: remove str::{len, slice, is_empty} in favour of methods.Huon Wilson-6/+6
2013-06-10std: replace str::each_split* with an iteratorHuon Wilson-2/+3
2013-06-08remove deprecated vec::{is_empty, len} functionsDaniel Micay-3/+3
2013-06-09std: remove foldr and alli methods in vecHuon Wilson-1/+1
2013-06-09std: remove {all*,any*,count} in favour of iteratorsHuon Wilson-2/+3
2013-06-08std: remove each[i]_mut functions, in favour of iterators.Huon Wilson-6/+9
2013-06-08std: remove vec::each2 and vec::each2_mut in favour of iteratorsHuon Wilson-3/+3
2013-06-04librustc: Disallow multiple patterns from appearing in a "let" declaration.Patrick Walton-6/+15
2013-06-04std::cell: Modernize constructorsPhilipp Brüschweiler-13/+13
2013-06-01Swap return value of pipes::init Fixes #4501Nick Desaulniers-8/+8
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-13/+13
2013-05-30Remove a bunch of unnecessary allocations and copiesBjörn Steinbrink-18/+18
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-28/+165
2013-05-24Remove the get functionOlivier Saut-7/+7
2013-05-22test: Update tests to use the new syntax.Patrick Walton-141/+141