| Age | Commit message (Expand) | Author | Lines |
| 2018-03-06 | 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-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 |
| 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 | Auto merge of #47678 - kennytm:rollup, r=kennytm | bors | -45/+29 |
| 2018-01-23 | Rollup merge of #47661 - bjorn3:refactor_driver, r=michaelwoerister | kennytm | -39/+22 |
| 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 | -6/+7 |
| 2018-01-22 | Inline some rustc_driver function | bjorn3 | -39/+22 |
| 2018-01-22 | cleanup | QuietMisdreavus | -4/+5 |
| 2018-01-22 | Split out creation of the resolver arena in phase_2_configure_and_expand | Manish Goregaokar | -24/+55 |
| 2018-01-22 | Move resolve arenas/crate loader outside of the core of phase_2_configure_and... | Manish Goregaokar | -11/+16 |
| 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 | Fix rustc_driver test.rs | bjorn3 | -1/+0 |
| 2018-01-19 | Fix rustc_driver test.rs | bjorn3 | -3/+1 |
| 2018-01-19 | Allow runtime switching between trans backends | bjorn3 | -184/+94 |
| 2018-01-18 | Change the --unpretty flag to -Z unpretty | Mark Mansi | -6/+7 |
| 2018-01-15 | Add `-Z dep-info-omit-d-target` to control dep-info style | Adam C. Foltzer | -2/+3 |
| 2018-01-15 | remove dep-info files as targets in themselves | Adam C. Foltzer | -0/+2 |
| 2018-01-15 | Rollup merge of #47417 - petrochenkov:noasm, r=estebank | kennytm | -5/+1 |
| 2018-01-14 | Auto merge of #47223 - alexcrichton:new-target-feature, r=eddyb | bors | -4/+4 |
| 2018-01-13 | rustc: Refactor attribute checking to operate on HIR | Alex Crichton | -4/+4 |
| 2018-01-13 | Move "no asm" check into AST validation | Vadim Petrochenkov | -5/+1 |
| 2018-01-13 | Remove `impl Foo for ..` in favor of `auto trait Foo` | leonardo.yvens | -2/+1 |
| 2018-01-13 | Rollup merge of #47331 - michaelwoerister:measure-depgraph-loading, r=alexcri... | kennytm | -4/+5 |
| 2018-01-10 | Add -Ztime-passes line for dep-graph loading. | Michael Woerister | -4/+5 |
| 2018-01-09 | Replace uses of DepGraph.in_ignore with DepGraph.with_ignore | John Kåre Alsaker | -15/+16 |
| 2018-01-09 | Rollup merge of #47233 - dotdash:cleanup_llvm, r=alexcrichton | kennytm | -5/+0 |