| Age | Commit message (Expand) | Author | Lines |
| 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-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/+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/+433 |
| 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-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 |
| 2016-12-29 | Add sparc64-unknown-netbsd target | Jonathan A. Kollasch | -0/+31 |
| 2016-12-28 | Auto merge of #38579 - whitequark:min_atomic_width, r=alexcrichton | bors | -0/+12 |
| 2016-12-26 | Use cfg!() to get type checking everywhere. | Christoph Schulz | -7/+5 |
| 2016-12-25 | Move target_family to TargetOptions, not Target | Alex Crichton | -2/+2 |
| 2016-12-25 | Emscripten targets are Unix targets | Brian Anderson | -0/+2 |
| 2016-12-24 | Add a min_atomic_width target option, like max_atomic_width. | whitequark | -0/+12 |
| 2016-12-23 | Auto merge of #38401 - redox-os:redox_cross, r=brson | bors | -0/+95 |
| 2016-12-22 | Correct target_family mess | Jeremy Soller | -1/+13 |
| 2016-12-22 | Remove start functions, use newlib instead of openlibm + ralloc | Jeremy Soller | -5/+6 |
| 2016-12-22 | Partial fix for #38489. | Christoph Schulz | -4/+26 |
| 2016-12-21 | In order to successfully build, go back to ralloc | Jeremy Soller | -2/+2 |
| 2016-12-20 | Switch back to alloc_system | Jeremy Soller | -2/+2 |
| 2016-12-20 | Link openlibm only in libstd | Jeremy Soller | -4/+0 |
| 2016-12-20 | Rollup merge of #38463 - japaric:asm-args, r=alexcrichton | Alex Crichton | -0/+6 |
| 2016-12-18 | target spec: add an asm-args field to pass arguments to the external .. | Jorge Aparicio | -0/+6 |
| 2016-12-16 | rustc: Link to Android ABI requirements. | Ralph Giles | -0/+9 |
| 2016-12-16 | rustc: Disable NEON on armv7 android. | Ralph Giles | -2/+2 |
| 2016-12-15 | Add openlibm to redox | Jeremy Soller | -0/+4 |
| 2016-12-15 | Add start functions, switch allocation crate to ralloc | Jeremy Soller | -2/+2 |
| 2016-12-15 | Use alloc_system as default allocation crate | Jeremy Soller | -0/+2 |
| 2016-12-15 | Use panic abort by default | Jeremy Soller | -0/+2 |
| 2016-12-15 | Fix issue with setting cfg(unix) | Jeremy Soller | -0/+1 |