| Age | Commit message (Expand) | Author | Lines |
| 2018-01-31 | Fix ICE when reading non-UTF-8 input from stdin | varkor | -0/+5 |
| 2018-01-29 | Specify output filenames for compatibility with Windows | varkor | -4/+18 |
| 2018-01-29 | Fix quotation mark | varkor | -1/+1 |
| 2018-01-29 | Warn when rustc output conflicts with existing directories | varkor | -0/+18 |
| 2018-01-28 | Auto merge of #47671 - alexcrichton:trans-c-api-only, r=Mark-Simulacrum | bors | -6/+8 |
| 2018-01-27 | rustc: Load the `rustc_trans` crate at runtime | Alex Crichton | -6/+8 |
| 2018-01-27 | Auto merge of #46450 - Gilnaa:libtest_json_output, r=nrc | bors | -0/+74 |
| 2018-01-27 | libtest: Fixed call to python in run-make | Gilad Naaman | -1/+1 |
| 2018-01-26 | libtest: Split-up formatters.rs into smaller modules | Gilad Naaman | -2/+13 |
| 2018-01-26 | libtest: Added UI tests for --format=json | Gilad Naaman | -0/+63 |
| 2018-01-25 | Merge branch 'configure-lto' of https://github.com/alexcrichton/rust into rollup | Alex Crichton | -3/+3 |
| 2018-01-25 | Rollup merge of #47453 - pftbest:nointas, r=alexcrichton | Alex Crichton | -0/+20 |
| 2018-01-23 | rustc: Add `-C lto=val` option | Alex Crichton | -3/+3 |
| 2018-01-23 | Rollup merge of #47440 - mark-i-m:zunpretty, r=nikomatsakis | kennytm | -5/+4 |
| 2018-01-21 | rustc: Lower link args to `@`-files on Windows more | Alex Crichton | -0/+103 |
| 2018-01-20 | Remove the 'extern "C"' in the right place | bjorn3 | -1/+1 |
| 2018-01-19 | Hopefully fix the 32bit SEGV | bjorn3 | -1/+0 |
| 2018-01-19 | Add missing licenses | bjorn3 | -1/+21 |
| 2018-01-19 | Fix hotplug backend and add test | bjorn3 | -0/+85 |
| 2018-01-19 | Allow runtime switching between trans backends | bjorn3 | -98/+18 |
| 2018-01-18 | Change the --unpretty flag to -Z unpretty | Mark Mansi | -5/+4 |
| 2018-01-16 | Add run-make test for no_integrated_as flag. | Vadzim Dambrouski | -0/+20 |
| 2018-01-15 | Reexport -> re-export in prose and documentation comments | Carol (Nichols || Goulding) | -1/+1 |
| 2018-01-14 | Auto merge of #47274 - Manishearth:rustdoc-span, r=QuietMisdreavus | bors | -0/+29 |
| 2018-01-13 | Adjust tests for removal of `impl Foo for .. {}` | leonardo.yvens | -6/+2 |
| 2018-01-10 | Add test for #45868 | Manish Goregaokar | -0/+29 |
| 2018-01-10 | Fix typo | Ryan Cumming | -1/+1 |
| 2018-01-10 | Restore the original Window comment | Ryan Cumming | -2/+6 |
| 2018-01-09 | Skip linker-output-non-utf8 test on Apple | Ryan Cumming | -8/+12 |
| 2017-12-30 | Remove excessive trailing newlines. | kennytm | -4/+0 |
| 2017-12-26 | Revert "Just compare the symbol names and types, not the addresses" | Bastian Köcher | -6/+6 |
| 2017-12-26 | Use `start` for the `sepcomp-inlining` test | Bastian Köcher | -3/+8 |
| 2017-12-26 | The test functions are now in the same compile unit | Bastian Köcher | -2/+2 |
| 2017-12-26 | Just compare the symbol names and types, not the addresses | Bastian Köcher | -6/+6 |
| 2017-12-22 | Rollup merge of #46858 - QuietMisdreavus:external-doc-error, r=estebank | kennytm | -1/+7 |
| 2017-12-19 | add files loaded through doc(include) into dep-info | QuietMisdreavus | -1/+7 |
| 2017-12-19 | Fix a `compile_input` test | varkor | -1/+1 |
| 2017-12-18 | Prevent rustc overwriting input files | varkor | -2/+23 |
| 2017-12-14 | Use PathBuf instead of String where applicable | Oliver Schneider | -5/+5 |
| 2017-12-04 | rustc_back: move dynamic_lib to rustc_metadata. | Irina-Gabriela Popa | -2/+2 |
| 2017-11-28 | Disable the cdylib-fewer-symbols test for all Windows (test was broken). | kennytm | -1/+3 |
| 2017-11-28 | Replace most call to grep in run-make by a script that cat the input. | kennytm | -119/+152 |
| 2017-11-27 | Auto merge of #46273 - semarie:openbsd-libc++, r=alexcrichton | bors | -1/+1 |
| 2017-11-26 | make OpenBSD to use libc++ instead of (e)stdc++ | Sébastien Marie | -1/+1 |
| 2017-11-25 | rustc_trans: don't apply noalias on returned references. | Eduard-Mihai Burtescu | -0/+23 |
| 2017-11-24 | rustbuild: Update LLVM and enable ThinLTO | Alex Crichton | -1/+10 |
| 2017-11-24 | Auto merge of #45946 - estebank:crate-conflict-diag, r=arielb1 | bors | -3/+2 |
| 2017-11-22 | Use multiline text for crate conflict diagnostics | Esteban Küber | -3/+2 |
| 2017-11-23 | Auto merge of #45721 - nikomatsakis:hir-tree, r=arielb1 | bors | -0/+22 |
| 2017-11-20 | add a simple test that running with hir-tree doesn't go bonkers | Niko Matsakis | -0/+22 |