| Age | Commit message (Expand) | Author | Lines |
| 2014-06-27 | Update to 0.11.0 0.11.0 | Alex Crichton | -2/+2 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -12/+0 |
| 2014-06-13 | Fix all violations of stronger guarantees for mutable borrows | Cameron Zwarich | -4/+5 |
| 2014-06-13 | auto merge of #14831 : alexcrichton/rust/format-intl, r=brson | bors | -0/+12 |
| 2014-06-11 | std: Remove i18n/l10n from format! | Alex Crichton | -0/+12 |
| 2014-06-11 | rustc: Remove ~[T] from the language | Alex Crichton | -1/+1 |
| 2014-06-10 | Fix more misspelled comments and strings. | Joseph Crail | -2/+2 |
| 2014-06-09 | Use phase(plugin) in other crates | Keegan McAllister | -20/+20 |
| 2014-06-08 | core: Rename `container` mod to `collections`. Closes #12543 | Brian Anderson | -1/+1 |
| 2014-06-06 | rustdoc: Submit examples to play.rust-lang.org | Alex Crichton | -1/+2 |
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -2/+1 |
| 2014-06-03 | auto merge of #14635 : BurntSushi/rust/regex-doco-touchups, r=alexcrichton | bors | -19/+24 |
| 2014-06-03 | Some minor documentation touchups for libregex. Fixes #13800. | Andrew Gallant | -19/+24 |
| 2014-06-03 | Fixes #13843. | Andrew Gallant | -0/+17 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -1/+1 |
| 2014-05-30 | lib{std,core,debug,rustuv,collections,native,regex}: Fix snake_case errors. | Kevin Butler | -0/+1 |
| 2014-05-29 | auto merge of #14510 : kballard/rust/rename_strallocating_into_owned, r=alexc... | bors | -2/+2 |
| 2014-05-29 | std: Recreate a `rand` module | Alex Crichton | -4/+5 |
| 2014-05-28 | Replace StrAllocating.into_owned() with .into_string() | Kevin Ballard | -2/+2 |
| 2014-05-28 | std: Remove format_strbuf!() | Alex Crichton | -4/+3 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -10/+10 |
| 2014-05-25 | Change regex! macro to expand to a constexpr, allowing to put it in a static | Marvin Löbel | -35/+113 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -26/+26 |
| 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 | -15/+17 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -30/+60 |
| 2014-05-21 | Change static.rust-lang.org to doc.rust-lang.org | Alex Crichton | -1/+1 |
| 2014-05-17 | syntax: Tighten search paths for inner modules | Alex Crichton | -0/+0 |
| 2014-05-15 | Updates with core::fmt changes | Alex Crichton | -2/+2 |
| 2014-05-14 | librand: Remove all uses of `~str` from `librand` | Patrick Walton | -1/+1 |
| 2014-05-14 | libregex: Remove all uses of `~str` from `libregex` | Patrick Walton | -39/+44 |
| 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 | -10/+10 |
| 2014-04-30 | librustc: Remove `~"string"` and `&"string"` from the language | Patrick Walton | -2/+4 |
| 2014-04-30 | regex: General style tweaks. | Huon Wilson | -23/+10 |
| 2014-04-30 | regex: remove the use of ~[] & some unnecessary ~'s. | Huon Wilson | -87/+86 |
| 2014-04-25 | Tests for dynamic regexes will now run during 'check-stage2'. | Andrew Gallant | -5/+15 |
| 2014-04-25 | Ignore regex tests (regular, cfail and benchmark) on Windows (for now). | Andrew Gallant | -1/+2 |
| 2014-04-25 | Add a regex crate to the Rust distribution. | Andrew Gallant | -0/+10000 |