| Age | Commit message (Expand) | Author | Lines |
| 2016-10-29 | Auto merge of #37387 - raphlinus:fuchsia_aarch64, r=alexcrichton | bors | -0/+1 |
| 2016-10-25 | Auto merge of #36421 - TimNN:check-abis, r=alexcrichton | bors | -1/+33 |
| 2016-10-24 | Support for aarch64 architecture on Fuchsia | Raph Levien | -0/+1 |
| 2016-10-24 | check target abi support | Tim Neumann | -1/+33 |
| 2016-10-22 | Add Fuchsia support | Raph Levien | -0/+3 |
| 2016-10-03 | change max_atomic_width type from u64 to Option<u64> | Jorge Aparicio | -17/+12 |
| 2016-10-02 | add Thumbs to the compiler | Jorge Aparicio | -2/+15 |
| 2016-10-01 | Rollup merge of #36865 - kallisti5:master, r=brson | Manish Goregaokar | -2/+2 |
| 2016-09-30 | Preliminary wasm32 support | Brian Anderson | -1/+2 |
| 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/+21 |
| 2016-09-27 | add a panic-strategy field to the target specification | Jorge Aparicio | -0/+21 |
| 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 |