| Age | Commit message (Expand) | Author | Lines |
| 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 | Update env_logger to 0.5.4 | Alex Crichton | -2/+2 |
| 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 |
| 2018-02-24 | Rollup merge of #48353 - michaelwoerister:monoitem-static-defid, r=eddyb | Manish Goregaokar | -0/+1 |
| 2018-02-24 | Rollup merge of #48143 - nikomatsakis:termination_trait_in_tests, r=eddyb | Manish Goregaokar | -1/+2 |
| 2018-02-24 | Rollup merge of #47987 - Zoxc:rm-recursion-checking, r=eddyb | Manish Goregaokar | -5/+1 |
| 2018-02-23 | Rollup merge of #47933 - Zoxc:plugin-panics, r=nikomatsakis | Manish Goregaokar | -1/+3 |
| 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 | -11/+11 |
| 2018-02-23 | Introduce UnpackedKind | varkor | -4/+4 |
| 2018-02-22 | support unit tests with return values that implement `Terminaton` | Niko Matsakis | -1/+2 |
| 2018-02-20 | Do not run the default panic hook inside procedural macros. Fixes #47812 | John Kåre Alsaker | -1/+3 |
| 2018-02-20 | stage0 cfg cleanup | Mark Simulacrum | -8/+0 |
| 2018-02-19 | Implement describe_def query for LOCAL_CRATE | Michael Woerister | -0/+1 |
| 2018-02-13 | incr.comp.: Run cache directory garbage collection before loading dep-graph. | Michael Woerister | -0/+9 |
| 2018-02-10 | Rollup merge of #47854 - varkor:create-out-dir, r=pnkfelix | kennytm | -0/+7 |
| 2018-02-10 | Remove "static item recursion checking" in favor of relying on cycle checks i... | John Kåre Alsaker | -5/+1 |
| 2018-02-06 | Auto merge of #47203 - varkor:output-filename-conflicts-with-directory, r=est... | bors | -22/+77 |
| 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-29 | Create a directory for --out-dir if it does not already exist | varkor | -0/+7 |
| 2018-01-29 | Specify output filenames for compatibility with Windows | varkor | -6/+9 |
| 2018-01-29 | Warn when `-C extra-filename` flag is used with `-o` | varkor | -0/+3 |
| 2018-01-29 | Minor refactoring | varkor | -19/+16 |
| 2018-01-29 | Fix tidy error | varkor | -1/+1 |
| 2018-01-29 | Use correct output file paths for error checking | varkor | -27/+69 |
| 2018-01-29 | Fix quotation mark | varkor | -1/+1 |
| 2018-01-29 | Fix tidy error | varkor | -1/+2 |
| 2018-01-29 | Warn when rustc output conflicts with existing directories | varkor | -5/+14 |
| 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 | -55/+247 |