about summary refs log tree commit diff
path: root/src/librustc_trans
AgeCommit message (Expand)AuthorLines
2018-04-29musl: don't use the included startfiles with -crt-staticJohannes Nixdorf-0/+16
2018-04-28Add `-C target-feature` to all functionsAlex Crichton-33/+28
2018-04-28Mark functions returning uninhabited types as noreturnAnthony Ramine-3/+3
2018-04-28Auto merge of #50164 - nox:rval-range-metadata, r=eddybbors-20/+30
2018-04-27Auto merge of #50290 - kennytm:rollup, r=kennytmbors-1/+9
2018-04-28Rollup merge of #50263 - alexcrichton:uwtable-allcoators, r=eddybkennytm-0/+4
2018-04-28Rollup merge of #50251 - alexcrichton:wasm-no-threads, r=eddybkennytm-1/+5
2018-04-27Auto merge of #50137 - nox:rm-bool-cmp-hack, r=eddybbors-10/+0
2018-04-27Rename InternedString to LocalInternedString and introduce a new thread-safe ...John Kåre Alsaker-18/+18
2018-04-26rustc: Emit `uwtable` for allocator shimsAlex Crichton-0/+4
2018-04-26Emit range metadata on calls returning scalars (fixes #50157)Anthony Ramine-20/+30
2018-04-26Auto merge of #49513 - nox:univariant-fieldless-enum-as-zst, r=eddybbors-7/+37
2018-04-26rustc_target: move in syntax::abi and flip dependency.Irina Popa-2/+2
2018-04-26Treat repr(Rust) univariant fieldless enums as a ZST (fixes #15747)Anthony Ramine-1/+20
2018-04-26rustc: Disable threads in LLD for wasmAlex Crichton-1/+5
2018-04-26rustc_target: move in cabi_* from rustc_trans.Irina Popa-2004/+88
2018-04-26rustc_trans: generalize cabi_* to any context type.Irina Popa-175/+290
2018-04-26rustc_target: move LayoutOf's type parameter to an associated type.Irina Popa-1/+2
2018-04-26rustc_target: move in type definitions from rustc_trans::abi.Irina Popa-207/+21
2018-04-26rustc_target: move in type definitions from ty::layout.Irina Popa-1/+1
2018-04-26Rename rustc_back::target to rustc_target::spec.Irina Popa-13/+12
2018-04-26rustc_back: move LinkerFlavor, PanicStrategy, and RelroLevel to target.Irina Popa-7/+6
2018-04-26Consistently use C_uint_big for discriminantsAnthony Ramine-4/+6
2018-04-26Properly look for uninhabitedness when handling discriminantsAnthony Ramine-3/+12
2018-04-25Auto merge of #50016 - tmandry:cleanup-binder, r=nikomatsakisbors-3/+3
2018-04-25Auto merge of #50134 - andjo403:jobserver, r=michaelwoeristerbors-8/+1
2018-04-24Make Binder's field private and clean up its usageTyler Mandry-3/+3
2018-04-23Auto merge of #49779 - oli-obk:const_err_regression, r=eddybbors-1/+8
2018-04-23make rustdoc test follow the jobserver limit of threadsfix that to many threa...Andreas Jonson-8/+1
2018-04-22Remove unused AllocatorTy::BangSteven Fackler-2/+0
2018-04-21rustc: Always emit `uwtable` on AndroidAlex Crichton-1/+1
2018-04-21Remove hack around comparisons of i1 values (fixes #40980)Anthony Ramine-10/+0
2018-04-19wasm: Increase default stack size to 1MBAlex Crichton-0/+1
2018-04-18rustc_trans: also check dominators for SSA values in mir::analyze.Eduard-Mihai Burtescu-27/+60
2018-04-17Clean up attribute handling in create_function_debug_context().Michael Woerister-4/+5
2018-04-17Support #[no_debug] for global variables.Michael Woerister-3/+10
2018-04-17Auto merge of #49664 - alexcrichton:stable-simd, r=BurntSushibors-31/+96
2018-04-16Separately gate each target_feature featureAlex Crichton-31/+96
2018-04-17Remove `underscore_lifetimes` and `match_default_bindings` from active featur...kennytm-1/+0
2018-04-15Only warn on erroneous promoted constantsOliver Schneider-1/+8
2018-04-15Auto merge of #49833 - oli-obk:incremental_miri_regression, r=michaelwoeristerbors-8/+7
2018-04-14Auto merge of #49289 - varkor:emit-metadata-without-link, r=michaelwoeristerbors-2/+3
2018-04-14Stop referring to statics' AllocIds directlyOliver Schneider-8/+7
2018-04-12Restore Global.oom() functionalitySimon Sapin-0/+2
2018-04-12Use the GlobalAlloc trait for #[global_allocator]Simon Sapin-25/+3
2018-04-12Auto merge of #49558 - Zoxc:sync-misc, r=michaelwoeristerbors-20/+23
2018-04-12Rollup merge of #49857 - Amanieu:aarch64_fp, r=alexcrichtonkennytm-0/+1
2018-04-11Rollup merge of #49525 - varkor:sort_by_cached_key-conversion, r=scottmcmkennytm-2/+4
2018-04-11Auto merge of #49715 - Mark-Simulacrum:deny-warnings, r=alexcrichtonbors-1/+0
2018-04-11Auto merge of #49695 - michaelwoerister:unhygienic-ty-min, r=nikomatsakisbors-3/+3