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