| Age | Commit message (Expand) | Author | Lines |
| 2016-12-29 | Remove not(stage0) from deny(warnings) | Alex Crichton | -1/+1 |
| 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 |
| 2016-12-15 | Fix typo | Jeremy Soller | -2/+1 |
| 2016-12-15 | Add redox target | Jeremy Soller | -0/+78 |
| 2016-12-04 | Auto merge of #38086 - semarie:openbsd-i686, r=alexcrichton | bors | -0/+40 |
| 2016-12-04 | OpenBSD under x86 has particular ABI for returning a struct. | Sébastien Marie | -0/+7 |
| 2016-11-30 | Update the bootstrap compiler | Alex Crichton | -1/+0 |
| 2016-11-30 | Add i686-unknown-openbsd target. | Sébastien Marie | -0/+33 |
| 2016-11-16 | rustc: Implement #[link(cfg(..))] and crt-static | Alex Crichton | -1/+9 |
| 2016-11-12 | use write::run_assembler | Jorge Aparicio | -6/+7 |
| 2016-11-12 | use msp430-as to emit object files from the assembly that LLVM emits | Jorge Aparicio | -0/+7 |
| 2016-11-12 | Rollup merge of #37615 - atilag:armv5te-support, r=alexcrichton | Eduard-Mihai Burtescu | -0/+35 |
| 2016-11-10 | Set max_atomic_width to 0 because there's no atomic instructions on ARMv5 | Juan Gomez | -1/+2 |
| 2016-11-06 | use arm abi blacklist for aarch64 fuchsia | Tim Neumann | -2/+5 |
| 2016-11-06 | Add support for ARMv5TE architecture | Juan Gomez | -0/+34 |
| 2016-10-31 | Changed most vec! invocations to use square braces | iirelu | -21/+21 |
| 2016-10-30 | Replace all uses of SHA-256 with BLAKE2b. | Michael Woerister | -682/+1 |
| 2016-10-30 | Auto merge of #37392 - alexcrichton:more-disable-jemalloc, r=brson | bors | -0/+45 |
| 2016-10-29 | Auto merge of #37387 - raphlinus:fuchsia_aarch64, r=alexcrichton | bors | -0/+29 |
| 2016-10-27 | Disable jemalloc on aarch64/powerpc | Alex Crichton | -0/+45 |
| 2016-10-25 | Auto merge of #36421 - TimNN:check-abis, r=alexcrichton | bors | -15/+91 |
| 2016-10-24 | Support for aarch64 architecture on Fuchsia | Raph Levien | -0/+29 |
| 2016-10-24 | check target abi support | Tim Neumann | -15/+91 |
| 2016-10-22 | Fix tidy warning | Raph Levien | -1/+1 |
| 2016-10-22 | Add Fuchsia support | Raph Levien | -0/+72 |
| 2016-10-12 | Stabilise `?` | Nick Cameron | -1/+1 |
| 2016-10-04 | Auto merge of #36933 - alexcrichton:less-neon-again, r=eddyb | bors | -1/+1 |
| 2016-10-04 | rustc: Try again to disable NEON on armv7 linux | Alex Crichton | -1/+1 |
| 2016-10-03 | change max_atomic_width type from u64 to Option<u64> | Jorge Aparicio | -73/+68 |