| Age | Commit message (Expand) | Author | Lines |
| 2015-07-30 | Rename the unstable option `--xpretty` to `--unpretty` | Felix S. Klock II | -1/+1 |
| 2015-07-16 | Fixup #27046 with pattern bindings | Manish Goregaokar | -12/+12 |
| 2015-07-16 | Rollup merge of #27046 - nrc:driver-defaults, r=alexcrichton | Manish Goregaokar | -3/+9 |
| 2015-07-15 | Some more default implementations for the compiler driver callbacks. | Nick Cameron | -3/+9 |
| 2015-07-10 | Change some instances of .connect() to .join() | Wesley Wiser | -1/+1 |
| 2015-07-08 | Auto merge of #26869 - alexcrichton:fix-msvc-sepcomp, r=nrc | bors | -4/+2 |
| 2015-07-08 | trans: Link rlibs to dylibs with --whole-archive | Alex Crichton | -4/+2 |
| 2015-07-07 | Revert "rustc_driver: Print stage info in --version --verbose" | Brian Anderson | -16/+0 |
| 2015-07-07 | Revert "rustc_driver: Omit stage info for stage2+" | Brian Anderson | -3/+5 |
| 2015-07-06 | rustc_driver: Omit stage info for stage2+ | Richo Healey | -5/+3 |
| 2015-07-06 | rustc_driver: Print stage info in --version --verbose | Richo Healey | -0/+16 |
| 2015-06-27 | rustc_driver: Fix incorrect comment | Richo Healey | -2/+1 |
| 2015-06-19 | rustc: remove ownership of tcx from trans' context. | Eduard Burtescu | -6/+4 |
| 2015-06-17 | More test fixes and fallout of stability changes | Alex Crichton | -2/+2 |
| 2015-06-17 | Fallout in tests and docs from feature renamings | Alex Crichton | -1/+0 |
| 2015-06-17 | collections: Split the `collections` feature | Alex Crichton | -3/+4 |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -2/+2 |
| 2015-05-27 | Remove build date from the output of --version | Johannes Oertel | -5/+0 |
| 2015-05-23 | driver: Only emit the RUST_BACKTRACE message if not present | Richo Healey | -1/+4 |
| 2015-05-20 | Auto merge of #25350 - alexcrichton:msvc, r=brson | bors | -1/+1 |
| 2015-05-19 | rustc: Shorten MSVC metadata section name | Alex Crichton | -1/+1 |
| 2015-05-15 | libs: Move favicon URLs to HTTPS | Alex Crichton | -1/+1 |
| 2015-05-01 | std: Remove index notation on slice iterators | Alex Crichton | -5/+5 |
| 2015-04-30 | Auto merge of #24884 - michaelsproul:extended-errors, r=nrc | bors | -3/+4 |
| 2015-04-30 | Add metadata output to the diagnostics system. | Michael Sproul | -3/+4 |
| 2015-04-28 | Register new snapshots | Tamir Duberstein | -1/+0 |
| 2015-04-16 | deprecate Unicode functions that will be moved to crates.io | kwantam | -4/+2 |
| 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 |