| Age | Commit message (Expand) | Author | Lines |
| 2015-05-07 | std: Remove index notation on slice iterators | Alex Crichton | -4/+4 |
| 2015-04-14 | Positive case of `len()` -> `is_empty()` | Tamir Duberstein | -1/+1 |
| 2015-04-04 | Fix printing of extended errors. | Michael Sproul | -1/+2 |
| 2015-04-01 | Fallout out rustc | Niko Matsakis | -2/+2 |
| 2015-03-31 | rollup merge of #23919: alexcrichton/stabilize-io-error | Alex Crichton | -1/+0 |
| 2015-03-31 | std: Stabilize last bits of io::Error | Alex Crichton | -1/+0 |
| 2015-03-31 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -1/+0 |
| 2015-03-31 | Stabilize `std::convert` and related code | Aaron Turon | -1/+0 |
| 2015-03-27 | rollup merge of #23741: alexcrichton/remove-int-uint | Alex Crichton | -3/+2 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -3/+2 |
| 2015-03-26 | Register new snapshots | Alex Crichton | -1/+1 |
| 2015-03-23 | Add generic conversion traits | Aaron Turon | -6/+7 |
| 2015-03-17 | std: Tweak some unstable features of `str` | Alex Crichton | -0/+1 |
| 2015-03-15 | Use new io in print and println macroses | Simonas Kazlauskas | -1/+1 |
| 2015-03-13 | Fallout of std::old_io deprecation | Alex Crichton | -20/+19 |
| 2015-03-13 | Auto merge of #23229 - aturon:stab-path, r=alexcrichton | bors | -1/+0 |
| 2015-03-12 | Stabilize std::path | Aaron Turon | -1/+0 |
| 2015-03-12 | Rollup merge of #23274 - rprichard:fix-21715, r=pnkfelix | Manish Goregaokar | -25/+43 |
| 2015-03-11 | Improve -Z unstable-options diagnostics and avoid an ICE | Ryan Prichard | -25/+43 |
| 2015-03-10 | std: Stabilize more of the `char` module | Alex Crichton | -3/+1 |
| 2015-03-06 | rollup merge of #22975: alexcrichton/stabilize-ffi | Alex Crichton | -1/+0 |
| 2015-03-06 | Rollup merge of #23056 - awlnx:master, r=nrc | Manish Goregaokar | -0/+2 |
| 2015-03-06 | Rollup merge of #23081 - alexcrichton:stabilize-fs, r=aturon | Manish Goregaokar | -1/+0 |
| 2015-03-06 | Rollup merge of #23010 - alexcrichton:deprecate-some-old-io, r=aturon | Manish Goregaokar | -0/+1 |
| 2015-03-05 | std: Stabilize the `fs` module | Alex Crichton | -1/+0 |
| 2015-03-05 | std: Stabilize the `ffi` module | Alex Crichton | -1/+0 |
| 2015-03-05 | fix for new attributes failing. issue #22964 | awlnx | -0/+2 |
| 2015-03-04 | std: Stabilize portions of the `io` module | Alex Crichton | -0/+1 |
| 2015-03-04 | std: Deprecate std::old_io::fs | Alex Crichton | -24/+30 |
| 2015-03-02 | Use `const`s instead of `static`s where appropriate | Florian Zeitz | -2/+2 |
| 2015-02-28 | Rollup merge of #22869 - alexcrichton:stabilize-env, r=aturon | Manish Goregaokar | -1/+1 |
| 2015-02-28 | Separate most of rustc::lint::builtin into a separate crate. | Huon Wilson | -2/+4 |
| 2015-02-27 | std: Stabilize the `env` module | Alex Crichton | -1/+1 |
| 2015-02-22 | Rollup merge of #22592 - nikomatsakis:deprecate-bracket-bracket, r=aturon | Manish Goregaokar | -5/+5 |
| 2015-02-21 | In the rustc driver, we pass the expanded, not the pre-expansion, AST to the ... | Nick Cameron | -5/+7 |
| 2015-02-20 | Remove remaining uses of `[]`. This time I tried to use deref coercions where... | Niko Matsakis | -5/+5 |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -5/+5 |
| 2015-02-17 | Test fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 2015-02-17 | Test fixes and rebase conflicts | Alex Crichton | -3/+2 |
| 2015-02-17 | rollup merge of #22459: alexcrichton/feature-names | Alex Crichton | -2/+2 |
| 2015-02-17 | std: Rename io/path features with old_ prefix | Alex Crichton | -2/+2 |
| 2015-02-17 | Fix removal of complement-bugreport.md | Manish Goregaokar | -1/+1 |
| 2015-02-15 | Fix rollup (remove slicing_syntax) | Manish Goregaokar | -1/+1 |
| 2015-02-15 | Rollup merge of #22201 - brson:version, r=nick29581 | Manish Goregaokar | -0/+5 |
| 2015-02-13 | Add the build date to the reported version. #21957 | Brian Anderson | -0/+5 |
| 2015-02-11 | std: Tweak the std::env OsString/String interface | Alex Crichton | -3/+2 |
| 2015-02-10 | Auto merge of #22026 - kmcallister:plugin, r=sfackler | bors | -1/+0 |
| 2015-02-09 | Use a crate attribute to load plugins | Keegan McAllister | -1/+0 |
| 2015-02-09 | Review changes | Nick Cameron | -27/+46 |
| 2015-02-09 | Refactor compilation to make it easier to use for tools | Nick Cameron | -171/+305 |