| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2017-04-22 | Haiku: fix initial platform support | Jessica Hamilton | -1/+2 |
| 2017-04-20 | Add x86_64-linux-android target | Marco A L Barbosa | -0/+35 |
| 2017-04-14 | Compile WASM as WASM instead of asm.js | Christopher Serr | -1/+1 |
| 2017-04-07 | -Z linker-flavor | Jorge Aparicio | -187/+475 |
| 2017-03-23 | Remove internal liblog | Alex Crichton | -1/+1 |
| 2017-03-12 | Update usages of 'OSX' (and other old names) to 'macOS'. | Corey Farwell | -6/+6 |
| 2017-02-16 | add solaris sparcv9 support | Shawn Walker-Salas | -0/+36 |
| 2017-02-07 | Rollup merge of #39426 - jakllsch:netbsd-c, r=alexcrichton | Corey Farwell | -0/+31 |
| 2017-02-06 | Rename i686-unknown-netbsdelf target to i686-unknown-netbsd | Jonathan A. Kollasch | -1/+1 |
| 2017-02-05 | Rollup merge of #39491 - dumbbell:support-aarch64-unknown-freebsd, r=alexcric... | Corey Farwell | -0/+35 |
| 2017-02-05 | Rollup merge of #39193 - pepyakin:emcc-strip-panic-rt, r=alexcrichton | Corey Farwell | -0/+9 |
| 2017-02-03 | Add `aarch64-unknown-freebsd` to the supported targets | Jean-Sébastien Pédron | -0/+35 |
| 2017-01-31 | Add i686-unknown-netbsdelf target | Jonathan A. Kollasch | -0/+31 |
| 2017-01-29 | Fix backtraces on i686-pc-windows-gnu by disabling FPO | Segev Finer | -0/+1 |
| 2017-01-22 | travis: Enable testing i686 musl | Alex Crichton | -0/+14 |
| 2017-01-20 | Json encoding/decoding for is_like_emscripten | Sergey Pepyakin | -0/+2 |
| 2017-01-19 | tell emcc stip exception handling if panic rt used | Sergey Pepyakin | -0/+7 |
| 2017-01-12 | Disable jemalloc on s390x as well (closes #38596) | Ximin Luo | -0/+2 |
| 2017-01-08 | Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc | bors | -1/+1 |
| 2017-01-04 | Auto merge of #38707 - redox-os:master, r=brson | bors | -9/+1 |
| 2017-01-03 | Remove -lc, -lm from the target spec - the cross compiler will link those | Jeremy Soller | -9/+1 |
| 2017-01-01 | Merge branch 'master' into sparc64 | Seo Sanghyeon | -4/+24 |
| 2016-12-30 | sparc64-linux support | Jorge Aparicio | -0/+32 |
| 2016-12-31 | Auto merge of #38601 - schulzch:master, r=brson | bors | -4/+24 |