| Age | Commit message (Expand) | Author | Lines |
| 2014-09-25 | auto merge of #17378 : Gankro/rust/hashmap-entry, r=aturon | bors | -1/+5 |
| 2014-09-24 | handling fallout from entry api | Alexis Beingessner | -1/+5 |
| 2014-09-22 | auto merge of #17339 : treeman/rust/doc-things, r=alexcrichton | bors | -3/+2 |
| 2014-09-21 | Fix fallout from Vec stabilization | Alex Crichton | -3/+3 |
| 2014-09-17 | doc: Cleanup. | Jonas Hietala | -3/+2 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -1/+1 |
| 2014-07-31 | alloc, arena, test, url, uuid: Elide lifetimes. | OGINO Masanori | -1/+1 |
| 2014-07-17 | deprecate Vec::get | Nick Cameron | -1/+1 |
| 2014-07-15 | Fix errors | Adolfo OchagavĂa | -1/+0 |
| 2014-07-15 | Deprecate `str::from_utf8_owned` | Adolfo OchagavĂa | -1/+1 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -2/+2 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -7/+7 |
| 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 | -2/+0 |
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -3/+3 |
| 2014-06-01 | std: Drop Total from Total{Eq,Ord} | Alex Crichton | -1/+1 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -1/+1 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -4/+4 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -1/+1 |
| 2014-05-15 | core: Move intrinsic float functionality from std | Alex Crichton | -3/+3 |
| 2014-05-14 | libtest: Remove all uses of `~str` from `libtest`. | Patrick Walton | -5/+8 |
| 2014-05-03 | Use is_zero | Dirk Leifeld | -4/+3 |
| 2014-05-03 | Generalize stats from f64 to the Float trait | Dirk Leifeld | -96/+114 |
| 2014-04-22 | auto merge of #13597 : bjz/rust/float-api, r=brson | bors | -2/+2 |
| 2014-04-19 | Have floating point functions take their parameters by value. | Brendan Zabarauskas | -2/+2 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -3/+3 |
| 2014-04-11 | libtest: rename `BenchHarness` to `Bencher` | Liigo Zhuang | -5/+5 |
| 2014-04-10 | Remove some internal ~[] from several libraries. | Huon Wilson | -4/+4 |
| 2014-04-06 | De-~[] Mem{Reader,Writer} | Steven Fackler | -1/+1 |
| 2014-03-31 | test: Switch field privacy as necessary | Alex Crichton | -12/+12 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -1/+1 |
| 2014-03-23 | use TotalEq for HashMap | Daniel Micay | -1/+1 |
| 2014-03-22 | Remove nearly all uses of `~[]` from libtest. | Huon Wilson | -17/+18 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -2/+2 |
| 2014-03-14 | extra: Put the nail in the coffin, delete libextra | Alex Crichton | -0/+1056 |