| Age | Commit message (Expand) | Author | Lines |
| 2017-12-21 | explanatory note for the workaround | Mathieu Poumeyrol | -0/+3 |
| 2017-12-21 | 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 |
| 2017-08-04 | Add L4Re Support in librustc_back | Tobias Schaffner | -0/+66 |
| 2017-07-22 | rustc: Add some build scripts for librustc crates | Alex Crichton | -0/+15 |
| 2017-07-19 | Pass debugging arguments to emcc | Thomas Lively | -1/+4 |
| 2017-07-18 | Implement FromStr for RelroLevel rather than duplicating the match | Johannes Löthberg | -4/+17 |
| 2017-07-14 | Make partial RELRO default on ppc64 due to segfault | Johannes Löthberg | -1/+5 |
| 2017-07-14 | Support both partial and full RELRO | Johannes Löthberg | -21/+63 |
| 2017-07-11 | Add support for full RELRO | Johannes Löthberg | -0/+13 |
| 2017-07-07 | Auto merge of #43099 - japaric:msp430, r=alexcrichton | bors | -0/+55 |
| 2017-07-06 | add a built-in MSP430 target | Jorge Aparicio | -0/+55 |
| 2017-07-06 | rustc: Implement stack probes for x86 | Alex Crichton | -0/+31 |
| 2017-07-05 | rustc: Implement the #[global_allocator] attribute | Alex Crichton | -33/+23 |
| 2017-06-24 | Auto merge of #42784 - tlively:wasm-bot, r=alexcrichton | bors | -0/+33 |
| 2017-06-23 | Add Target (de)serialization for environment vars | Thomas Lively | -0/+28 |
| 2017-06-23 | rustc: Enable #[thread_local] for Windows | Alex Crichton | -0/+1 |
| 2017-06-22 | Add target option for linker environment variables | Thomas Lively | -0/+5 |