index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_back
/
target
/
arm_linux_androideabi.rs
Age
Commit message (
Expand
)
Author
Lines
2018-04-26
Rename rustc_back::target to rustc_target::spec.
Irina Popa
-35
/
+0
2018-04-26
rustc_back: move LinkerFlavor, PanicStrategy, and RelroLevel to target.
Irina Popa
-2
/
+1
2017-10-07
enable strict alignment (+strict-align) on ARMv6
Jorge Aparicio
-1
/
+1
2017-09-30
rustc: Specify c_int width for each target
Daniel Klauer
-0
/
+1
2017-04-30
Change arm-linux-androideabi to correspond to the armeabi official ABI
Marco A L Barbosa
-1
/
+2
2017-04-07
-Z linker-flavor
Jorge Aparicio
-0
/
+2
2016-10-24
check target abi support
Tim Neumann
-2
/
+5
2016-10-03
change max_atomic_width type from u64 to Option<u64>
Jorge Aparicio
-1
/
+1
2016-07-27
librustc_back: convert fn target() to return Result
Doug Goldstein
-4
/
+4
2016-05-14
Remove "gnu" from "target_env" because it does not matter for android.
Nerijus Arlauskas
-1
/
+1
2016-05-09
Add #[cfg(target_has_atomic)] to get atomic support for the current target
Amanieu d'Antras
-0
/
+1
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
-0
/
+1
2016-01-11
Replace no_elf_tls with target_thread_local
Amanieu d'Antras
-1
/
+0
2015-12-21
rustc: Add feature-gated cfg(target_thread_local)
Alex Crichton
-0
/
+1
2015-09-24
Fix `target_vendor` for Android
Sebastian Wicki
-1
/
+1
2015-09-24
rustc: Add target_vendor for target triples
Sebastian Wicki
-0
/
+1
2015-07-16
trans: Clean up handling the LLVM data layout
Alex Crichton
-3
/
+0
2015-04-29
Use PIE on Android
Tamir Duberstein
-2
/
+0
2015-04-29
DRY Android targets
Tamir Duberstein
-10
/
+4
2015-04-27
rustc: Add target_env for triples by default
Alex Crichton
-0
/
+1
2015-02-16
Lower the default dwarf version for android
Eunji Jeong
-0
/
+1
2015-01-08
Rename `target_word_size` to `target_pointer_width`
Nick Cameron
-1
/
+1
2015-01-06
Fix misspelled comments.
Joseph Crail
-1
/
+1
2014-12-28
Fixes invalid LLVM data layout for aggregate data types
Valerii Hiora
-1
/
+1
2014-11-06
fix typo in librustc target spec
Daniel Micay
-1
/
+1
2014-11-04
Don't use pie on Android
Corey Richardson
-0
/
+2
2014-11-04
Implement flexible target specification
Corey Richardson
-0
/
+33