| Age | Commit message (Expand) | Author | Lines |
| 2018-02-23 | Encode linker arguments as UTF-16 on MSVC platforms | Mark Simulacrum | -9/+37 |
| 2018-02-06 | Auto merge of #47203 - varkor:output-filename-conflicts-with-directory, r=est... | bors | -2/+34 |
| 2018-02-06 | Rollup merge of #48007 - nrc:rls-field-init, r=eddyb | kennytm | -0/+8 |
| 2018-02-06 | Rollup merge of #47496 - QuietMisdreavus:rls-doc-include, r=estebank | kennytm | -0/+5 |
| 2018-02-05 | save-analysis: avoid implicit unwrap | Nick Cameron | -0/+8 |
| 2018-01-31 | Use file containing non-UTF-8 character instead of echo -e | varkor | -1/+3 |
| 2018-01-31 | Add echo escape flag | varkor | -1/+1 |
| 2018-01-30 | add doc(include) to the save-analysis test | QuietMisdreavus | -0/+5 |
| 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 |