| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2017-09-19 | rework the README.md for rustc and add other readmes | Niko Matsakis | -0/+6 |
| 2017-09-15 | Require +thumb-mode to generate thumb2 code for Android/armv7-a | Makoto Kato | -1/+1 |
| 2017-09-08 | Add `TargetOptions::min_global_align`, with s390x at 16-bit | Josh Stone | -0/+7 |
| 2017-08-26 | Rollup merge of #44091 - kallisti5:haiku-fix, r=eddyb | Corey Farwell | -1/+0 |
| 2017-08-25 | haiku/librustc_back: Remove incorrect no_integrated_as | Alexander von Gluck IV | -1/+0 |
| 2017-08-25 | *: remove crate_{name,type} attributes | Tamir Duberstein | -3/+0 |
| 2017-08-24 | Auto merge of #44011 - TobiasSchaffner:improved_target_spec_clean, r=alexcric... | bors | -6/+56 |
| 2017-08-22 | Support dynamic linking for musl-based targets | Samuel Holland | -7/+0 |
| 2017-08-22 | Introduce target feature crt_static_allows_dylibs | Samuel Holland | -0/+6 |
| 2017-08-22 | Introduce temporary target feature crt_static_respected | Samuel Holland | -0/+8 |
| 2017-08-22 | Return L4Re TargetOptions as a Result type instead of panic | Tobias Schaffner | -6/+6 |
| 2017-08-22 | L4Re Target: Add the needed Libraries and locate them | Sebastian Humenda | -2/+52 |
| 2017-08-19 | rustc: Remove some dead code | Vadim Petrochenkov | -43/+2 |
| 2017-08-16 | Enable unwinding panics on Redox | Ian Douglas Scott | -2/+1 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -8/+8 |