about summary refs log tree commit diff
path: root/src/librustc_target
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-13324/+0
2020-08-27Auto merge of #74941 - dylanmckay:replace-broken-avr-unknown-unknown-target, ...bors-50/+58
2020-08-26Auto merge of #75843 - hermitcore:devel, r=nagisabors-6/+6
2020-08-24[AVR] Merge the 'freestanding' base target spec into AVR base target specDylan McKay-35/+21
2020-08-24[AVR] Remove unnecessary arguments passed to the linker for GNU targetDylan McKay-4/+3
2020-08-24[AVR] Replace broken 'avr-unknown-unknown' target with 'avr-unknown-gnu-atmeg...Dylan McKay-18/+41
2020-08-23HermitCore switchs to relocatable binariesStefan Lankes-6/+6
2020-08-15replaced log with tracingGurpreet Singh-2/+2
2020-08-15Auto merge of #75483 - mati865:mingw-lld-flags, r=petrochenkovbors-67/+71
2020-08-14Rework `rustc_serialize`Matthew Jasper-47/+16
2020-08-13Add LLD flags for MinGWMateusz MikuĊ‚a-67/+71
2020-08-04Remove the `--no-threads` workaround for wasm targets.Dan Gohman-7/+0
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