about summary refs log tree commit diff
path: root/src/test/bench/shootout-mandelbrot.rs
AgeCommit message (Expand)AuthorLines
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+0
2013-04-19test: Rewrite mandelbrot benchmark.Patrick Walton-175/+53
2013-04-18core::comm: Modernize constructors to use `new`Brian Anderson-1/+1
2013-04-03rename Linear{Map,Set} => Hash{Map,Set}Daniel Micay-2/+2
2013-04-03hashmap: rm linear namespaceDaniel Micay-1/+1
2013-03-26libcore: Change `[const T]` to `const [T]` everywherePatrick Walton-1/+1
2013-03-22test: Remove `pure` from the test suitePatrick Walton-3/+3
2013-03-14test: Remove deprecated features from benchmark tests. rs=burningtreePatrick Walton-1/+1
2013-03-02test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defunPatrick Walton-1/+1
2013-02-28Remove legacy object creation mode, and convert remaining uses of itNiko Matsakis-1/+1
2013-02-21core: Extract comm from pipes. #4742Brian Anderson-3/+3
2013-02-19update copyright datesTed Horst-1/+1
2013-02-19move shootout-mandelbrot to LinearMap, add depth argumentTed Horst-39/+43
2013-02-15tests/tutorials: Get rid of `move`.Luqman Aden-1/+1
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-3/+3
2013-02-08oldmap: get rid of legacy _ref suffixesDaniel Micay-1/+1
2013-02-05oldmap: use &K instead of K in find and getPatrick Walton-1/+1
2013-02-05Revert "oldmap: use &K instead of K in find and get"Graydon Hoare-1/+1
2013-02-03oldmap: use &K instead of K in find and getDaniel Micay-1/+1
2013-02-03oldmap: &K instead of K for the remove parameterDaniel Micay-1/+1
2013-02-03oldmap: get rid of the legacy contains_key methodDaniel Micay-1/+1
2013-02-03rename map -> oldmap and mark it as deprecatedDaniel Micay-1/+1
2013-01-02use newtype struct for devnull rather than type aliased recordTed Horst-3/+3
2013-01-02really update mandelbrot to pipesTed Horst-14/+9
2012-12-24Update shootout-mandelbrot to work with the new io::WriterTim Chevalier-5/+5
2012-12-23update mandelbrot to pipes, a few other updatesTed Horst-22/+11
2012-12-14Rename core::comm to core::oldcommBrian Anderson-10/+10
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-12-06test: Fix shootout-mandelbrot.rs. rs=bustagePatrick Walton-5/+5
2012-11-26libcore: Add explicit self to all overloaded operators but Add and Index. r=b...Patrick Walton-1/+1
2012-10-04De-mode comm::ChanTim Chevalier-2/+2
2012-10-04Remove arg vectors from main functions. Stop supporting them.Brian Anderson-1/+2
2012-10-02libstd: Switch off legacy modes in both core and std.Patrick Walton-1/+1
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-1/+1
2012-09-25Demode core::resultBrian Anderson-1/+1
2012-09-25use + mode for (almost) everything when not using legacy modesNiko Matsakis-1/+1
2012-09-20remove cfg(stage0) version of Eq, not needed for testsNiko Matsakis-22/+0
2012-09-20rustc: De-mode all overloaded operatorsPatrick Walton-0/+22
2012-09-19Remove redundant hashmap constructor functions.Graydon Hoare-1/+1
2012-09-18rustc: Remove legacy mode inference, unless #[legacy_modes] is usedPatrick Walton-0/+2
2012-09-13Remove unnecessary temporary, add type annot to help inferencer (cc #2280)Niko Matsakis-5/+2
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-1/+1
2012-09-10Convert std::map to camel caseBrian Anderson-1/+1
2012-09-07Convert field terminators to commas. Stop parsing semis.Brian Anderson-2/+2
2012-09-05test: "import" -> "use"Patrick Walton-2/+2
2012-09-02Camel case core::opsBrian Anderson-2/+2
2012-08-27Camel case various core constructorsBrian Anderson-4/+4
2012-08-24Start using core::path2::Path in a lot of places.Graydon Hoare-1/+1
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-5/+5
2012-08-15Convert more core types to camel caseBrian Anderson-3/+3