| Age | Commit message (Expand) | Author | Lines |
| 2015-04-18 | Return nonzero exit code if there are errors at a stop point | Florian Hahn | -5/+10 |
| 2015-04-18 | Auto merge of #24428 - kwantam:deprecate_unicode_fns, r=alexcrichton | bors | -4/+2 |
| 2015-04-17 | Auto merge of #24461 - nikomatsakis:issue-22077-unused-lifetimes, r=aturon | bors | -1/+6 |
| 2015-04-17 | Fix some missing cases | Niko Matsakis | -1/+6 |
| 2015-04-17 | Rollup merge of #24430 - laumann:trace-macros-flag, r=pnkfelix | Manish Goregaokar | -0/+1 |
| 2015-04-16 | deprecate Unicode functions that will be moved to crates.io | kwantam | -4/+2 |
| 2015-04-16 | Auto merge of #24437 - fhahn:issue-24434, r=alexcrichton | bors | -2/+3 |
| 2015-04-14 | Positive case of `len()` -> `is_empty()` | Tamir Duberstein | -4/+4 |
| 2015-04-14 | Strip configuration before checking feature gates of macros | Florian Hahn | -2/+3 |
| 2015-04-14 | Fix: sess.opt should have been sess.opts | Thomas Jespersen | -1/+1 |
| 2015-04-14 | Add "trace-macros" as a compiler flag | Thomas Jespersen | -0/+1 |
| 2015-04-08 | Allow plugins to register LLVM passes | Keegan McAllister | -1/+3 |
| 2015-04-04 | Fix printing of extended errors. | Michael Sproul | -1/+2 |
| 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 |