| Age | Commit message (Expand) | Author | Lines |
| 2014-07-02 | Merge remote-tracking branch 'origin/master' into 0.11.0-release | Alex Crichton | -2/+2 |
| 2014-06-30 | Fix issues in libtest | Adolfo OchagavĂa | -1/+1 |
| 2014-06-28 | librustc: Match trait self types exactly. | Patrick Walton | -1/+1 |
| 2014-06-27 | Update to 0.11.0 0.11.0 | Alex Crichton | -2/+2 |
| 2014-06-26 | Remove unnecessary to_string calls | Piotr Jawniak | -2/+2 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -12/+12 |
| 2014-06-19 | auto merge of #15014 : brson/rust/all-crates-experimental, r=cmr | bors | -0/+1 |
| 2014-06-18 | Fallout from TaskBuilder changes | Aaron Turon | -5/+4 |
| 2014-06-17 | Mark all crates except std as experimental | Brian Anderson | -0/+1 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -8/+8 |
| 2014-06-14 | getopts: format failure messages with `Show`. | Huon Wilson | -1/+1 |
| 2014-06-13 | auto merge of #14831 : alexcrichton/rust/format-intl, r=brson | bors | -1/+1 |
| 2014-06-11 | std: Remove i18n/l10n from format! | Alex Crichton | -1/+1 |
| 2014-06-11 | rustc: Remove ~[T] from the language | Alex Crichton | -12/+1 |
| 2014-06-09 | Add a --color flag to test binaries | Steven Fackler | -4/+31 |
| 2014-06-06 | auto merge of #14667 : aochagavia/rust/pr2, r=huonw | bors | -2/+2 |
| 2014-06-06 | Change to_str().to_string() to just to_str() | Adolfo OchagavĂa | -2/+2 |
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -5/+4 |
| 2014-06-01 | std: Drop Total from Total{Eq,Ord} | Alex Crichton | -3/+3 |
| 2014-05-31 | libtest: Only colorize output if stdout is a tty | Ben Noordhuis | -1/+3 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -8/+8 |
| 2014-05-28 | std: Remove format_strbuf!() | Alex Crichton | -7/+5 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -63/+63 |
| 2014-05-27 | std: Remove String's to_owned | Richo Healey | -2/+2 |
| 2014-05-26 | std: Remove String::from_owned_str as it's redundant | Richo Healey | -1/+1 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -17/+17 |
| 2014-05-22 | auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonw | bors | -1/+1 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -2/+6 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -19/+24 |
| 2014-05-22 | Remove allow(deprecated_owned_vector) lint | Dirk Leifeld | -1/+0 |
| 2014-05-21 | Change static.rust-lang.org to doc.rust-lang.org | Alex Crichton | -1/+1 |
| 2014-05-19 | test: index shards at 1, not 0 | Corey Richardson | -22/+37 |
| 2014-05-16 | auto merge of #14233 : pcwalton/rust/detildestr-morelibs, r=alexcrichton | bors | -9/+6 |
| 2014-05-16 | libgetopts: Remove all uses of `~str` from `libgetopts` | Patrick Walton | -6/+3 |
| 2014-05-16 | libserialize: Remove all uses of `~str` from `libserialize`. | Patrick Walton | -3/+3 |
| 2014-05-16 | Update for Box | Corey Richardson | -1/+1 |
| 2014-05-16 | test: update for term fallout | Corey Richardson | -4/+5 |
| 2014-05-15 | core: Move intrinsic float functionality from std | Alex Crichton | -3/+3 |
| 2014-05-15 | test: ensure that the extended usage description gets printed. | Huon Wilson | -21/+12 |
| 2014-05-15 | test: allow the test filter to be a regex. | Huon Wilson | -30/+52 |
| 2014-05-15 | test: implement a no-alloc -> &str method for TestName. | Huon Wilson | -13/+19 |
| 2014-05-14 | libtest: Remove all uses of `~str` from `libtest`. | Patrick Walton | -84/+124 |
| 2014-05-12 | Add the patch number to version strings. Closes #13289 | Brian Anderson | -1/+1 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -3/+3 |
| 2014-05-06 | auto merge of #13822 : EdorianDark/rust/master, r=cmr | bors | -98/+115 |
| 2014-05-03 | Use is_zero | Dirk Leifeld | -4/+3 |
| 2014-05-03 | Generalize stats from f64 to the Float trait | Dirk Leifeld | -98/+116 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -3/+3 |
| 2014-04-30 | librustc: Remove `~"string"` and `&"string"` from the language | Patrick Walton | -1/+1 |
| 2014-04-24 | auto merge of #13706 : alexcrichton/rust/test-nocapture, r=brson | bors | -36/+57 |