| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 |