about summary refs log tree commit diff
path: root/src/librustc_target
AgeCommit message (Expand)AuthorLines
2020-07-31Move from `log` to `tracing`Oliver Scherer-1/+1
2020-07-29Change the target data layout to specify more valuesLokathor-1/+1
2020-07-22Rollup merge of #74643 - petrochenkov:noenvrerun, r=Mark-SimulacrumManish Goregaokar-4/+0
2020-07-22Rollup merge of #74631 - petrochenkov:ehdr2, r=jonas-schievinkManish Goregaokar-0/+20
2020-07-22Rollup merge of #74541 - shepmaster:aarch64-apple-darwin-target, r=nagisaManish Goregaokar-1/+35
2020-07-22build: Remove unnecessary `cargo:rerun-if-env-changed` annotationsVadim Petrochenkov-4/+0
2020-07-22rustc_target: Add a target spec option for disabling `--eh-frame-hdr`Vadim Petrochenkov-0/+20
2020-07-22[AVR] Ensure that function pointers stored within aggregates are annotated wi...Dylan McKay-2/+3
2020-07-22[AVR] Correctly set the pointer address space when constructing pointers to f...Dylan McKay-3/+14
2020-07-20Add the aarch64-apple-darwin targetJake Goulding-1/+35
2020-07-19Rollup merge of #74419 - Lokathor:gba-target, r=jonas-schievinkManish Goregaokar-0/+63
2020-07-18remove unused importsLokathor-1/+1
2020-07-18Resolve https://github.com/rust-lang/rust/pull/74419#issuecomment-660518936Lokathor-14/+1
2020-07-17Make the new target a general thumbv4t target.Lokathor-13/+19
2020-07-17Rollup merge of #74394 - bjorn3:remove_emscripten_leftover, r=spastorinoManish Goregaokar-6/+0
2020-07-16Resolve https://github.com/rust-lang/rust/pull/74419#discussion_r456139741Lokathor-2/+0
2020-07-16resolve https://github.com/rust-lang/rust/pull/74419#discussion_r456140272Lokathor-3/+0
2020-07-16Resolve https://github.com/rust-lang/rust/pull/74419#discussion_r456142514Lokathor-3/+0
2020-07-16Resolve https://github.com/rust-lang/rust/pull/74419#discussion_r456141344Lokathor-3/+0
2020-07-16fix the imports.Lokathor-1/+1
2020-07-16apply bootstrap cfgsMark Rousskov-1/+0
2020-07-16Add to supported_targets list.Lokathor-0/+1
2020-07-16Docs clarifications.Lokathor-5/+5
2020-07-16fill in all those options.Lokathor-11/+61
2020-07-16Remove leftover from emscripten fastcomp supportbjorn3-6/+0
2020-07-16start GBA file.Lokathor-0/+30
2020-07-11don't mark linux kernel module targets as a unix environmentAlex Gaynor-1/+0
2020-07-10Avoid "whitelist"Tamir Duberstein-10/+10
2020-07-08Avoid "blacklist"Tamir Duberstein-77/+85
2020-07-02Rollup merge of #73564 - petrochenkov:ehdr, r=AmanieuManish Goregaokar-14/+2
2020-06-28Remove `const_if_match` feature gate from librariesDylan MacKenzie-1/+1
2020-06-27linker: Create GNU_EH_FRAME header by default when producing ELFsVadim Petrochenkov-14/+2
2020-06-26Rollup merge of #72937 - AdrianCX:master, r=nikomatsakisManish Goregaokar-2/+4
2020-06-26Rollup merge of #73588 - Amanieu:thumb-fp, r=nagisaManish Goregaokar-18/+62
2020-06-25Rollup merge of #73516 - Crabapple-iOS:feature/apple-dynamic-linking, r=nikom...Dylan DPC-1/+0
2020-06-24Update libunwind build process for x86_64-fortanix-unknown-sgx targetAdrian Cruceru-2/+4
2020-06-21Fix handling of reserved registers for ARM inline asmAmanieu d'Antras-18/+62
2020-06-19Allow dynamic linking for iOS/tvOS targets.luxx4x-1/+0
2020-06-19Rollup merge of #73214 - androm3da:hex_inline_asm_00, r=AmanieuManish Goregaokar-0/+120
2020-06-19Rollup merge of #72497 - RalfJung:tag-term, r=oli-obkRalf Jung-11/+16
2020-06-19Rollup merge of #70740 - haraldh:static-pie, r=petrochenkovRalf Jung-0/+1
2020-06-17Auto merge of #69890 - lenary:lenary/riscv-frame-pointers, r=hanna-kruppe,Mar...bors-5/+0
2020-06-16Add initial asm!() support for hexagonBrian Cain-0/+120
2020-06-15Enable static-pie for the x86_64-unknown-linux-musl targetHarald Hoyer-0/+1
2020-06-15Rollup merge of #73086 - trevyn:apple-a7, r=nikicRalf Jung-3/+3
2020-06-13Rollup merge of #73241 - mati865:mingw-libs-order-comment, r=petrochenkovDylan DPC-3/+4
2020-06-13Add/update comments about MinGW late_link_argsMateusz Mikuła-3/+4
2020-06-12Auto merge of #69478 - avr-rust:avr-support-upstream, r=jonas-schievinkbors-0/+121
2020-06-09Reoder order in which MinGW libs are linkedMateusz Mikuła-1/+1
2020-06-09[AVR] Update ABI type classification logic to match the the AVR-Clang ABIDylan McKay-5/+31