| Age | Commit message (Expand) | Author | Lines |
| 2018-05-02 | make it compile again | flip1995 | -1/+1 |
| 2018-05-02 | Allow Path for name of MetaItem | Seiichi Uchida | -1/+1 |
| 2018-04-27 | rustc_driver: Catch ICEs on the main thread too | Josh Stone | -1/+2 |
| 2018-04-26 | Rename rustc_back::target to rustc_target::spec. | Irina Popa | -2/+2 |
| 2018-04-17 | Use #[no_debug] to work around LLVM problem with rustc_driver::get_trans::LOAD. | Michael Woerister | -0/+4 |
| 2018-04-17 | Rollup merge of #49606 - varkor:pipe-repair, r=alexcrichton | kennytm | -0/+12 |
| 2018-04-11 | Rollup merge of #49525 - varkor:sort_by_cached_key-conversion, r=scottmcm | kennytm | -8/+3 |
| 2018-04-11 | Prevent EPIPE causing ICEs in rustc and rustdoc | varkor | -0/+12 |
| 2018-04-09 | Convert sort_by to sort_by_cached_key | varkor | -8/+3 |
| 2018-04-08 | Move deny(warnings) into rustbuild | Mark Simulacrum | -1/+0 |
| 2018-04-06 | Use `Ident` instead of `Name` in `MetaItem` | Vadim Petrochenkov | -1/+1 |
| 2018-04-04 | Auto merge of #48575 - ishitatsuyuki:unix-no-thread, r=alexcrichton | bors | -8/+49 |
| 2018-03-25 | Rollup merge of #49046 - Zoxc:error-summary, r=michaelwoerister | kennytm | -24/+30 |
| 2018-03-20 | Reinit the stack guard on unexpected failure | Tatsuyuki Ishi | -3/+3 |
| 2018-03-19 | Address review comments | Tatsuyuki Ishi | -3/+5 |
| 2018-03-18 | rustc_driver: get rid of extra thread on Windows | Tatsuyuki Ishi | -1/+5 |
| 2018-03-18 | rustc_driver: get rid of extra thread on Unix | Tatsuyuki Ishi | -8/+43 |
| 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 |