| Age | Commit message (Expand) | Author | Lines |
| 2018-03-14 | Workaround abort(2) on compilation error on FreeBSD. | Bryan Drewery | -0/+1 |
| 2018-01-31 | Rollup merge of #47890 - pftbest:no_trap, r=alexcrichton | kennytm | -0/+6 |
| 2018-01-31 | [MSP430] Don't enable trap_unreachable option by default on msp. | Vadzim Dambrouski | -0/+6 |
| 2018-01-30 | rustc: Add an option to default hidden visibility | Alex Crichton | -0/+10 |
| 2018-01-28 | rustc: Split Emscripten to a separate codegen backend | Alex Crichton | -0/+8 |
| 2018-01-28 | Auto merge of #47663 - malbarbo:mips-crt-static, r=alexcrichton | bors | -22/+18 |
| 2018-01-24 | llvm6: CodeModel::{JIT,}Default no longer exists | Alex Crichton | -4/+4 |
| 2018-01-23 | Set crt_static_default = false for musl/mips[el] targets | Marco A L Barbosa | -0/+2 |
| 2018-01-22 | Do not assume dynamic linking for musl/mips[el] targets | Marco A L Barbosa | -22/+16 |
| 2018-01-19 | Give TargetOptions::linker a sane default value. | Ed Schouten | -0/+4 |
| 2018-01-17 | Document the mingw -lmsvcrt hack better | Segev Finer | -1/+9 |
| 2018-01-16 | Add "-lmsvcrt" twice to get rustc to build with the latest mingw64 | Segev Finer | -0/+1 |
| 2018-01-13 | Rollup merge of #47328 - mbrubeck:fs_read, r=sfackler | kennytm | -5/+3 |
| 2018-01-11 | Add i586-unknown-linux-musl target | Marco A L Barbosa | -2/+22 |
| 2018-01-10 | Use the new fs_read_write functions in rustc internals | Matt Brubeck | -5/+3 |
| 2018-01-07 | Try to fix a perf regression by updating log | Malo Jaffré | -1/+1 |
| 2018-01-05 | Rollup merge of #47110 - EdSchouten:cloudabi-tls, r=kennytm | kennytm | -0/+12 |
| 2018-01-03 | Explain why local-exec is used by CloudABI. | Ed Schouten | -0/+11 |
| 2018-01-01 | Use the right TLS model for CloudABI. | Ed Schouten | -0/+1 |
| 2018-01-01 | Fix docs for future pulldown migration | Malo Jaffré | -1/+1 |
| 2017-12-31 | Don't announce CloudABI as being UNIX. | Ed Schouten | -1/+1 |
| 2017-12-26 | Add armv4t-unknown-linux-gnueabi target | Marco A L Barbosa | -5/+38 |
| 2017-12-22 | Add support for CloudABI targets to the rustc backend. | Ed Schouten | -0/+174 |
| 2017-12-05 | Auto merge of #46305 - irinagpopa:backstory, r=alexcrichton,eddyb | bors | -426/+0 |
| 2017-12-04 | rustc_back: replace tempdir with crates.io version. | Irina-Gabriela Popa | -115/+0 |
| 2017-12-04 | rustc_back: move dynamic_lib to rustc_metadata. | Irina-Gabriela Popa | -291/+0 |
| 2017-12-04 | rustc_back: remove slice module in favor of std::slice::from_ref. | Irina-Gabriela Popa | -20/+0 |
| 2017-12-03 | Add an i128_lowering flag in TargetOptions | Scott McMurray | -0/+5 |
| 2017-12-01 | Auto merge of #46211 - snipsco:master, r=pnkfelix | bors | -0/+4 |
| 2017-11-30 | explanatory note for the workaround | Mathieu Poumeyrol | -0/+3 |
| 2017-11-26 | make OpenBSD to use libc++ instead of (e)stdc++ | Sébastien Marie | -0/+1 |
| 2017-11-23 | disable jemalloc on exectuable for ios targets | Mathieu Poumeyrol | -0/+1 |
| 2017-11-19 | std: Add a new wasm32-unknown-unknown target | Alex Crichton | -0/+131 |
| 2017-11-11 | Control LLVM's TrapUnreachable feature through rustc's TargetOptions. | Dan Gohman | -0/+7 |
| 2017-11-08 | std: Remove `rand` crate and module | Alex Crichton | -3/+3 |
| 2017-11-03 | Fix error message for invalid code/reloc models | Amanieu d'Antras | -0/+6 |
| 2017-10-25 | Disable jemalloc for sparcv9-sun-solaris | bgermann | -0/+1 |
| 2017-10-15 | Auto merge of #45224 - malbarbo:x32, r=alexcrichton | bors | -0/+36 |
| 2017-10-14 | Auto merge of #45102 - petrochenkov:noar, r=alexcrichton | bors | -41/+0 |
| 2017-10-11 | Add x86_64-unknown-linux-gnux32 target | Marco A L Barbosa | -0/+36 |
| 2017-10-09 | rustc: Allow target-specific default cgus | Alex Crichton | -0/+11 |
| 2017-10-09 | cleanup: rustc doesn't use an external archiver | Vadim Petrochenkov | -41/+0 |
| 2017-10-09 | Auto merge of #45041 - est31:master, r=alexcrichton | bors | -52/+0 |
| 2017-10-08 | Rollup merge of #45094 - japaric:strict-align, r=alexcrichton | kennytm | -5/+5 |
| 2017-10-07 | enable strict alignment (+strict-align) on ARMv6 | Jorge Aparicio | -5/+5 |
| 2017-10-05 | Remove nacl from librustc_back | est31 | -52/+0 |
| 2017-10-02 | Allow atomic operations up to 32 bits | James Munns | -2/+6 |
| 2017-09-30 | rustc: Use 16bit c_int for msp430 | Daniel Klauer | -1/+1 |
| 2017-09-30 | rustc: Specify c_int width for each target | Daniel Klauer | -0/+75 |
| 2017-09-23 | add aarch64-unknown-linux-musl target | Ben Cressey | -0/+37 |