| Age | Commit message (Expand) | Author | Lines |
| 2018-03-22 | rustc: Add a `#[wasm_import_module]` attribute | Alex Crichton | -1/+86 |
| 2018-03-22 | rustc: Add a `#[wasm_custom_section]` attribute | Alex Crichton | -10454/+75 |
| 2018-03-18 | Allow test target to pass without installing | Sébastien Marie | -1/+1 |
| 2018-03-17 | Auto merge of #48936 - Zoxc:cstore, r=michaelwoerister | bors | -1/+1 |
| 2018-03-14 | Remove syntax and syntax_pos thread locals | John Kåre Alsaker | -14/+16 |
| 2018-03-12 | Require the metadata loader to be thread-safe | John Kåre Alsaker | -1/+1 |
| 2018-03-11 | Auto merge of #48799 - alexcrichton:more-osx-cores, r=Mark-Simulacrum | bors | -17/+67 |
| 2018-03-10 | Auto merge of #48388 - kyrias:relro-level-cg, r=alexcrichton | bors | -0/+34 |
| 2018-03-07 | travis: Upgrade OSX builders | Alex Crichton | -17/+67 |
| 2018-03-07 | Do not panic on tuple struct access out of bounds | Shotaro Yamada | -0/+3 |
| 2018-03-07 | Fix save-analysis generation panic with invalid tuple access | Shotaro Yamada | -0/+4 |
| 2018-03-06 | Add RELRO run-make tests | Johannes Löthberg | -0/+34 |
| 2018-03-02 | Rollup merge of #48641 - alexcrichton:no-hash-l-paths, r=michaelwoerister | Manish Goregaokar | -10/+68 |
| 2018-03-01 | rustc: More stable hashes of command line arguments | Alex Crichton | -10/+68 |
| 2018-03-01 | Rollup merge of #48572 - alexcrichton:noexcept-msvc2, r=eddyb | Manish Goregaokar | -0/+73 |
| 2018-02-28 | rustc: Tweak funclet cleanups of ffi functions | Alex Crichton | -0/+73 |
| 2018-02-28 | Rollup merge of #48548 - alexcrichton:msvc-linker-utf16, r=alexcrichton | kennytm | -9/+37 |
| 2018-02-26 | Encode linker arguments as UTF-16 on MSVC platforms | Mark Simulacrum | -9/+37 |
| 2018-02-26 | test: Run atomic-lock-free on powerpc-linux-gnuspe | John Paul Adrian Glaubitz | -0/+2 |
| 2018-02-24 | test: Fix s390x-unknown-linux-gnu atomic-lock-free test not run for systemz | John Paul Adrian Glaubitz | -0/+2 |
| 2018-02-20 | test: use the right amount of CGUs in sepcomp-cci-copies to ensure determinis... | Eduard-Mihai Burtescu | -1/+3 |
| 2018-02-17 | fix more typos found by codespell. | Matthias Krüger | -2/+2 |
| 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 |