| Age | Commit message (Expand) | Author | Lines |
| 2018-01-31 | Auto merge of #47900 - kennytm:rollup, r=kennytm | bors | -8/+23 |
| 2018-02-01 | Rollup merge of #47895 - varkor:non-utf-stdin, r=estebank | kennytm | -7/+22 |
| 2018-01-31 | rustc: Move location of `codegen-backends` dir | Alex Crichton | -1/+1 |
| 2018-01-31 | Auto merge of #45752 - estebank:highlight-primary, r=nikomatsakis | bors | -1/+3 |
| 2018-01-31 | Fix ICE when reading non-UTF-8 input from stdin | varkor | -7/+22 |
| 2018-01-29 | Toggle span highlighting on `-Zteach` | Esteban Küber | -1/+3 |
| 2018-01-28 | rustc: Split Emscripten to a separate codegen backend | Alex Crichton | -15/+14 |
| 2018-01-27 | rustc: Load the `rustc_trans` crate at runtime | Alex Crichton | -48/+242 |
| 2018-01-26 | Do not capture stderr in the compiler. Instead just panic silently for fatal ... | John Kåre Alsaker | -28/+7 |
| 2018-01-25 | Rollup merge of #47679 - etaoins:remove-redundant-backtrace-hint, r=estebank | Guillaume Gomez | -8/+0 |
| 2018-01-23 | Rollup merge of #47661 - bjorn3:refactor_driver, r=michaelwoerister | kennytm | -18/+13 |
| 2018-01-23 | Remove broken redundant backtrace hint | Ryan Cumming | -8/+0 |
| 2018-01-23 | Rollup merge of #47440 - mark-i-m:zunpretty, r=nikomatsakis | kennytm | -2/+3 |
| 2018-01-22 | Inline some rustc_driver function | bjorn3 | -18/+13 |
| 2018-01-19 | Just forget the DynamicLibrary after getting a hot plugged backend | bjorn3 | -59/+2 |
| 2018-01-19 | Fix hotplug backend and add test | bjorn3 | -0/+8 |
| 2018-01-19 | Fix review comments | bjorn3 | -3/+78 |
| 2018-01-19 | Cleanup hot plug codegen backend code | bjorn3 | -1/+1 |
| 2018-01-19 | Hot plug rustc_trans | bjorn3 | -0/+3 |
| 2018-01-19 | Allow runtime switching between trans backends | bjorn3 | -64/+73 |
| 2018-01-18 | Change the --unpretty flag to -Z unpretty | Mark Mansi | -2/+3 |
| 2018-01-07 | Remove redundant -Zdebug-llvm option | Björn Steinbrink | -5/+0 |
| 2018-01-04 | rustc: Don't use relative paths for extended errors | Alex Crichton | -0/+8 |
| 2017-12-22 | Auto merge of #46779 - Zoxc:par-merge-without-sync, r=arielb1 | bors | -3/+2 |
| 2017-12-21 | Remove useless Rc | John Kåre Alsaker | -2/+2 |
| 2017-12-21 | Combine GlobalArenas and DroplessArena into AllArenas | John Kåre Alsaker | -1/+0 |
| 2017-12-19 | Move source-output conflict checking into `compile_input` | varkor | -14/+1 |
| 2017-12-18 | Prevent rustc overwriting input files | varkor | -1/+15 |
| 2017-12-15 | Rollup merge of #46705 - pornel:cargo-output, r=alexcrichton | Steve Klabnik | -3/+2 |
| 2017-12-14 | Use PathBuf instead of String where applicable | Oliver Schneider | -3/+5 |
| 2017-12-13 | Remove message that prevents Cargo from working with --print=native-static-libs | Kornel | -3/+2 |
| 2017-12-06 | Rollup merge of #46136 - tbu-:pr_werror, r=nikomatsakis | Corey Farwell | -1/+1 |
| 2017-12-01 | Changed the wording for the `warnings` lint | Tobias Bucher | -1/+1 |
| 2017-11-25 | rustbuild: Enable WebAssembly backend by default | Alex Crichton | -2/+4 |
| 2017-11-20 | Clarify what `-D warnings` or `-F warnings` does | Tobias Bucher | -1/+1 |
| 2017-11-03 | Add support for specifying the TLS model | Amanieu d'Antras | -0/+8 |
| 2017-10-20 | Add short message-format | Guillaume Gomez | -2/+6 |
| 2017-10-10 | Fixed client code for diagnostics migration, adding new methods to `trait Bor... | Felix S. Klock II | -1/+0 |
| 2017-10-10 | Auto merge of #44822 - frewsxcv:frewsxcv-eprintln, r=Kimundi | bors | -1/+1 |
| 2017-09-28 | Migrate to eprint/eprintln macros where appropriate. | Corey Farwell | -1/+1 |
| 2017-09-23 | Remove build_diagnostic_array hack | bjorn3 | -2/+1 |
| 2017-09-23 | Merge rustc_trans_trait into rustc_trans_utils | bjorn3 | -5/+4 |
| 2017-09-23 | Move NoLlvmMetadataLoader to rustc_trans_traits | bjorn3 | -163/+3 |
| 2017-09-23 | Add TransCrate trait | bjorn3 | -25/+115 |
| 2017-09-23 | [WIP] Less hacky way of supporting dylibs | bjorn3 | -1/+4 |
| 2017-09-23 | Allow writing metadata without llvm | bjorn3 | -2/+3 |
| 2017-09-17 | rustc: Move codegen to a query | Alex Crichton | -0/+1 |
| 2017-09-14 | rustc: Remove `Session::dep_graph` | Alex Crichton | -6/+8 |
| 2017-09-12 | Remove the `cstore` reference from Session in order to prepare encapsulating ... | Michael Woerister | -8/+19 |
| 2017-09-09 | rustc: Remove `DepGraph` handling from rustc_metadata | Alex Crichton | -2/+2 |