| Age | Commit message (Expand) | Author | Lines |
| 2016-10-03 | fix: "abort" -> PanicStrategy | Jorge Aparicio | -2/+3 |
| 2016-10-03 | add a reference about the stated FP facts | Jorge Aparicio | -0/+3 |
| 2016-10-03 | add +d16 and +fp-only-sp to thumbv7em-none-eabihf and documentation | Jorge Aparicio | -2/+66 |
| 2016-10-02 | set panic-strategy to abort | Jorge Aparicio | -0/+1 |
| 2016-10-02 | set relocation-model to static | Jorge Aparicio | -0/+1 |
| 2016-10-02 | add Thumbs to the compiler | Jorge Aparicio | -2/+158 |
| 2016-10-01 | Rollup merge of #36865 - kallisti5:master, r=brson | Manish Goregaokar | -2/+2 |
| 2016-09-30 | Call emcc with ERROR_ON_UNDEFINED_SYMBOLS | Brian Anderson | -1/+3 |
| 2016-09-30 | Preliminary wasm32 support | Brian Anderson | -1/+43 |
| 2016-09-30 | Haiku: Fix target triplet delimiter | Alex von Gluck IV | -2/+2 |
| 2016-09-28 | Rollup merge of #36794 - japaric:target-panic, r=alexcrichton | Jonathan Turner | -0/+49 |
| 2016-09-28 | update mips64* data-layout | Tim Neumann | -2/+2 |
| 2016-09-27 | add a panic-strategy field to the target specification | Jorge Aparicio | -0/+49 |
| 2016-09-25 | Haiku: Adjust haiku target to match new librustc_back design | Alexander von Gluck IV | -26/+44 |
| 2016-09-25 | Add support for the Haiku operating system on x86 and x86_64 machines | Niels Sascha Reedijk | -0/+69 |
| 2016-09-20 | rustc_metadata: go only through rustc_serialize in astencode. | Eduard Burtescu | -260/+0 |
| 2016-09-13 | Auto merge of #36041 - ahmedcharles:try, r=nrc | bors | -17/+17 |
| 2016-09-12 | crate-ify compiler-rt into compiler-builtins | Jorge Aparicio | -8/+0 |
| 2016-09-11 | Use question_mark feature in librustc_back. | Ahmed Charles | -17/+17 |
| 2016-09-09 | Add s390x support | Ulrich Weigand | -2/+6 |
| 2016-09-02 | Auto merge of #36024 - japaric:mips64, r=alexcrichton | bors | -0/+64 |
| 2016-08-28 | fix data-layouts | Jorge Aparicio | -2/+2 |
| 2016-08-26 | initial support for s390x | Jorge Aparicio | -0/+31 |
| 2016-08-26 | add mips64-gnu and mips64el-gnu targets | Jorge Aparicio | -0/+64 |
| 2016-08-19 | rustc: Don't enable NEON by default on armv7 Linux | Alex Crichton | -2/+3 |
| 2016-08-16 | add mips-uclibc targets | Jorge Aparicio | -0/+63 |
| 2016-08-08 | Print Rust target name, not LLVM target name, for `--print target-list` | Seo Sanghyeon | -1/+1 |
| 2016-08-01 | Auto merge of #35163 - sanxiyn:rollup, r=sanxiyn | bors | -0/+3 |
| 2016-08-02 | Rollup merge of #35033 - jakllsch:remaining_cpu_x86-64, r=alexcrichton | Seo Sanghyeon | -0/+3 |
| 2016-08-01 | Auto merge of #34743 - badboy:llvm-upgrade, r=eddyb | bors | -2/+2 |
| 2016-08-01 | trans: Avoid weak linkage for closures when linking with MinGW. | Michael Woerister | -0/+11 |
| 2016-07-30 | return TargetResult | Jorge Aparicio | -12/+12 |
| 2016-07-30 | rustc_back/target: remove musl_base | Jorge Aparicio | -76/+3 |
| 2016-07-30 | arm-musl: set max_atomic_width | Jorge Aparicio | -0/+3 |
| 2016-07-30 | arm-musl targets now use cfg(env = "musl") | Jorge Aparicio | -3/+3 |
| 2016-07-30 | Add ARM MUSL targets. | Timon Van Overveldt | -0/+176 |
| 2016-07-29 | rustc: Fix data-layout for AArch64 targets | Alex Crichton | -2/+2 |
| 2016-07-28 | Auto merge of #34980 - cardoe:expose-target-options, r=alexcrichton | bors | -217/+367 |
| 2016-07-28 | Auto merge of #34967 - TimNN:mipsel-musl-soft-float, r=alexcrichton | bors | -1/+1 |
| 2016-07-28 | Merge remote-tracking branch 'upstream/master' into remaining_cpu_x86-64 | Jonathan A. Kollasch | -13/+11 |
| 2016-07-27 | librustc_back: filter targets for only valid ones | Jonathan Creekmore | -1/+9 |
| 2016-07-27 | librustc_back: json tests for builtin targets | Jonathan Creekmore | -2/+28 |
| 2016-07-27 | librustc_back: convert fn target() to return Result | Doug Goldstein | -202/+212 |
| 2016-07-27 | librustc_back: add ToJson trait to Target | Doug Goldstein | -2/+96 |
| 2016-07-27 | librustc_back: expose all target options via JSON | Doug Goldstein | -10/+22 |
| 2016-07-27 | Auto merge of #33363 - japaric:target, r=japaric | bors | -13/+11 |
| 2016-07-25 | Use "x86-64" as the target CPU for NetBSD and Bitrig on amd64. | Jonathan A. Kollasch | -0/+3 |
| 2016-07-21 | switch mipsel-musl to soft float | Tim Neumann | -1/+1 |
| 2016-07-18 | rustc: Remove soft-float from MIPS targets | Alex Crichton | -1/+1 |
| 2016-05-25 | Auto merge of #33699 - alexcrichton:stabilize-1.10, r=aturon | bors | -4/+7 |