| Age | Commit message (Expand) | Author | Lines |
| 2016-04-11 | std: Stabilize APIs for the 1.9 release | Alex Crichton | -5/+4 |
| 2016-03-07 | mk: Distribute fewer TARGET_CRATES | Alex Crichton | -13/+0 |
| 2016-02-23 | #31820 - Utilize `if..let` instead of single `match` branch | dileepb | -3/+2 |
| 2016-02-11 | bootstrap: Add a bunch of Cargo.toml files | Alex Crichton | -0/+9 |
| 2015-12-21 | Register new snapshots | Alex Crichton | -4/+0 |
| 2015-12-04 | Change internal `getopts` so `--a=b=c` acts like `--a b=c` rather than `--a b`. | Felix S. Klock II | -1/+15 |
| 2015-11-26 | Auto merge of #30015 - petrochenkov:staged, r=brson | bors | -1/+1 |
| 2015-11-25 | Remove all uses of `#[staged_api]` | Vadim Petrochenkov | -1/+1 |
| 2015-11-24 | rustfmt: libflate, libfmt_macros, libgetopts, libgraphviz, liblog, librand | Nick Cameron | -426/+449 |
| 2015-11-12 | libgetopts: deny warnings in doctests | Kevin Butler | -8/+11 |
| 2015-09-08 | some more clippy-based improvements | Andre Bogus | -38/+38 |
| 2015-08-15 | Add issue for the rustc_private feature everywhere | Alex Crichton | -1/+2 |
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -10/+0 |
| 2015-08-09 | Use https URLs to refer to rust-lang.org where appropriate. | Eli Friedman | -3/+3 |
| 2015-07-12 | Auto merge of #26957 - wesleywiser:rename_connect_to_join, r=alexcrichton | bors | -3/+3 |
| 2015-07-12 | Implement RFC 1058 | Simonas Kazlauskas | -1/+1 |
| 2015-07-10 | Change some instances of .connect() to .join() | Wesley Wiser | -3/+3 |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -1/+1 |
| 2015-05-15 | libs: Move favicon URLs to HTTPS | Alex Crichton | -1/+1 |
| 2015-04-21 | implement rfc 1054: split_whitespace() fn, deprecate words() | kwantam | -2/+1 |
| 2015-04-21 | Model lexer: Fix remaining issues | Piotr Czarnecki | -2/+0 |
| 2015-04-14 | Negative case of `len()` -> `is_empty()` | Tamir Duberstein | -1/+1 |
| 2015-04-01 | Fallout in public-facing and semi-public-facing libs | Niko Matsakis | -4/+4 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -7/+6 |
| 2015-03-17 | std: Tweak some unstable features of `str` | Alex Crichton | -7/+7 |
| 2015-03-09 | doc: Fix extraneous as_slice()'s in docstrings | Richo Healey | -4/+4 |
| 2015-03-06 | Rollup merge of #23056 - awlnx:master, r=nrc | Manish Goregaokar | -0/+3 |
| 2015-03-05 | std: Stabilize the `fs` module | Alex Crichton | -1/+1 |
| 2015-03-05 | fix for new attributes failing. issue #22964 | awlnx | -0/+3 |
| 2015-03-04 | std: Deprecate std::old_io::fs | Alex Crichton | -0/+1 |
| 2015-03-01 | Remove int/uint from libstd/lib.rs | Guillaume Gomez | -1/+1 |
| 2015-02-20 | Remove remaining uses of `[]`. This time I tried to use deref coercions where... | Niko Matsakis | -1/+1 |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -15/+15 |
| 2015-02-17 | Test fixes and rebase conflicts | Alex Crichton | -0/+1 |
| 2015-02-15 | Fix rollup (remove slicing_syntax) | Manish Goregaokar | -1/+0 |
| 2015-02-10 | Test fixes and rebase conflicts | Alex Crichton | -1/+0 |
| 2015-02-08 | Rename Show to Debug, String to Display | Alexander Korolkov | -3/+3 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -47/+45 |
| 2015-02-04 | remove all kind annotations from closures | Jorge Aparicio | -1/+1 |
| 2015-02-03 | Auto merge of #21613 - alfie:suffix-small, r=alexcrichton | bors | -3/+3 |
| 2015-02-02 | More deprecating of i/u suffixes | Alfie John | -3/+3 |
| 2015-02-02 | `for x in xs.iter()` -> `for x in &xs` | Jorge Aparicio | -5/+5 |
| 2015-01-30 | Test fixes and rebase conflicts | Alex Crichton | -3/+4 |
| 2015-01-29 | s/Show/Debug/g | Jorge Aparicio | -9/+9 |
| 2015-01-29 | `for x in range(a, b)` -> `for x in a..b` | Jorge Aparicio | -2/+2 |
| 2015-01-29 | `range(a, b).foo()` -> `(a..b).foo()` | Jorge Aparicio | -1/+1 |
| 2015-01-25 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -2/+2 |
| 2015-01-23 | Deprecated attributes don't take 'feature' names and are paired with stable/u... | Brian Anderson | -1/+3 |
| 2015-01-23 | Set unstable feature names appropriately | Brian Anderson | -2/+3 |
| 2015-01-22 | Put #[staged_api] behind the 'staged_api' gate | Brian Anderson | -0/+1 |