about summary refs log tree commit diff
path: root/src/test/bench
AgeCommit message (Expand)AuthorLines
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-12/+12
2014-07-02auto merge of #15085 : brson/rust/stridx, r=alexcrichtonbors-1/+1
2014-07-01rustc: Remove `&str` indexing from the language.Brian Anderson-1/+1
2014-07-01relicense shootout-mandelbrot.rsGuillaume Pinot-8/+39
2014-06-28auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwaltonbors-2/+2
2014-06-28Rename all raw pointers as necessaryAlex Crichton-2/+2
2014-06-28auto merge of #15233 : jbclements/rust/match-var-hygiene-etc, r=cmrbors-4/+4
2014-06-27replaced ignore-pretty with no-pretty-expandedJohn Clements-4/+4
2014-06-26Remove unnecessary to_string callsPiotr Jawniak-1/+1
2014-06-26auto merge of #15184 : jbclements/rust/for-loop-hygiene-etc, r=jbclementsbors-13/+21
2014-06-25more loops to be ignored by pretty-rpassJohn Clements-0/+8
2014-06-25tidy macro just a bitJohn Clements-13/+13
2014-06-24librustc: Remove cross borrowing from mutable `Box`es to `&mut`.Patrick Walton-7/+7
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-29/+29
2014-06-20librustc: Put `#[unsafe_destructor]` behind a feature gate.Patrick Walton-1/+1
2014-06-18Fallout from TaskBuilder changesAaron Turon-25/+14
2014-06-18Merge the Bitwise and ByteOrder traits into the Int traitBrendan Zabarauskas-1/+0
2014-06-17auto merge of #14855 : TeXitoi/rust/relicense-shootout-binarytrees, r=brsonbors-8/+38
2014-06-16auto merge of #14852 : TeXitoi/rust/relicense-shootout-pidigits, r=brsonbors-8/+38
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-4/+4
2014-06-12Relicense shootout-binarytrees.rsGuillaume Pinot-8/+38
2014-06-12Relicense shootout-pidigits.rsGuillaume Pinot-8/+38
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-2/+2
2014-06-11auto merge of #14746 : alexcrichton/rust/libsync, r=brsonbors-23/+10
2014-06-11sync: Move underneath libstdAlex Crichton-23/+10
2014-06-11rustc: Move the AST from @T to Gc<T>Alex Crichton-13/+15
2014-06-09Use phase(plugin) in testsKeegan McAllister-5/+5
2014-06-08relicense shootout-fannkuch-redux.rsGuillaume Pinot-8/+38
2014-06-07relicense shootout-regex-dna.rsGuillaume Pinot-8/+38
2014-06-06auto merge of #14667 : aochagavia/rust/pr2, r=huonwbors-5/+5
2014-06-06Change to_str().to_string() to just to_str()Adolfo OchagavĂ­a-5/+5
2014-06-05auto merge of #14669 : TeXitoi/rust/relicense-shootout-meteor, r=brsonbors-10/+40
2014-06-05Fallout from the libcollections movementAlex Crichton-9/+7
2014-06-05relicense shootout-meteor.rsGuillaume Pinot-10/+40
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-1/+1
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-1/+1
2014-05-30windows: Allow snake_case errors for now.Kevin Butler-0/+2
2014-05-29std: Recreate a `rand` moduleAlex Crichton-5/+3
2014-05-28std: Remove format_strbuf!()Alex Crichton-10/+8
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-0/+3
2014-05-27std: Rename strbuf operations to stringRicho Healey-24/+24
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