| Age | Commit message (Expand) | Author | Lines |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -1/+1 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -1/+1 |
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -1/+1 |
| 2014-09-30 | librustc: Forbid `..` in range patterns. | Patrick Walton | -2/+2 |
| 2014-08-13 | std: Rename various slice traits for consistency | Brian Anderson | -1/+1 |
| 2014-08-06 | Use byte literals in libstd | nham | -19/+17 |
| 2014-07-23 | collections: Move push/pop to MutableSeq | Brian Anderson | -1/+1 |
| 2014-07-21 | Add a ton of ignore-lexer-test | Corey Richardson | -0/+2 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -4/+4 |
| 2014-06-08 | core: Rename `container` mod to `collections`. Closes #12543 | Brian Anderson | -1/+1 |
| 2014-06-08 | Fix spelling errors in comments. | Joseph Crail | -1/+1 |
| 2014-06-06 | Rename Iterator::len to count | Aaron Turon | -1/+0 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -5/+5 |
| 2014-05-29 | std: Recreate a `rand` module | Alex Crichton | -14/+14 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -3/+3 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -4/+4 |
| 2014-05-15 | core: Update all tests for fmt movement | Alex Crichton | -1/+0 |
| 2014-05-15 | std: Delegate some integer formatting to core::fmt | Alex Crichton | -0/+2 |
| 2014-05-15 | Updates with core::fmt changes | Alex Crichton | -3/+0 |
| 2014-05-14 | Change StrBuf::from_utf8() to return Result | Kevin Ballard | -0/+1 |
| 2014-05-08 | Handle breakage after libcore split | Kevin Ballard | -1/+1 |
| 2014-05-08 | Clean up unused imports | Kevin Ballard | -1/+0 |
| 2014-05-08 | Handle fallout in std::ascii and std::strconv | Kevin Ballard | -10/+10 |
| 2014-05-07 | core: Add unwrap()/unwrap_err() methods to Result | Alex Crichton | -0/+3 |
| 2014-04-19 | Have floating point functions take their parameters by value. | Brendan Zabarauskas | -1/+1 |
| 2014-04-19 | Merge the Round trait into the Float trait | Brendan Zabarauskas | -3/+3 |
| 2014-04-18 | std: Make ~[T] no longer a growable vector | Alex Crichton | -20/+22 |
| 2014-04-11 | libtest: rename `BenchHarness` to `Bencher` | Liigo Zhuang | -25/+25 |
| 2014-04-02 | Fix fallout of requiring uint indices | Alex Crichton | -6/+6 |
| 2014-04-01 | auto merge of #13115 : huonw/rust/rand-errors, r=alexcrichton | bors | -11/+11 |
| 2014-04-01 | rand: bubble up IO messages futher. | Huon Wilson | -11/+11 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -1/+1 |
| 2014-03-25 | libstd: Document the following modules: | Patrick Walton | -20/+41 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -2/+2 |
| 2014-02-28 | std: Avoid using "{:?}" in format strings | Alex Crichton | -5/+5 |
| 2014-02-21 | auto merge of #12382 : bjz/rust/fmt-int, r=alexcrichton | bors | -17/+81 |
| 2014-02-22 | Decouple integer formatting from std::num::strconv | Brendan Zabarauskas | -17/+81 |
| 2014-02-22 | Move std::num::Integer to libnum | Brendan Zabarauskas | -14/+2 |
| 2014-02-20 | move extra::test to libtest | Liigo Zhuang | -1/+2 |
| 2014-01-31 | Fix minor doc typos | Virgile Andreani | -2/+2 |
| 2014-01-28 | Rename CopyableVector to CloneableVector | Virgile Andreani | -1/+1 |
| 2014-01-22 | float_to_str_bytes_common can now handle exponential notation | SiegeLord | -5/+65 |
| 2014-01-21 | [std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr... | Simon Sapin | -1/+1 |
| 2014-01-21 | [std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behavior | Simon Sapin | -1/+1 |
| 2014-01-18 | Replace old pow_with_uint with the new pow func | Flavio Percoco | -6/+7 |
| 2014-01-07 | std: Fill in all missing imports | Alex Crichton | -1/+1 |
| 2014-01-06 | Remove some unnecessary type casts | Florian Hahn | -1/+1 |
| 2013-12-04 | std::str: remove from_utf8. | Huon Wilson | -1/+1 |
| 2013-11-26 | test: Remove non-procedure uses of `do` from compiletest, libstd tests, | Patrick Walton | -4/+4 |
| 2013-11-19 | libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstd | Patrick Walton | -3/+13 |