| Age | Commit message (Expand) | Author | Lines |
| 2016-05-25 | Auto merge of #33699 - alexcrichton:stabilize-1.10, r=aturon | bors | -4/+7 |
| 2016-05-24 | std: Stabilize APIs for the 1.10 release | Alex Crichton | -4/+7 |
| 2016-05-21 | Improve internal documentation and code style | Ticki | -22/+19 |
| 2016-05-16 | Auto merge of #33651 - Nercury:update-i686-android-target-to-match-abi, r=ale... | bors | -1/+5 |
| 2016-05-15 | Update i686-linux-android features to match android ABI. | Nerijus Arlauskas | -1/+5 |
| 2016-05-14 | Add all possible features (NEON, FP) to aarch64 android target. | Nerijus Arlauskas | -0/+3 |
| 2016-05-14 | Add missing "max_atomic_width" to new armv7 android target. | Nerijus Arlauskas | -0/+1 |
| 2016-05-14 | Remove "gnu" from "target_env" because it does not matter for android. | Nerijus Arlauskas | -3/+3 |
| 2016-05-09 | Add #[cfg(target_has_atomic)] to get atomic support for the current target | Amanieu d'Antras | -8/+68 |
| 2016-05-08 | Auto merge of #33414 - Nercury:master, r=alexcrichton | bors | -0/+29 |
| 2016-05-08 | Auto merge of #33091 - sanxiyn:unused-trait-import-3, r=nrc | bors | -2/+2 |
| 2016-05-08 | Auto merge of #33403 - alexcrichton:consistent-env, r=brson | bors | -3/+3 |
| 2016-05-07 | Rollup merge of #33430 - phil-opp:patch-1, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2016-05-07 | Auto merge of #33359 - tamird:consolidate-musl, r=alexcrichton | bors | -73/+74 |
| 2016-05-07 | Add armv7-linux-androideabi target. | Nerijus Arlauskas | -0/+29 |
| 2016-05-05 | [Doc] Default cpu is "generic" (and not "default") | Philipp Oppermann | -1/+1 |
| 2016-05-04 | rustc: Change target_env for ARM targets to `gnu` | Alex Crichton | -3/+3 |
| 2016-05-03 | fix breaking changes | Ariel Ben-Yehuda | -1/+1 |
| 2016-05-03 | Fix more tests | Seo Sanghyeon | -2/+2 |
| 2016-05-02 | rustc_back: use a common musl base | Tamir Duberstein | -73/+74 |
| 2016-04-25 | Auto merge of #33115 - mbrubeck:vfp3-d16, r=nrc | bors | -1/+1 |
| 2016-04-24 | librustc_back: fix typo | Tamir Duberstein | -1/+1 |
| 2016-04-24 | librustc_back: remove explicit linker | Tamir Duberstein | -7/+0 |
| 2016-04-20 | Enable vfp3-d16 for ARMv7 Android target | Matt Brubeck | -1/+1 |
| 2016-04-19 | Make data-layout mandatory in target specs. | Eduard Burtescu | -9/+53 |
| 2016-04-14 | Rollup merge of #32856 - cardoe:target-spec-path, r=alexcrichton | Steve Klabnik | -2/+1 |
| 2016-04-12 | Auto merge of #32804 - alexcrichton:stabilize-1.9, r=brson | bors | -1/+0 |
| 2016-04-11 | std: Stabilize APIs for the 1.9 release | Alex Crichton | -1/+0 |
| 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-04-06 | rustc: move rustc_front to rustc::hir. | Eduard Burtescu | -442/+0 |
| 2016-03-29 | Remove unnecessary dependencies on rustc_llvm. | Eduard Burtescu | -2/+0 |
| 2016-03-25 | Compute a salt from arguments passed via -Cmetadata. | Michael Woerister | -4/+4 |
| 2016-03-22 | fix alignment | Jorge Aparicio | -1/+1 |
| 2016-03-22 | sprinkle feature gates here and there | Jorge Aparicio | -0/+1 |
| 2016-03-22 | try! -> ? | Jorge Aparicio | -5/+5 |
| 2016-03-20 | The `data-layout` field is no longer required, but the `os` field is | Philipp Oppermann | -2/+2 |
| 2016-03-17 | hir, mir: Separate HIR expressions / MIR operands from InlineAsm. | Eduard Burtescu | -1/+1 |
| 2016-03-17 | trans: Combine cabi and back::abi into abi. | Eduard Burtescu | -25/+0 |
| 2016-03-12 | std: Clean out deprecated APIs | Alex Crichton | -0/+317 |
| 2016-03-10 | Auto merge of #32034 - alexcrichton:old-x86-msvc, r=aturon | bors | -14/+23 |
| 2016-03-04 | rustc: Add an i586-pc-windows-msvc target | Alex Crichton | -14/+23 |
| 2016-02-27 | fallout from removing hir::ExprRange | Alex Burka | -2/+0 |
| 2016-02-26 | Use .copy_from_slice() where applicable | Ulrik Sverdrup | -3/+4 |
| 2016-02-23 | Auto merge of #31814 - petevine:master, r=alexcrichton | bors | -1/+1 |
| 2016-02-22 | Eradicate last vestiges of armv6 | petevine | -1/+1 |
| 2016-02-22 | Fix broken Solaris build | Nikita Baksalyar | -0/+1 |
| 2016-02-19 | Auto merge of #31735 - aliclark:freebsd-link-defs, r=alexcrichton | bors | -3/+10 |
| 2016-02-17 | bring freebsd linker config up-to-date (same as dragonfly) | Ali Clark | -3/+10 |
| 2016-02-17 | specify the cpu type for LLVM for OpenBSD target | Sébastien Marie | -0/+1 |