| Age | Commit message (Expand) | Author | Lines |
| 2016-04-11 | std: Stabilize APIs for the 1.9 release | Alex Crichton | -6/+2 |
| 2016-03-26 | Rollup merge of #32387 - alexcrichton:ascii-test, r=aturon | Manish Goregaokar | -0/+6 |
| 2016-03-20 | std: Add regression test for #32074 | Alex Crichton | -0/+6 |
| 2016-03-17 | std: Revert addition of `into_ascii_*` methods | Alex Crichton | -102/+0 |
| 2016-03-07 | Auto merge of #32051 - steveklabnik:gh9447, r=bluss | bors | -1/+1 |
| 2016-03-04 | End stdlib module summaries with a full stop. | Steve Klabnik | -1/+1 |
| 2016-03-03 | std: Stabilize `into_*` ASCII methods | Alex Crichton | -8/+4 |
| 2016-03-01 | Auto merge of #31335 - SimonSapin:ascii-into, r=alexcrichton | bors | -0/+106 |
| 2016-02-14 | Rollup merge of #31584 - tshepang:shorten, r=steveklabnik | Manish Goregaokar | -5/+5 |
| 2016-02-11 | doc: assert_eq on 2 boolean values is redundant | Tshepang Lekhonkhobe | -5/+5 |
| 2016-02-11 | doc: add missing words | Tshepang Lekhonkhobe | -1/+1 |
| 2016-02-04 | Clarify scenario where AsciiExt appears to operate on non-ASCII | Corey Farwell | -0/+21 |
| 2016-02-01 | Add AsciiExt::into_ascii_{upper,lower}case | Simon Sapin | -0/+106 |
| 2015-08-15 | std: Add issues to all unstable features | Alex Crichton | -2/+2 |
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -85/+14 |
| 2015-08-09 | Make `str::as_bytes_mut` private | Tobias Bucher | -2/+3 |
| 2015-08-09 | Replace many uses of `mem::transmute` with more specific functions | Tobias Bucher | -3/+2 |
| 2015-07-29 | Rollup merge of #27326 - steveklabnik:doc_show_use, r=Gankro | Steve Klabnik | -2/+4 |
| 2015-07-27 | std: Deprecate a number of unstable features | Alex Crichton | -0/+9 |
| 2015-07-27 | Show appropriate feature flags in docs | Steve Klabnik | -2/+4 |
| 2015-07-13 | Implement IndexMut for String and str. | Simon Sapin | -0/+4 |
| 2015-07-13 | Add more tests for AsciiExt::is_ascii | Simon Sapin | -8/+11 |
| 2015-07-13 | Add tests for AsciiExt::make_ascii_*case, including on String. | Simon Sapin | -0/+45 |
| 2015-06-17 | std: Split the `std_misc` feature | Alex Crichton | -5/+1 |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -1/+1 |
| 2015-04-21 | Model lexer: Fix remaining issues | Piotr Czarnecki | -2/+0 |
| 2015-04-13 | pluralize doc comment verbs and add missing periods | Andrew Paseltiner | -6/+6 |
| 2015-03-27 | Test fixes and rebase conflicts, round 3 | Alex Crichton | -0/+2 |
| 2015-03-24 | Add examples for std::ascii | Steve Klabnik | -4/+96 |
| 2015-03-13 | Deprecate range, range_step, count, distributions | Aaron Turon | -2/+2 |
| 2015-03-05 | Remove integer suffixes where the types in compiled code are identical. | Eduard Burtescu | -6/+6 |
| 2015-02-23 | Add documentation to associated types in libcore, libstd | Ivan Petkov | -0/+1 |
| 2015-02-17 | std: Stabilize the `ascii` module | Alex Crichton | -70/+122 |
| 2015-02-15 | Audit integer types in libunicode, libcore/(char, str) and libstd/ascii | Vadim Petrochenkov | -2/+2 |
| 2015-02-05 | Use `for` instead of `while` in ascii.rs tests | Kevin Yap | -19/+7 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -1/+1 |
| 2015-02-02 | `for x in xs.iter_mut()` -> `for x in &mut xs` | Jorge Aparicio | -2/+2 |
| 2015-02-02 | `for x in xs.iter()` -> `for x in &xs` | Jorge Aparicio | -1/+1 |
| 2015-01-23 | Set unstable feature names appropriately | Brian Anderson | -10/+10 |
| 2015-01-21 | Remove 'since' from unstable attributes | Brian Anderson | -10/+10 |
| 2015-01-21 | Add 'feature' and 'since' to stability attributes | Brian Anderson | -10/+20 |
| 2015-01-08 | Improvements to feature staging | Brian Anderson | -8/+8 |
| 2015-01-05 | rollup merge of #20556: japaric/no-for-sized | Alex Crichton | -2/+1 |
| 2015-01-05 | remove unused `Sized` imports | Jorge Aparicio | -1/+0 |
| 2015-01-05 | sed -i -s 's/ for Sized?//g' **/*.rs | Jorge Aparicio | -1/+1 |
| 2015-01-05 | Fix misleading name in AsciiExt docs | Zbigniew Siciarz | -1/+1 |
| 2015-01-03 | Remove deprecated functionality | Alex Crichton | -1/+0 |
| 2015-01-02 | std: Stabilize the prelude module | Alex Crichton | -1/+1 |
| 2015-01-02 | Fallout - change array syntax to use `;` | Nick Cameron | -2/+2 |
| 2014-12-27 | auto merge of #19916 : SimonSapin/rust/ascii-reform, r=sfackler | bors | -568/+115 |