| Age | Commit message (Expand) | Author | Lines |
| 2016-09-25 | Haiku: Adjust haiku target to match new librustc_back design | Alexander von Gluck IV | -0/+1 |
| 2016-09-25 | Add support for the Haiku operating system on x86 and x86_64 machines | Niels Sascha Reedijk | -0/+3 |
| 2016-09-13 | Auto merge of #36041 - ahmedcharles:try, r=nrc | bors | -8/+8 |
| 2016-09-12 | crate-ify compiler-rt into compiler-builtins | Jorge Aparicio | -6/+0 |
| 2016-09-11 | Use question_mark feature in librustc_back. | Ahmed Charles | -8/+8 |
| 2016-09-02 | Auto merge of #36024 - japaric:mips64, r=alexcrichton | bors | -0/+2 |
| 2016-08-26 | initial support for s390x | Jorge Aparicio | -0/+1 |
| 2016-08-26 | add mips64-gnu and mips64el-gnu targets | Jorge Aparicio | -0/+2 |
| 2016-08-16 | add mips-uclibc targets | Jorge Aparicio | -0/+2 |
| 2016-08-08 | Print Rust target name, not LLVM target name, for `--print target-list` | Seo Sanghyeon | -1/+1 |
| 2016-08-01 | trans: Avoid weak linkage for closures when linking with MinGW. | Michael Woerister | -0/+10 |
| 2016-07-30 | rustc_back/target: remove musl_base | Jorge Aparicio | -1/+0 |
| 2016-07-30 | Add ARM MUSL targets. | Timon Van Overveldt | -0/+4 |
| 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 | -16/+18 |
| 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-05-09 | Add #[cfg(target_has_atomic)] to get atomic support for the current target | Amanieu d'Antras | -0/+15 |
| 2016-05-08 | Auto merge of #33414 - Nercury:master, r=alexcrichton | bors | -0/+1 |
| 2016-05-07 | Rollup merge of #33430 - phil-opp:patch-1, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2016-05-07 | Add armv7-linux-androideabi target. | Nerijus Arlauskas | -0/+1 |
| 2016-05-05 | [Doc] Default cpu is "generic" (and not "default") | Philipp Oppermann | -1/+1 |
| 2016-05-04 | refactor: if -> match | Jorge Aparicio | -12/+11 |
| 2016-05-02 | fix built-in target detection | Jorge Aparicio | -2/+1 |
| 2016-05-02 | rustc_back: use a common musl base | Tamir Duberstein | -0/+1 |
| 2016-04-19 | Make data-layout mandatory in target specs. | Eduard Burtescu | -9/+13 |
| 2016-04-14 | Rollup merge of #32856 - cardoe:target-spec-path, r=alexcrichton | Steve Klabnik | -2/+1 |
| 2016-04-09 | librustc_back: fix incorrect comment about RUST_TARGET_PATH | Doug Goldstein | -2/+1 |
| 2016-04-08 | Read "is-like-msvc" target option from JSON | pravic | -0/+1 |
| 2016-03-22 | fix alignment | Jorge Aparicio | -1/+1 |
| 2016-03-22 | try! -> ? | Jorge Aparicio | -4/+4 |
| 2016-03-20 | The `data-layout` field is no longer required, but the `os` field is | Philipp Oppermann | -2/+2 |
| 2016-03-04 | rustc: Add an i586-pc-windows-msvc target | Alex Crichton | -0/+1 |
| 2016-02-16 | Auto merge of #31534 - jseyfried:restrict_noninline_mod, r=nikomatsakis | bors | -1/+2 |
| 2016-02-13 | Add a new i586 Linux target | petevine | -0/+1 |
| 2016-02-13 | Disallow non-inline modules without path annotations inside blocks and fix fa... | Jeffrey Seyfried | -1/+2 |
| 2016-02-12 | rustc: add a `--print target-list` command | Jorge Aparicio | -77/+78 |
| 2016-02-11 | rustc_back: Fix disabling jemalloc | Alex Crichton | -3/+3 |
| 2016-02-11 | [breaking-change] don't glob import/export syntax::abi enum variants | Oliver Schneider | -5/+5 |
| 2016-02-08 | rustc: Use llvm-ar for custom targets by default | Alex Crichton | -1/+1 |
| 2016-02-06 | Add support for i686-unknown-linux-musl | Brian Anderson | -0/+1 |
| 2016-02-06 | rustc: Add obj_is_bitcode to TargetOptions | Brian Anderson | -0/+5 |
| 2016-02-06 | Add the asmjs-unknown-emscripten triple. Add cfgs to libs. | Brian Anderson | -1/+2 |
| 2016-02-03 | Auto merge of #31078 - nbaksalyar:illumos, r=alexcrichton | bors | -0/+8 |
| 2016-02-02 | Auto merge of #31312 - alexcrichton:no-le-in-powerpc64le, r=alexcrichton | bors | -2/+2 |
| 2016-02-01 | Remove "powerpc64le" and "mipsel" target_arch | Alex Crichton | -2/+2 |
| 2016-01-31 | Rename sunos to solaris | Nikita Baksalyar | -3/+3 |
| 2016-01-31 | Add Illumos support | Nikita Baksalyar | -0/+8 |