summary refs log tree commit diff
path: root/src/test/bench
AgeCommit message (Expand)AuthorLines
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-45/+45
2012-03-22make --enforce-mut-vars always on, add mut annotations to remaining filesNiko Matsakis-80/+80
2012-03-15test: Fix breakageBrian Anderson-3/+3
2012-03-14std: Rename the hashmap constructors to conform to new standardsBrian Anderson-3/+3
2012-03-13Overhaul constructor naming in libsBrian Anderson-15/+15
2012-03-12Libc/os/run/rand/io reorganization. Close #1373. Close #1638.Graydon Hoare-30/+30
2012-03-09Add an infinite loop constructTim Chevalier-5/+5
2012-03-07stdlib: Stop incurring vtable dispatch costs when hashmaps are usedPatrick Walton-0/+2
2012-03-07Revert "stdlib: Stop incurring vtable dispatch costs when hashmaps are used"Patrick Walton-2/+0
2012-03-07stdlib: Stop incurring vtable dispatch costs when hashmaps are usedPatrick Walton-0/+2
2012-03-02comp/std: rename io::string_reader to io::str_reader.Erick Tryzelaar-2/+2
2012-03-02core: Remove _mut functions from vecBrian Anderson-8/+12
2012-02-23Finish cleanup of core::strMarijn Haverbeke-1/+1
2012-02-23(core::str) remove len_bytes aliasKevin Cantu-7/+7
2012-02-22Make the various from_str functions return optionsMarijn Haverbeke-62/+30
2012-02-20core: New task APIBrian Anderson-22/+32
2012-02-15bench: Add a test for task concurrencyBrian Anderson-0/+68
2012-02-12(core::str) rename byte_len -> len_bytes and rename char_len -> lenKevin Cantu-7/+7
2012-02-12(core::str) move push_byte, push_bytes, pop_byte, and shift_byte into str::un...Kevin Cantu-8/+10
2012-02-09Increase precedence of as operatorMarijn Haverbeke-2/+2
2012-02-08bench: Add shootout-spectralnormBrian Anderson-0/+70
2012-02-07String split renaming:Kevin Cantu-2/+1
2012-02-04bench: Tweak threadring benchmark so it pretty-printsBrian Anderson-2/+0
2012-02-04bench: Add threadring shootout benchmarkBrian Anderson-0/+50
2012-02-04Revert "bench: Add threadring shootout benchmark"Brian Anderson-53/+0
2012-02-04bench: Add threadring shootout benchmarkBrian Anderson-0/+53
2012-02-03add third arg for output path, default to no outputTed Horst-5/+36
2012-02-03fix formattingTed Horst-103/+103
2012-02-03add mandelbrot image generator from shootoutTed Horst-0/+143
2012-01-31Change option::t to optionTim Chevalier-2/+2
2012-01-29core: Remove sys::set_min_stackBrian Anderson-4/+0
2012-01-25Replacing str::unsafe_from_bytes with str::from_bytes (part 1)Kevin Cantu-1/+1
2012-01-23s/block()/fn()/gNiko Matsakis-1/+1
2012-01-23add msgsend.rs to benchmarksNiko Matsakis-0/+60
2012-01-21issue #1352: change param order on vec::init_elt, putting block in final posi...Graham Fawcett-4/+4
2012-01-21fix #1352: change param order on vec::init_fn (and vec::init_fn_mut), putting...Graham Fawcett-3/+3
2012-01-19rustc: Make the pretty printer output commas after enum variants. Update all ...Patrick Walton-6/+6
2012-01-19test: "tag" -> "enum" in benchPatrick Walton-7/+7
2012-01-19Remove support for the '.' after a nullary tag in a patternTim Chevalier-4/+4
2012-01-18Remove '.' after nullary tags in patternsTim Chevalier-18/+18
2012-01-14bench: Lower the default inputs on many shootout benchmarksBrian Anderson-5/+5
2012-01-14bench: Update shootout-nbody for styleBrian Anderson-22/+20
2012-01-14bench: Update fannkuchredux for styleBrian Anderson-5/+11
2012-01-14bench: Update shootout-binarytrees for styleBrian Anderson-8/+15
2012-01-14bench: Update shootout-ackermann for performanceBrian Anderson-15/+14
2012-01-14bench: Update shootout-fibo for performanceBrian Anderson-14/+15
2012-01-14bench: Update shootout-binarytrees to use unique boxesBrian Anderson-5/+5
2012-01-13make "native fn" the type for bare functions, remove fn exprsNiko Matsakis-2/+2
2012-01-13Remove tests for objs, adjust tests that use objsMarijn Haverbeke-10/+10
2012-01-11Major clean-up of std::ioMarijn Haverbeke-29/+8