| Age | Commit message (Expand) | Author | Lines |
| 2014-07-15 | auto merge of #15619 : kwantam/rust/master, r=huonw | bors | -1/+1 |
| 2014-07-15 | Deprecate `str::from_utf8_lossy` | Adolfo Ochagavía | -2/+2 |
| 2014-07-14 | add Graphemes iterator; tidy unicode exports | kwantam | -1/+1 |
| 2014-07-10 | std: Add some implementation of common traits | Alex Crichton | -2/+26 |
| 2014-07-09 | auto merge of #15283 : kwantam/rust/master, r=alexcrichton | bors | -2/+3 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -3/+3 |
| 2014-07-07 | Add libunicode; move unicode functions from core | kwantam | -2/+3 |
| 2014-07-01 | rustc: Remove `&str` indexing from the language. | Brian Anderson | -21/+25 |
| 2014-06-30 | libstd: set baseline stability levels. | Aaron Turon | -0/+2 |
| 2014-06-29 | Wrap two code examples in backticks | Alex Gaynor | -2/+2 |
| 2014-06-26 | Remove unnecessary to_string calls | Piotr Jawniak | -1/+1 |
| 2014-06-18 | Deprecate the bytes!() macro. | Simon Sapin | -203/+173 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -6/+0 |
| 2014-06-13 | auto merge of #14831 : alexcrichton/rust/format-intl, r=brson | bors | -0/+6 |
| 2014-06-11 | std: Remove i18n/l10n from format! | Alex Crichton | -0/+6 |
| 2014-06-11 | rustc: Remove ~[T] from the language | Alex Crichton | -12/+2 |
| 2014-06-09 | core: Move the collections traits to libcollections | Alex Crichton | -1/+1 |
| 2014-06-08 | core: Rename `container` mod to `collections`. Closes #12543 | Brian Anderson | -2/+2 |
| 2014-06-08 | Fix spelling errors in comments. | Joseph Crail | -1/+1 |
| 2014-06-05 | std: Recreate a `collections` module | Alex Crichton | -4/+6 |
| 2014-06-01 | std: Drop Total from Total{Eq,Ord} | Alex Crichton | -4/+4 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -5/+5 |
| 2014-05-28 | std: Remove format_strbuf!() | Alex Crichton | -1/+1 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -8/+8 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -20/+20 |
| 2014-05-23 | auto merge of #14360 : alexcrichton/rust/remove-deprecated, r=kballard | bors | -57/+2 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -25/+19 |
| 2014-05-22 | Remove a slew of old deprecated functions | Alex Crichton | -57/+2 |
| 2014-05-14 | Add ToCStr impl for &Path and StrBuf | Aaron Turon | -3/+41 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -4/+4 |
| 2014-05-07 | core: Inherit possible string functionality | Alex Crichton | -3/+3 |
| 2014-05-01 | auto merge of #13877 : thestinger/rust/de-tilde-str-vec, r=alexcrichton | bors | -1/+1 |
| 2014-05-01 | remove leftover obsolete string literals | Daniel Micay | -1/+1 |
| 2014-04-28 | Deprecate the rev_iter pattern in all places where a DoubleEndedIterator is p... | Jonathan S | -17/+25 |
| 2014-04-28 | Provide an implementation of DoubleEndedIterator for the results of &[T]::spl... | Jonathan S | -26/+11 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -6/+7 |
| 2014-04-18 | std: Make ~[T] no longer a growable vector | Alex Crichton | -3/+3 |
| 2014-04-12 | std: update & de-~[] path's tests. | Huon Wilson | -57/+42 |
| 2014-04-12 | std: migrate path::windows to using StrBuf internally. | Huon Wilson | -64/+87 |
| 2014-04-12 | std: migrate path::unix to using Vec internally. | Huon Wilson | -64/+72 |
| 2014-04-11 | auto merge of #13395 : Ryman/rust/bytecontainer_impl_container, r=alexcrichton | bors | -46/+32 |
| 2014-04-11 | Simplify GenericPath::set_extension. | Kevin Butler | -34/+21 |
| 2014-04-11 | Parameterize contains_nul for BytesContainer. | Kevin Butler | -12/+11 |
| 2014-04-11 | libtest: rename `BenchHarness` to `Bencher` | Liigo Zhuang | -29/+29 |
| 2014-04-10 | libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and | Patrick Walton | -11/+12 |
| 2014-03-31 | std: Switch field privacy as necessary | Alex Crichton | -7/+7 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -2/+2 |
| 2014-03-25 | Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v... | Marvin Löbel | -4/+4 |
| 2014-03-23 | auto merge of #13090 : thestinger/rust/iter, r=Aatch | bors | -19/+22 |
| 2014-03-23 | iter: remove `to_owned_vec` | Daniel Micay | -19/+22 |