about summary refs log tree commit diff
path: root/src/test/bench
AgeCommit message (Expand)AuthorLines
2014-05-27std: Remove String's to_ownedRicho Healey-19/+19
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-25/+25
2014-05-23std: Move simd to core::simd and reexport. #1457Brian Anderson-1/+1
2014-05-23auto merge of #14360 : alexcrichton/rust/remove-deprecated, r=kballardbors-1/+1
2014-05-23syntax: Clean out obsolete syntax parsingAlex Crichton-1/+1
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-37/+48
2014-05-16libgetopts: Remove all uses of `~str` from `libgetopts`Patrick Walton-1/+1
2014-05-15core: Update all tests for fmt movementAlex Crichton-2/+4
2014-05-15shootout-mandelbrot: Precalc initial values & use SIMD in the main loop. +80-...Kevin Butler-61/+125
2014-05-15shootout-mandlebrot: calculate two bits of the result per inner loop, +10-15%Kevin Butler-20/+52
2014-05-14test: Remove all uses of `~str` from the test suite.Patrick Walton-49/+54
2014-05-13Touch up and rebase previous commitsAlex Crichton-9/+10
2014-05-12shootout-nbody improvementGuillaume Pinot-23/+20
2014-05-11auto merge of #14090 : TeXitoi/rust/shootout-nbody-improvement, r=alexcrichtonbors-97/+87
2014-05-10shootout-nbody improvementsGuillaume Pinot-97/+87
2014-05-09shootout-meteor improvementGuillaume Pinot-90/+111
2014-05-08Handle fallout in bench testsKevin Ballard-5/+18
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-18/+18
2014-05-04auto merge of #13921 : TeXitoi/rust/shootout-spectralnorm-tweaks, r=alexcrichtonbors-1/+5
2014-05-03shootout-spectralnorm tweaksGuillaume Pinot-1/+5
2014-05-03shootout-mandelbrot rewriteGuillaume Pinot-55/+52
2014-04-25Ignore regex tests (regular, cfail and benchmark) on Windows (for now).Andrew Gallant-0/+2
2014-04-25Add a regex crate to the Rust distribution.Andrew Gallant-0/+94
2014-04-23auto merge of #13675 : sfackler/rust/taskbuilder-new, r=alexcrichtonbors-4/+7
2014-04-23Move task::task() to TaskBuilder::new()Steven Fackler-4/+7
2014-04-22auto merge of #13667 : TeXitoi/rust/shootout-chameneos-redux-fix, r=alexcrichtonbors-100/+78
2014-04-21fix and improve shootout-chameneos-reduxGuillaume Pinot-100/+78
2014-04-21shootout-threadring rewriteGuillaume Pinot-49/+19
2014-04-20auto merge of #13633 : TeXitoi/rust/shootout-fannkuch-redux-rewrite, r=alexcr...bors-75/+46
2014-04-20shootout-fannkuch-redux rewriteGuillaume Pinot-75/+46
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-38/+40
2014-04-18Update the rest of the compiler with ~[T] changesAlex Crichton-13/+13
2014-04-17auto merge of #13575 : TeXitoi/rust/shootout-knucleotide-parallel, r=alexcric...bors-19/+24
2014-04-17parallelisation of shootout-k-nucleotideGuillaume Pinot-19/+24
2014-04-15Use the unsigned integer types for bitwise intrinsics.Huon Wilson-4/+2
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-3/+3
2014-04-12auto merge of #13448 : alexcrichton/rust/rework-chan-return-values, r=brsonbors-7/+7
2014-04-10std: Make std::comm return types consistentAlex Crichton-7/+7
2014-04-10auto merge of #13440 : huonw/rust/strbuf, r=alexcrichtonbors-54/+57
2014-04-11Fix tests. Add Vec<u8> conversion to StrBuf.Huon Wilson-51/+52
2014-04-10Remove some internal ~[] from several libraries.Huon Wilson-1/+1
2014-04-10libstd: Implement `StrBuf`, a new string buffer type like `Vec`, andPatrick Walton-7/+9
2014-04-08Improve searching for XXX in tidy script (#3303)Boris Egorov-1/+1
2014-04-06auto merge of #13165 : sfackler/rust/io-vec, r=alexcrichtonbors-3/+3
2014-04-06De-~[] Mem{Reader,Writer}Steven Fackler-1/+1
2014-04-06De-~[] Reader and WriterSteven Fackler-2/+2
2014-04-06syntax: Tweak parsing lifetime bounds on closuresAlex Crichton-2/+2
2014-04-03Test fixes from the rollupAlex Crichton-0/+10
2014-04-02Fix fallout of requiring uint indicesAlex Crichton-20/+21
2014-04-01auto merge of #13115 : huonw/rust/rand-errors, r=alexcrichtonbors-1/+1