about summary refs log tree commit diff
path: root/compiler/rustc_target/src
AgeCommit message (Expand)AuthorLines
2022-07-08Collapse some weirdly-wrapping derivesMichael Goulet-48/+8
2022-07-06fix issue 97463 using change suggested by nbdd0121.Felix S. Klock II-8/+44
2022-06-25rustc_target: Some more tests and fixes for linker argumentsVadim Petrochenkov-44/+132
2022-06-25rustc_target: Add convenience functions for adding linker argumentsVadim Petrochenkov-420/+348
2022-06-24Set relocation_model to Pic on emscripten targetHood Chatham-1/+2
2022-06-24Rollup merge of #98214 - petrochenkov:islike, r=compiler-errorsYuki Okushi-15/+6
2022-06-22Set no_default_libraries: false in wasm32_emscripten targetHood Chatham-0/+1
2022-06-21Re-enable atomic loads and stores for all RISC-V targetsSimon Sapin-3/+3
2022-06-20Rollup merge of #98225 - bjorn3:stable_target_json_hash, r=nagisaYuki Okushi-25/+99
2022-06-19Preserve the path of the target spec json file for usage by rustdocbjorn3-8/+76
2022-06-18ENH Move --memory-init-file flag from EmLinker to asmjs target specHood Chatham-5/+5
2022-06-18Make debug_triple depend on target json file content rather than file pathbjorn3-22/+28
2022-06-18rustc_target: Remove some redundant target propertiesVadim Petrochenkov-15/+6
2022-06-13Disable `has_thread_local` due to weird issues in some programsMark Drobnak-1/+2
2022-06-13Add Apple WatchOS compile targetsVladimir Michael Eatwell-2/+149
2022-06-10Rollup merge of #97928 - hoodmane:emscripten-no-assertions, r=tlivelyMatthias Krüger-9/+1
2022-06-09Clean upHood Chatham-5/+1
2022-06-09Remove ERROR_ON_UNDEFINED_SYMBOLS according to sbc100's commentsHood Chatham-2/+0
2022-06-09Remove -sASSERTIONS=1 from wasm32_unknown_emscripten default link argsHood Chatham-2/+0
2022-06-09Rollup merge of #97843 - overdrivenpotato:psp-lto, r=michaelwoeristerYuki Okushi-6/+18
2022-06-07Formatting fixMarko Mijalkovic-4/+2
2022-06-07Relax mipsel-sony-psp's linker scriptMarko Mijalkovic-6/+20
2022-06-07Auto merge of #97512 - scottmcm:add-coldcc, r=nagisa,lcnrbors-1/+10
2022-06-07Auto merge of #95565 - jackh726:remove-borrowck-mode, r=nikomatsakisbors-1/+0
2022-06-06Auto merge of #97684 - RalfJung:better-provenance-control, r=oli-obkbors-0/+5
2022-06-05interpret: better control over whether we read data with provenance, and impl...Ralf Jung-0/+5
2022-06-05Auto merge of #97577 - betrusted-io:add-xous-target, r=nagisabors-0/+25
2022-06-04riscv32imac-unknown-xous-elf: add targetSean Cross-0/+25
2022-06-03Fully stabilize NLLJack Huey-1/+0
2022-06-03Use serde_json for target spec jsonbjorn3-62/+158
2022-06-03Remove a couple of unused Encodable and Decodable derivesbjorn3-3/+3
2022-05-30Add support for emitting functions with `coldcc` in LLVMScott McMurray-1/+10
2022-05-25Simplify implementation of `-Z gcc-ld`Vadim Petrochenkov-7/+10
2022-05-24Add flag for stricter checks on uninit/zeroed5225225-12/+47
2022-05-17Add ABI clobbersConnor Horman-0/+2
2022-05-16Add tmm_reg clobbersConnor Horman-0/+13
2022-05-13Add LLVM based mingw-w64 targetsMateusz Mikuła-0/+91
2022-05-06make Size and Align debug-printing a bit more compactRalf Jung-2/+16
2022-05-04Stabilize `bool::then_some`Josh Triplett-1/+0
2022-04-27Update data layout string for wasm64-unknown-unknownAlex Crichton-1/+1
2022-04-26Rollup merge of #96415 - ehuss:git-io, r=bjorn3Guillaume Gomez-1/+2
2022-04-26Rollup merge of #94703 - kjetilkjeka:nvptx-kernel-args-abi2, r=nagisaGuillaume Gomez-9/+78
2022-04-25Remove references to git.ioEric Huss-1/+2
2022-04-26Rollup merge of #96149 - est31:remove_unused_macro_matchers, r=petrochenkovDylan DPC-4/+0
2022-04-19Rollup merge of #95740 - Amanieu:kreg0, r=nagisaDylan DPC-8/+9
2022-04-19Fix a bug in the ptx-kernel calling convention where structs was passed indir...Kjetil Kjeka-9/+78
2022-04-19asm: Add a kreg0 register class on x86 which includes k0Amanieu d'Antras-8/+9
2022-04-18Remove unused macro rulesest31-4/+0
2022-04-13couple of clippy::complexity fixesMatthias Krüger-3/+3
2022-04-05trivial cfg(bootstrap) changesPietro Albini-1/+1