| Age | Commit message (Expand) | Author | Lines |
| 2018-04-18 | Use #[no_debug] to work around LLVM problem with rustc_driver::get_trans::LOAD. | Michael Woerister | -0/+4 |
| 2018-03-25 | Rollup merge of #49046 - Zoxc:error-summary, r=michaelwoerister | kennytm | -24/+30 |
| 2018-03-17 | Auto merge of #48904 - Zoxc:code-and-file-maps, r=michaelwoerister | bors | -2/+2 |
| 2018-03-16 | Always print `aborting due to n previous error(s)` and only print it once for... | John Kåre Alsaker | -24/+30 |
| 2018-03-15 | Require a thread-safe file loader | John Kåre Alsaker | -2/+2 |
| 2018-03-15 | Rollup merge of #48993 - alexheretic:fix-48816, r=michaelwoerister | kennytm | -0/+6 |
| 2018-03-15 | Rollup merge of #48765 - Phlosioneer:10234-wall-help-message, r=estebank | kennytm | -0/+16 |
| 2018-03-14 | Remove syntax and syntax_pos thread locals | John Kåre Alsaker | -0/+11 |
| 2018-03-13 | fix #48816 don't print help on indirect compiler ICE | Alex Butler | -0/+6 |
| 2018-03-13 | introduce `infcx.at(..).normalize(..)` operation [VIC] | Niko Matsakis | -0/+1 |
| 2018-03-12 | Update -Wall message based on feedback | Phlosioneer | -4/+3 |
| 2018-03-09 | Move PROFQ_CHAN to a Session field | John Kåre Alsaker | -1/+1 |
| 2018-03-08 | Allow tools (e.g. miri) to enable rust logging | Oliver Schneider | -1/+7 |
| 2018-03-08 | Move librustc_const_eval to librustc_mir | Oliver Schneider | -2/+0 |
| 2018-03-06 | Fix trailing whitespace | Phlosioneer | -1/+1 |
| 2018-03-06 | Update env_logger to 0.5.4 | Alex Crichton | -1/+1 |
| 2018-03-06 | Add info message for -Wall command | Phlosioneer | -0/+17 |
| 2018-03-04 | Rollup merge of #48664 - Keruspe:codegen, r=alexcrichton | kennytm | -1/+3 |
| 2018-03-02 | make codegen-backends directory name configurable | Marc-Antoine Perennou | -1/+3 |
| 2018-03-02 | Replace Rc with Lrc for shared data | John Kåre Alsaker | -2/+2 |
| 2018-02-28 | Rollup merge of #48461 - Manishearth:epoch-dyn-trait, r=nmatsakis | Manish Goregaokar | -10/+10 |
| 2018-02-28 | Rollup merge of #48266 - pietroalbini:report-compiler-flags-on-ice, r=michael... | kennytm | -5/+80 |
| 2018-02-23 | Report non-standard compile flags on ICE | Pietro Albini | -5/+80 |
| 2018-02-23 | Allow future-incompat lints to mention an epoch | Manish Goregaokar | -10/+10 |
| 2018-02-20 | stage0 cfg cleanup | Mark Simulacrum | -8/+0 |
| 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 |