about summary refs log tree commit diff
path: root/src/librustc_target
AgeCommit message (Expand)AuthorLines
2019-08-07Auto merge of #60547 - redox-os:redox-unix, r=alexcrichtonbors-7/+31
2019-08-07Auto merge of #63152 - estebank:big-array, r=oli-obkbors-0/+4
2019-08-06redox: convert to target_family unixJeremy Soller-7/+31
2019-08-04review comments: clean upEsteban Küber-1/+1
2019-08-03Simplify change to layout_ofEsteban Küber-1/+3
2019-08-03Point to local place span on "type too big" errorEsteban Küber-0/+2
2019-08-03Rollup merge of #63107 - adrian-budau:master, r=alexcrichtonMazdak Farrokhzad-0/+65
2019-08-02Added support for armv7-unknown-linux-gnueabi and armv7-unknown-linux-musleabi.Adrian Budau-0/+65
2019-08-02librustc_target: Unconfigure tests during normal buildVadim Petrochenkov-27/+31
2019-07-29Rollup merge of #62809 - alexcrichton:wasm-llvm-9, r=nikicMazdak Farrokhzad-0/+8
2019-07-28Deny `unused_lifetimes` through rustbuildVadim Petrochenkov-2/+0
2019-07-28Remove lint annotations in specific crates that are already enforced by rustb...Vadim Petrochenkov-3/+0
2019-07-28Get out of bootstrapping pickle.Mazdak Farrokhzad-7/+22
2019-07-26Rollup merge of #62904 - nikic:arm-d32, r=alexcrichtonMazdak Farrokhzad-4/+4
2019-07-26Rollup merge of #62801 - bjorn3:remove_lower_128bit_ops, r=alexcrichtonMazdak Farrokhzad-5/+0
2019-07-26Rollup merge of #62692 - eddyb:precompute-niches, r=oli-obkMazdak Farrokhzad-0/+71
2019-07-25Add UWP mingw targetsHugo Beauzée-Luyssen-0/+116
2019-07-25std: Use native `#[thread_local]` TLS on wasmAlex Crichton-0/+8
2019-07-25Rollup merge of #62903 - swolchok:ios-sdkroot, r=alexcrichtonMazdak Farrokhzad-0/+14
2019-07-25Rollup merge of #62901 - petrochenkov:serde, r=CentrilMazdak Farrokhzad-7/+4
2019-07-25Rollup merge of #62814 - androm3da:hexagon_19jul_2019, r=alexcrichtonMazdak Farrokhzad-0/+37
2019-07-25Rollup merge of #62784 - Disasm:riscv32i, r=estebankMazdak Farrokhzad-0/+33
2019-07-24Add commentScott Wolchok-0/+6
2019-07-24Auto merge of #62908 - fakenine:normalize_use_of_backticks_compiler_messages_...bors-1/+1
2019-07-23normalize use of backticks for compiler messages in remaining modulesSamy Kacimi-1/+1
2019-07-23fix checkScott Wolchok-1/+2
2019-07-23Disable d32 on armv6 hf targetsNikita Popov-4/+4
2019-07-23cleanup: Remove `extern crate serialize as rustc_serialize`sVadim Petrochenkov-7/+4
2019-07-22add support for hexagon-unknown-linux-muslBrian Cain-0/+37
2019-07-20Revert "Disable stack probing for gnux32."CrLF0710-2/+1
2019-07-19Remove support for -Zlower-128bit-opsbjorn3-5/+0
2019-07-18Add riscv32i-unknown-none-elf targetVadim Kaushan-0/+33
2019-07-17update data_layout and featuresBaoshan Pang-6/+4
2019-07-16Support SDKROOT env var on iOSScott Wolchok-0/+7
2019-07-16Auto merge of #61946 - BaoshanPang:vxworks, r=alexcrichtonbors-1/+398
2019-07-16Add supporting for vxWorksBaoshan Pang-1/+398
2019-07-15SGX target: don't pretend to be GNU/Linux to LLVMJethro Beekman-1/+1
2019-07-15rustc: precompute the largest Niche and store it in LayoutDetails.Eduard-Mihai Burtescu-0/+20
2019-07-15rustc_target: move abi::Niche from rustc::ty::layout.Eduard-Mihai Burtescu-0/+51
2019-07-13Make `newtype_index` hygienic and use allow_internal_unstableMatthew Jasper-5/+1
2019-07-10Rollup merge of #62474 - nikic:update-llvm, r=alexcrichtonMazdak Farrokhzad-44/+44
2019-07-10Rollup merge of #62283 - fintelia:patch-5, r=Mark-SimulacrumMazdak Farrokhzad-2/+2
2019-07-09Add function pointer alignment to ARM/Thumb data layoutNikita Popov-32/+32
2019-07-09Use new feature names in target feature listsNikita Popov-12/+12
2019-07-07Auto merge of #59800 - Zoxc:less-dylibs, r=alexcrichtonbors-6/+0
2019-07-07rustc: Remove `dylib` crate type from most rustc cratesAlex Crichton-6/+0
2019-07-07Auto merge of #62281 - Disasm:riscv-pic, r=nagisabors-0/+2
2019-07-05Rollup merge of #62380 - eddyb:x64-sysv-regs, r=nagisaMazdak Farrokhzad-9/+24
2019-07-05Rollup merge of #61545 - flip1995:internal_lints, r=oli-obkMazdak Farrokhzad-1/+0
2019-07-05rustc_target: avoid negative register counts in the SysV x86_64 ABI.Eduard-Mihai Burtescu-9/+24