| Age | Commit message (Expand) | Author | Lines |
| 2014-09-21 | Fix fallout from Vec stabilization | Alex Crichton | -6/+6 |
| 2014-09-19 | Add enum variants to the type namespace | Nick Cameron | -27/+27 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -7/+7 |
| 2014-09-04 | auto merge of #16982 : jbcrail/rust/comment-and-string-corrections, r=alexcri... | bors | -5/+5 |
| 2014-09-03 | Fix spelling errors and capitalization. | Joseph Crail | -5/+5 |
| 2014-09-01 | Updated to new extern crate syntax. | wickerwaka | -1/+1 |
| 2014-08-30 | Unify non-snake-case lints and non-uppercase statics lints | P1start | -1/+1 |
| 2014-08-18 | regex: Enable test on Windows | klutzy | -2/+1 |
| 2014-08-13 | core: Change the argument order on splitn and rsplitn for strs. | Brian Anderson | -5/+5 |
| 2014-08-13 | core: Add binary_search and binary_search_elem methods to slices. | Brian Anderson | -4/+5 |
| 2014-08-13 | std: Rename various slice traits for consistency | Brian Anderson | -1/+1 |
| 2014-08-06 | Use a byte literal in libregex | nham | -1/+1 |
| 2014-07-23 | collections: Deprecate shift/unshift | Brian Anderson | -1/+1 |
| 2014-07-22 | auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichton | bors | -0/+3 |
| 2014-07-21 | Add a ton of ignore-lexer-test | Corey Richardson | -0/+1 |
| 2014-07-21 | ignore-lexer-test to broken files and remove some tray hyphens | Corey Richardson | -0/+2 |
| 2014-07-17 | deprecate Vec::get | Nick Cameron | -17/+17 |
| 2014-07-15 | Fix errors | Adolfo Ochagavía | -2/+0 |
| 2014-07-15 | Deprecate `str::from_chars` | Adolfo Ochagavía | -2/+2 |
| 2014-07-15 | Deprecate `str::from_utf8_owned` | Adolfo Ochagavía | -1/+1 |
| 2014-07-11 | Update doc URLs for version bump | Brian Anderson | -1/+1 |
| 2014-07-10 | auto merge of #15556 : alexcrichton/rust/snapshots, r=brson | bors | -2/+0 |
| 2014-07-09 | Register new snapshots | Alex Crichton | -2/+0 |
| 2014-07-09 | fix test failures | kwantam | -2/+2 |
| 2014-07-07 | Add libunicode; move unicode functions from core | kwantam | -5544/+11 |
| 2014-07-05 | Add #[crate_name] attributes as necessary | Alex Crichton | -1/+3 |
| 2014-07-02 | Merge remote-tracking branch 'origin/master' into 0.11.0-release | Alex Crichton | -1/+1 |
| 2014-06-29 | librustc: Remove the fallback to `int` for integers and `f64` for | Patrick Walton | -1/+1 |
| 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 |