| Age | Commit message (Expand) | Author | Lines |
| 2018-03-20 | rename epoch to edition | Kurtis Nusbaum | -1/+1 |
| 2018-03-20 | Reinit the stack guard on unexpected failure | Tatsuyuki Ishi | -3/+3 |
| 2018-03-20 | Implement some trivial size_hints for various iterators | Phlosioneer | -0/+7 |
| 2018-03-20 | Rollup merge of #49092 - mark-i-m:deptrack_readme, r=nikomatsakis | kennytm | -4/+2 |
| 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-18 | Auto merge of #48985 - scalexm:lowering, r=nikomatsakis | bors | -0/+4 |
| 2018-03-17 | AST/HIR: Clarify what the optional name in extern crate items mean | Vadim Petrochenkov | -1/+1 |
| 2018-03-17 | Auto merge of #49106 - kennytm:rollup, r=kennytm | bors | -4/+6 |
| 2018-03-17 | Auto merge of #48904 - Zoxc:code-and-file-maps, r=michaelwoerister | bors | -2/+2 |
| 2018-03-16 | Replace many of the last references to readmes | Mark Mansi | -4/+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-16 | Checks for unknown attributes before aborting | Shotaro Yamada | -4/+6 |
| 2018-03-16 | Rollup merge of #48706 - ehuss:main-not-found-in-crate, r=estebank | kennytm | -1/+1 |
| 2018-03-14 | Auto merge of #47630 - canndrew:exhaustive-patterns, r=nikomatsakis | bors | -5/+5 |
| 2018-03-15 | Require a thread-safe file loader | John Kåre Alsaker | -2/+2 |
| 2018-03-14 | Add crate name to "main function not found" error message. | Eric Huss | -1/+1 |
| 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 | Move code into librustc_traits | scalexm | -1/+3 |
| 2018-03-14 | Address niko's nits | scalexm | -1/+1 |
| 2018-03-14 | Add MVP for chalkification | scalexm | -0/+2 |
| 2018-03-14 | Remove syntax and syntax_pos thread locals | John Kåre Alsaker | -1/+23 |
| 2018-03-14 | remove defaulting to unit | Andrew Cann | -5/+5 |
| 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/+4 |
| 2018-03-13 | refactor `ParamEnv::empty(Reveal)` into two distinct methods | Niko Matsakis | -2/+2 |
| 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 | -51/+46 |
| 2018-03-08 | Make it possible to ungate features by epoch | Manish Goregaokar | -1/+3 |
| 2018-03-08 | Regenerate tests | Oliver Schneider | -1/+1 |
| 2018-03-08 | rustc_passes::consts -> rvalue_promotion | Oliver Schneider | -2/+2 |
| 2018-03-08 | Merge const linting pass into const prop | Oliver Schneider | -7/+0 |
| 2018-03-08 | Move the pattern checking code to hair | Oliver Schneider | -1/+1 |
| 2018-03-08 | The `const_eval` module is no more | Oliver Schneider | -3/+2 |
| 2018-03-08 | Allow tools (e.g. miri) to enable rust logging | Oliver Schneider | -1/+7 |
| 2018-03-08 | Nuke the entire ctfe from orbit, it's the only way to be sure | Oliver Schneider | -0/+7 |
| 2018-03-08 | Move librustc_const_eval to librustc_mir | Oliver Schneider | -5/+1 |
| 2018-03-06 | Fix trailing whitespace | Phlosioneer | -1/+1 |
| 2018-03-06 | Update env_logger to 0.5.4 | Alex Crichton | -2/+2 |
| 2018-03-06 | Add info message for -Wall command | Phlosioneer | -0/+17 |
| 2018-03-05 | Turn features() into a query. | Michael Woerister | -6/+6 |
| 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 | -9/+9 |
| 2018-03-01 | fix tests in `librustc_driver` | Niko Matsakis | -1/+2 |
| 2018-02-28 | Rollup merge of #48461 - Manishearth:epoch-dyn-trait, r=nmatsakis | Manish Goregaokar | -11/+11 |
| 2018-02-28 | Rollup merge of #48266 - pietroalbini:report-compiler-flags-on-ice, r=michael... | kennytm | -5/+80 |
| 2018-02-24 | Rollup merge of #48452 - varkor:unpacked-kind, r=eddyb | Manish Goregaokar | -4/+4 |