| Age | Commit message (Expand) | Author | Lines |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -191/+191 |
| 2014-05-27 | std: Remove String's to_owned | Richo Healey | -4/+4 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -86/+86 |
| 2014-05-24 | Update ascii functions used elsewhere | Adolfo OchagavĂa | -1/+1 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -9/+23 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -8/+14 |
| 2014-05-20 | auto merge of #14283 : Ryman/rust/commented_compile_fail_error, r=kballard | bors | -59/+31 |
| 2014-05-20 | compiletest: Refactor compile-fail to regex. | Kevin Butler | -59/+31 |
| 2014-05-18 | Fixing rustdoc stage1. | Felix S. Klock II | -42/+19 |
| 2014-05-17 | auto merge of #14253 : alexcrichton/rust/issue-14221, r=pcwalton | bors | -1/+2 |
| 2014-05-16 | rustc: Stop leaking enum variants into children | Alex Crichton | -1/+2 |
| 2014-05-16 | libgetopts: Remove all uses of `~str` from `libgetopts` | Patrick Walton | -7/+6 |
| 2014-05-16 | compiletest: Remove all uses of `~str` from `compiletest` | Patrick Walton | -425/+699 |
| 2014-05-15 | core: Update all tests for fmt movement | Alex Crichton | -8/+8 |
| 2014-05-15 | auto merge of #13948 : huonw/rust/test-regex-filter, r=alexcrichton | bors | -9/+20 |
| 2014-05-15 | test: allow the test filter to be a regex. | Huon Wilson | -9/+20 |
| 2014-05-14 | Process::new etc should support non-utf8 commands/args | Aaron Turon | -38/+12 |
| 2014-05-14 | libtest: Remove all uses of `~str` from `libtest`. | Patrick Walton | -3/+9 |
| 2014-05-14 | Get rid of the android-cross-path flag to rustc. | Luqman Aden | -12/+10 |
| 2014-05-13 | io: Implement process wait timeouts | Alex Crichton | -6/+8 |
| 2014-05-13 | test: Give a test a bigger stack for pretty printing | Alex Crichton | -1/+1 |
| 2014-05-13 | Touch up and rebase previous commits | Alex Crichton | -10/+30 |
| 2014-05-13 | compiletest: Test `--pretty expanded` | klutzy | -5/+20 |
| 2014-05-13 | compiletest: Modernize typenames | klutzy | -112/+119 |
| 2014-05-12 | Easier interface for TCP ::connect and ::bind. | Tom Lee | -5/+1 |
| 2014-05-08 | Handle breakage after libcore split | Kevin Ballard | -3/+3 |
| 2014-05-07 | debuginfo: Split debuginfo autotests into debuginfo-gdb and debuginfo-lldb | Michael Woerister | -70/+219 |
| 2014-05-06 | Fail on internal compiler errors in compile-fail | Richo Healey | -0/+10 |
| 2014-05-01 | remove leftover obsolete string literals | Daniel Micay | -1/+1 |
| 2014-04-24 | test: Add an option to not capture output | Alex Crichton | -2/+5 |
| 2014-04-21 | auto merge of #13553 : aochagavia/rust/pr, r=alexcrichton | bors | -3/+21 |
| 2014-04-20 | Added run_flags directive to `compiletest` | Adolfo OchagavĂa | -3/+21 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -110/+113 |
| 2014-04-18 | Update the rest of the compiler with ~[T] changes | Alex Crichton | -4/+3 |
| 2014-04-10 | auto merge of #13440 : huonw/rust/strbuf, r=alexcrichton | bors | -3/+4 |
| 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 | -3/+4 |
| 2014-04-06 | auto merge of #13165 : sfackler/rust/io-vec, r=alexcrichton | bors | -5/+5 |
| 2014-04-06 | De-~[] Reader and Writer | Steven Fackler | -5/+5 |
| 2014-04-05 | auto merge of #13260 : pnkfelix/rust/fsk-fix-13247, r=alexcrichton | bors | -0/+3 |
| 2014-04-03 | compiletest: Fix bitrotted win32 routines | klutzy | -11/+13 |
| 2014-04-02 | Avoid injecting unfulfilled dependence in compiletest on libnative. | Felix S. Klock II | -0/+3 |
| 2014-03-31 | compiletest: Switch field privacy where necessary | Alex Crichton | -40/+44 |
| 2014-03-31 | vec: convert `append` and `append_one` to methods | Daniel Micay | -11/+5 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -4/+4 |
| 2014-03-26 | auto merge of #13117 : alexcrichton/rust/no-crate-map, r=brson | bors | -1/+3 |
| 2014-03-24 | auto merge of #12900 : alexcrichton/rust/rewrite-sync, r=brson | bors | -1/+0 |
| 2014-03-24 | green: Remove the dependence on the crate map | Alex Crichton | -1/+3 |
| 2014-03-23 | Snapshot cleanup | Alex Crichton | -1/+0 |
| 2014-03-23 | auto merge of #13102 : huonw/rust/totaleq-deriving, r=thestinger | bors | -1/+1 |