| Age | Commit message (Expand) | Author | Lines |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-08-05 | Fix run-pass-fulldeps tests | varkor | -3/+0 |
| 2018-08-05 | Remove unnecessary or invalid feature attributes | varkor | -1/+1 |
| 2017-06-13 | Merge crate `collections` into `alloc` | Murarth | -1/+1 |
| 2016-10-31 | Changed most vec! invocations to use square braces | iirelu | -1/+1 |
| 2016-05-30 | std: Clean out old unstable + deprecated APIs | Alex Crichton | -2/+0 |
| 2015-06-13 | Use `assert_eq!` instead of `assert!` in tests | petrochenkov | -6/+6 |
| 2015-04-21 | Model lexer: Fix remaining issues | Piotr Czarnecki | -1/+0 |
| 2015-03-23 | Require feature attributes, and add them where necessary | Brian Anderson | -0/+2 |
| 2015-03-06 | syntax: Remove deprecated unicode escapes | Alex Crichton | -1/+1 |
| 2015-03-05 | Remove integer suffixes where the types in compiled code are identical. | Eduard Burtescu | -15/+15 |
| 2015-02-18 | Update suffixes en masse in tests using `perl -p -i -e` | Niko Matsakis | -5/+5 |
| 2015-01-03 | Remove deprecated functionality | Alex Crichton | -17/+17 |
| 2014-11-17 | Fix fallout from coercion removal | Nick Cameron | -10/+10 |
| 2014-07-22 | auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichton | bors | -0/+2 |
| 2014-07-21 | Add a ton of ignore-lexer-test | Corey Richardson | -0/+2 |
| 2014-07-15 | Deprecate `str::from_chars` | Adolfo Ochagavía | -2/+2 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -2/+2 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -1/+1 |
| 2014-05-14 | test: Remove all uses of `~str` from the test suite. | Patrick Walton | -6/+6 |
| 2014-04-10 | libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and | Patrick Walton | -10/+0 |
| 2014-03-22 | Remove outdated and unnecessary std::vec_ng::Vec imports. | Huon Wilson | -1/+0 |
| 2014-03-21 | test: Make manual changes to deal with the fallout from removal of | Patrick Walton | -4/+5 |
| 2014-03-14 | extra: Put the nail in the coffin, delete libextra | Alex Crichton | -2/+0 |
| 2014-03-10 | libstd: Change `slice_shift_char`, `shift_char`, `pop_char`, `shift_byte` and... | Piotr Czarnecki | -4/+4 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -1/+1 |
| 2013-11-26 | Removed unneccessary `_iter` suffixes from various APIs | Marvin Löbel | -1/+1 |
| 2013-09-04 | stop treating char as an integer type | Daniel Micay | -1/+1 |
| 2013-08-17 | Fix warnings it tests | Erick Tryzelaar | -11/+10 |
| 2013-07-11 | Optimize is_utf8 | Gary Linscott | -0/+11 |
| 2013-06-14 | add IteratorUtil to the prelude | Daniel Micay | -1/+0 |
| 2013-06-12 | std: remove substr & str::count_*, methodise char_len, implement slice_chars. | Huon Wilson | -1/+1 |
| 2013-06-12 | std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_... | Huon Wilson | -1/+1 |
| 2013-06-12 | std: convert str::{*shift,pop}* to methods. | Huon Wilson | -5/+5 |
| 2013-06-11 | std: remove str::to_chars | Huon Wilson | -2/+4 |
| 2013-06-10 | std: convert str::char_at* to methods. | Huon Wilson | -2/+2 |
| 2013-06-10 | std: convert str::reserve* to methods, and methodise str::push_*. | Huon Wilson | -1/+1 |
| 2013-06-10 | std: remove str::{len, slice, is_empty} in favour of methods. | Huon Wilson | -1/+1 |
| 2013-06-08 | remove deprecated vec::{is_empty, len} functions | Daniel Micay | -1/+1 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -0/+3 |
| 2013-05-22 | test: Update tests to use the new syntax. | Patrick Walton | -1/+1 |
| 2013-05-19 | Use assert_eq! rather than assert! where possible | Corey Richardson | -12/+12 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -16/+16 |
| 2013-03-26 | Fixed all use sites and tests | Marvin Löbel | -2/+2 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -16/+16 |
| 2013-02-01 | check-fast fallout from removing export, r=burningtree | Graydon Hoare | -1/+1 |
| 2012-12-10 | Reliciense makefiles and testsuite. Yup. | Graydon Hoare | -0/+10 |
| 2012-09-21 | libcore: De-mode str | Patrick Walton | -6/+6 |
| 2012-09-11 | Convert 'use' to 'extern mod'. Remove old 'use' syntax | Brian Anderson | -1/+1 |
| 2012-09-05 | test: "import" -> "use" | Patrick Walton | -2/+0 |