about summary refs log tree commit diff
path: root/src/librustc_target
AgeCommit message (Expand)AuthorLines
2019-10-29Rollup merge of #65832 - tlively:emscripten-exception-handling, r=alexcrichtonTyler Mandry-9/+2
2019-10-29Rollup merge of #65809 - roblabla:eficall-abi, r=nagisaMazdak Farrokhzad-0/+9
2019-10-29Rollup merge of #65294 - varkor:lint-inline-prototype, r=matthewjasperMazdak Farrokhzad-1/+1
2019-10-25Update bitflagsvarkor-1/+1
2019-10-25Re-enable Emscripten's exception handling supportThomas Lively-9/+2
2019-10-25Fix inverted check in EFIAPIroblabla-1/+1
2019-10-25Add new EFIAPI ABIroblabla-0/+9
2019-10-22Merge branch 'master' into rusty-hermitStefan Lankes-4/+2
2019-10-21Remove many unnecessary trait derivations.Nicholas Nethercote-4/+2
2019-10-20Merge branch 'master' into rusty-hermitStefan Lankes-1/+15
2019-10-17Don't add `argc` and `argv` arguments to `main` on WASI.Dan Gohman-0/+10
2019-10-16Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-164/+105
2019-10-10Check that we don't access nonexisting union fieldsOliver Scherer-1/+5
2019-10-06redesign of the interface to the unikernel HermitCoreStefan Lankes-16/+16
2019-10-04Add C ABI for wasm-bindgen compatThomas Lively-0/+30
2019-10-04Fix ABI, run and fix more tests, re-enable CI for PRsThomas Lively-10/+30
2019-10-04Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-164/+55
2019-09-29remove indexed_vec re-export from rustc_data_structurescsmoe-3/+3
2019-09-29Rollup merge of #64589 - andre-richter:aarch64_bare_metal, r=AmanieuMazdak Farrokhzad-2/+40
2019-09-28rustc: rely on c_variadic == true instead of CVarArgs in HIR/Ty fn signatures.Eduard-Mihai Burtescu-12/+4
2019-09-23Differentiate AArch64 bare-metal targets between hf and non-hf.Andre Richter-2/+40
2019-09-13Auto merge of #64254 - aleksijuvani:fix-macos-sysroot, r=alexcrichtonbors-4/+44
2019-09-12Ignore linker env vars set for macOS on iOS targetsAleksi Juvani-3/+20
2019-09-12Remove env vars instead of setting them to an empty stringAleksi Juvani-9/+14
2019-09-11Auto merge of #64334 - jyao1:i686-master, r=joshtriplettbors-0/+99
2019-09-10Set environment variables for linker instead of sysrootAleksi Juvani-81/+64
2019-09-10Add i686-unknown-uefi targetJiewen Yao-0/+99
2019-09-08Fix cross-compilation to macOSAleksi Juvani-50/+62
2019-09-07Fix nitsAleksi Juvani-10/+10
2019-09-07Fix sysroot on macOS when cross-compiling and SDKROOT is setAleksi Juvani-44/+67
2019-09-05rustc: Allow the cdylib crate type with wasm32-wasiAlex Crichton-0/+4
2019-08-31Add x86_64-linux-kernel targetAlex Gaynor-0/+60
2019-08-16Rollup merge of #63604 - Wind-River:master, r=alexcrichtonMazdak Farrokhzad-198/+21
2019-08-16Rollup merge of #63595 - semarie:openbsd-sparc64, r=alexcrichtonMazdak Farrokhzad-0/+23
2019-08-15add sparc64-unknown-openbsd targetSébastien Marie-0/+23
2019-08-15Rollup merge of #63467 - terhechte:support-ios-catalyst-macabi-target-triple,...Mazdak Farrokhzad-3/+31
2019-08-15Rollup merge of #63165 - xen0n:mips64-musl-targets, r=alexcrichtonMazdak Farrokhzad-0/+52
2019-08-15Rollup merge of #63155 - mfkl:uwp-msvc, r=alexcrichtonMazdak Farrokhzad-0/+105
2019-08-14Handle cfg(bootstrap) throughoutMark Rousskov-13/+6
2019-08-131. support crt-staticBaoshan Pang-198/+21
2019-08-11Add initial files for iOS catalyst / macabi supportBenedikt Terhechte-3/+31
2019-08-10rustc_target: add n64 musl targets for MIPS64 archesWang Xuerui-0/+52
2019-08-08move store lib probing code to librustc_codegen_ssaMartin Finkel-40/+0
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-05review feedback: find lib root path from registryMartin Finkel-9/+19
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