| Age | Commit message (Expand) | Author | Lines |
| 2015-07-30 | Rename the unstable option `--xpretty` to `--unpretty` | Felix S. Klock II | -3/+3 |
| 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 | -4/+4 |
| 2015-07-08 | Auto merge of #26869 - alexcrichton:fix-msvc-sepcomp, r=nrc | bors | -6/+4 |
| 2015-07-08 | trans: Link rlibs to dylibs with --whole-archive | Alex Crichton | -6/+4 |
| 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-07 | Auto merge of #26699 - eddyb:unstable-prelude_import, r=huonw | bors | -1/+1 |
| 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-07-05 | Feature-gate #[prelude_import]. | Eduard Burtescu | -1/+1 |
| 2015-07-01 | Update librustc_driver/test.rs | Jared Roesch | -1/+1 |
| 2015-06-29 | Auto merge of #26582 - jroesch:infer-ctxt-refactor, r=nikomatsakis | bors | -2/+2 |
| 2015-06-28 | Fix librustc_driver/test.rs | Jared Roesch | -1/+1 |
| 2015-06-27 | Address nits | Jared Roesch | -1/+1 |
| 2015-06-27 | rustc_driver: Fix incorrect comment | Richo Healey | -2/+1 |
| 2015-06-26 | rustc: switch most remaining middle::ty functions to methods. | Eduard Burtescu | -21/+21 |
| 2015-06-26 | rustc: make ty::mk_* constructors into methods on ty::ctxt. | Eduard Burtescu | -37/+31 |
| 2015-06-26 | rustc: combine type-flag-checking traits and fns and into one trait. | Eduard Burtescu | -7/+7 |
| 2015-06-20 | Auto merge of #26417 - brson:feature-err, r=steveklabnik | bors | -2/+6 |
| 2015-06-20 | Auto merge of #26382 - alexcrichton:less-racy-path, r=brson | bors | -7/+0 |
| 2015-06-18 | Make a better error message for using #[feature] on stable rust | Brian Anderson | -2/+6 |
| 2015-06-19 | rustc: remove Repr and UserString. | Eduard Burtescu | -37/+26 |
| 2015-06-19 | rustc: replace Repr/UserString impls with Debug/Display ones. | Eduard Burtescu | -7/+4 |
| 2015-06-19 | rustc: use the TLS type context in Repr and UserString. | Eduard Burtescu | -20/+20 |
| 2015-06-19 | rustc: use Repr and UserString instead of ppaux::ty_to_string. | Eduard Burtescu | -6/+4 |
| 2015-06-19 | rustc: enforce stack discipline on ty::ctxt. | Eduard Burtescu | -145/+172 |
| 2015-06-19 | rustc_resolve: don't require redundant arguments to resolve_crate. | Eduard Burtescu | -6/+2 |
| 2015-06-19 | rustc: remove ownership of tcx from trans' context. | Eduard Burtescu | -46/+41 |
| 2015-06-17 | rustc_driver: Frob the global PATH less | Alex Crichton | -7/+0 |
| 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-12 | Cleanup: rename middle::ty::sty and its variants. | Eli Friedman | -1/+1 |
| 2015-06-11 | Auto merge of #26199 - swgillespie:issue-26092, r=alexcrichton | bors | -2/+2 |
| 2015-06-11 | Conver reborrows to .iter() calls where appropriate | Joshua Landau | -1/+1 |
| 2015-06-10 | fix #26092 by returning an empty OS string when the output file path has no f... | swgillespie | -2/+2 |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -5/+5 |
| 2015-06-10 | syntax: move ast_map to librustc. | Eduard Burtescu | -3/+4 |
| 2015-05-27 | Remove build date from the output of --version | Johannes Oertel | -5/+0 |
| 2015-05-27 | Auto merge of #25741 - richo:backtrace-message, r=alexcrichton | bors | -1/+4 |
| 2015-05-26 | Make caching in stability work. This improves stability check performance | Ariel Ben-Yehuda | -1/+1 |
| 2015-05-24 | Auto merge of #25168 - Manishearth:register_attr, r=eddyb | bors | -3/+5 |
| 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-17 | Auto merge of #25387 - eddyb:syn-file-loader, r=nikomatsakis | bors | -2/+2 |
| 2015-05-15 | libs: Move favicon URLs to HTTPS | Alex Crichton | -1/+1 |