about summary refs log tree commit diff
path: root/src/librustc_target
AgeCommit message (Expand)AuthorLines
2020-03-21Rollup merge of #70189 - RalfJung:is_signed, r=eddybMazdak Farrokhzad-1/+1
2020-03-20Abi::is_signed: assert that we are a ScalarRalf Jung-1/+1
2020-03-20Rollup merge of #69768 - oli-obk:union_field_ice, r=eddyb,RalfJungYuki Okushi-1/+4
2020-03-17Add requisite feature gates for const assertDylan MacKenzie-0/+3
2020-03-13Auto merge of #67502 - Mark-Simulacrum:opt-catch, r=Mark-Simulacrumbors-11/+41
2020-03-12Rollup merge of #69747 - spastorino:rename-rustc-guide, r=pietroalbiniMazdak Farrokhzad-2/+2
2020-03-12Auto merge of #68191 - simlay:add-tvSO-target, r=nagisabors-21/+90
2020-03-11Rustfmt and adjust capitalizationOliver Scherer-3/+2
2020-03-11Compute the correct layout for variants of uninhabited enums and readd a long...Oliver Scherer-1/+5
2020-03-11Rollup merge of #66059 - RalfJung:panic-on-non-zero, r=eddybMazdak Farrokhzad-0/+88
2020-03-10rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.orgSantiago Pastorino-1/+1
2020-03-10Rename rustc guide to rustc dev guideSantiago Pastorino-2/+2
2020-03-10Rename rustc-guide to rustc-dev-guideSantiago Pastorino-1/+1
2020-03-08Rollup merge of #69646 - RalfJung:layout-visitor, r=eddybMazdak Farrokhzad-1/+1
2020-03-06'fieldless enums' is not what I meant -- it's empty/uninhabited enums, reallyRalf Jung-1/+1
2020-03-06fix various typosMatthias Krüger-8/+8
2020-03-05Link to libgcc dynamically on windows-gnu when using dylib cratesAmanieu d'Antras-2/+41
2020-03-05Remove eh_unwind_resume lang itemAmanieu d'Antras-9/+0
2020-03-02Auto merge of #69257 - RalfJung:layout-visitor, r=eddybbors-1/+19
2020-03-01Rollup merge of #69549 - mati865:mingw, r=kennytmYuki Okushi-0/+2
2020-02-29move pattern to fn argumentRalf Jung-2/+1
2020-02-29we cannot short-circuit just becuase the Abi seems harmlessRalf Jung-50/+13
2020-02-29fmtRalf Jung-19/+15
2020-02-29make it even more conservative, and note some FIXMEsRalf Jung-5/+13
2020-02-29use valid_range_exclusive for correct overflow handlingRalf Jung-4/+7
2020-02-29reference tracking issueRalf Jung-3/+4
2020-02-29mem::zeroed/uninit: panic on types that do not permit zero-initializationRalf Jung-0/+118
2020-02-28Improve MinGW detection when cross compilingMateusz Mikuła-0/+2
2020-02-27use char instead of &str for single char patternsMatthias Krüger-3/+3
2020-02-26adjust LayoutDetails commentsRalf Jung-7/+7
2020-02-20fmtSebastian Imlay-19/+17
2020-02-18doc comments for layout componentsRalf Jung-1/+19
2020-02-18Fix typoJonas Schievink-1/+1
2020-02-17Don't eliminate frame pointers on thumb targetsJonas Schievink-0/+3
2020-02-14Merged apple_tvos_base and apple_ios_base into apple_sdk_base.Sebastian Imlay-150/+51
2020-02-14Merge branch 'master' of github.com:rust-lang/rust into add-tvSO-targetSebastian Imlay-138/+663
2020-02-12Properly use the darwin archive format on Apple targetsAnthony Ramine-1/+1
2020-02-11Rollup merge of #66498 - bjorn3:less_feature_flags, r=Dylan-DPCDylan DPC-1/+0
2020-02-08Auto merge of #68452 - msizanoen1:riscv-abi, r=nagisa,eddybbors-15/+330
2020-02-08rustc_target: treat enum variants like union members, in call ABIs.Eduard-Mihai Burtescu-9/+43
2020-02-08rustc_target: switch homogeneous_aggregate to returning Result.Eduard-Mihai Burtescu-67/+86
2020-02-07Remove unused feature gate from librustc_targetbjorn3-1/+0
2020-02-04Implement proper C ABI lowering for RISC-Vmsizanoen1-15/+330
2020-01-31Drop cfg(bootstrap) codeMark Rousskov-1/+0
2020-01-28Set lld flavor for MSVC to link.exeJohn Kåre Alsaker-2/+5
2020-01-22Rollup merge of #68361 - t6:patch-freebsd-lld-i386, r=alexcrichtonTyler Mandry-1/+3
2020-01-20Merge branch 'master' into bare-metal-cortex-aJorge Aparicio-1/+1
2020-01-19Add -Wl,-znotext to default linker flags to link with lld 9 on FreeBSD 13.0-C...Tobias Kortkamp-1/+3
2020-01-18slice_patterns: remove internal uses of gateMazdak Farrokhzad-1/+1
2020-01-15add bare metal ARM Cortex-A targets to rustcJorge Aparicio-0/+87