| Age | Commit message (Expand) | Author | Lines |
| 2017-10-26 | Disable jemalloc for sparcv9-sun-solaris | bgermann | -0/+1 |
| 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 |
| 2017-06-20 | Auto merge of #42571 - tlively:wasm-dev, r=alexcrichton | bors | -0/+54 |
| 2017-06-19 | Bump version and stage0 compiler | Alex Crichton | -4/+0 |
| 2017-06-16 | Add target to use LLVM wasm backend | Thomas Lively | -0/+54 |
| 2017-05-30 | ARMv5 needs +strict-align | Jan Niehusmann | -1/+1 |
| 2017-05-24 | add thiscall calling convention support | Nathan Froyd | -1/+1 |
| 2017-05-11 | rustc: Remove #![unstable] annotation | Alex Crichton | -3/+4 |
| 2017-05-02 | Rollup merge of #41657 - malbarbo:android-armv7-linker, r=alexcrichton | Corey Farwell | -0/+2 |
| 2017-04-30 | Add -march=armv7-a parameter to armv7 android linker | Marco A L Barbosa | -0/+2 |
| 2017-04-30 | Change arm-linux-androideabi to correspond to the armeabi official ABI | Marco A L Barbosa | -1/+2 |
| 2017-04-26 | Rollup merge of #41456 - jessicah:haiku-support, r=alexcrichton | Ariel Ben-Yehuda | -1/+4 |
| 2017-04-24 | Haiku: add missing cases of using LIBRARY_PATH | Jessica Hamilton | -0/+2 |