| Age | Commit message (Expand) | Author | Lines |
| 2015-04-01 | rollup merge of #23860: nikomatsakis/copy-requires-clone | Alex Crichton | -5/+5 |
| 2015-04-01 | rollup merge of #23951: alexcrichton/splitn | Alex Crichton | -1/+1 |
| 2015-04-01 | std: Changing the meaning of the count to splitn | Alex Crichton | -1/+1 |
| 2015-04-02 | Rollup merge of #23924 - nrc:unqual-assoc3, r=alexcrichton | Manish Goregaokar | -0/+4 |
| 2015-04-02 | Rollup merge of #23895 - nikomatsakis:fn-trait-inheritance-add-impls, r=pnkfelix | Manish Goregaokar | -9/+9 |
| 2015-04-01 | Fallout out rustc | Niko Matsakis | -5/+5 |
| 2015-04-01 | Auto merge of #23109 - nikomatsakis:closure-region-hierarchy, r=pnkfelix | bors | -0/+1 |
| 2015-04-01 | Implement the new region hierarchy rules, in which regions from distinct | Niko Matsakis | -0/+1 |
| 2015-04-01 | Pretty print ids for assoc items | Nick Cameron | -0/+4 |
| 2015-03-31 | rollup merge of #23919: alexcrichton/stabilize-io-error | Alex Crichton | -3/+2 |
| 2015-03-31 | std: Stabilize last bits of io::Error | Alex Crichton | -3/+2 |
| 2015-03-31 | rollup merge of #23288: alexcrichton/issue-19470 | Alex Crichton | -6/+5 |
| 2015-03-31 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -1/+0 |
| 2015-03-31 | std: Remove #[old_orphan_check] from PartialEq | Alex Crichton | -6/+5 |
| 2015-03-31 | Stabilize `std::convert` and related code | Aaron Turon | -1/+0 |
| 2015-03-31 | Port over type inference to using the new type relation stuff | Niko Matsakis | -9/+9 |
| 2015-03-28 | Rollup merge of #23803 - richo:unused-braces, r=Manishearth | Manish Goregaokar | -1/+1 |
| 2015-03-28 | cleanup: Remove unused braces in use statements | Richo Healey | -1/+1 |
| 2015-03-27 | rollup merge of #23741: alexcrichton/remove-int-uint | Alex Crichton | -71/+68 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -67/+66 |
| 2015-03-26 | Register new snapshots | Alex Crichton | -1/+1 |
| 2015-03-25 | rustc: Remove support for int/uint | Alex Crichton | -4/+2 |
| 2015-03-23 | Add generic conversion traits | Aaron Turon | -9/+10 |
| 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 | -28/+26 |
| 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 | Auto merge of #23126 - alexcrichton:char-third-pass, r=aturon | bors | -3/+1 |
| 2015-03-10 | std: Stabilize more of the `char` module | Alex Crichton | -3/+1 |
| 2015-03-08 | normalize the current directory as Path{""} | Richo Healey | -1/+1 |
| 2015-03-08 | rustc: Fix an ICE when -o bare-path | Richo Healey | -1/+4 |
| 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 #23090 - alexcrichton:dep-info, r=pnkfelix | Manish Goregaokar | -1/+3 |
| 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 | rustc: Don't emit dep-info for imported files | Alex Crichton | -1/+3 |
| 2015-03-05 | fix for new attributes failing. issue #22964 | awlnx | -0/+2 |
| 2015-03-06 | Run feature-gating on the final AST passed to the compiler. | Huon Wilson | -4/+21 |
| 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 | -86/+95 |
| 2015-03-04 | Encode codemap and span information in crate metadata. | Michael Woerister | -1/+5 |
| 2015-03-02 | Use `const`s instead of `static`s where appropriate | Florian Zeitz | -3/+3 |
| 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/+6 |