about summary refs log tree commit diff
path: root/src/librustc_trans
AgeCommit message (Expand)AuthorLines
2018-02-11iterator instead loopАртём Павлов [Artyom Pavlov]-10/+8
2018-02-11added conversion from Rust feature to LLVM featureАртём Павлов [Artyom Pavlov]-35/+42
2018-02-10typo fixArtyom Pavlov-1/+1
2018-02-10Whitelist pclmul x86 feature flagArtyom Pavlov-1/+1
2018-02-10Rollup merge of #48078 - alexcrichton:fix-required-const-and-proc-macro, r=eddybkennytm-0/+8
2018-02-09Auto merge of #47802 - bobtwinkles:loop_false_edge, r=nikomatsakisbors-3/+5
2018-02-09Auto merge of #47489 - pnkfelix:limit-2pb-issue-46747, r=nikomatsakisbors-1/+1
2018-02-08Disallow function pointers to #[rustc_args_required_const]Alex Crichton-0/+8
2018-02-08Fix oversized loads on x86_64 SysV FFI callsBjörn Steinbrink-6/+7
2018-02-08Encode (in MIR) whether borrows are explicit in source or arise due to autoref.Felix S. Klock II-1/+1
2018-02-07Rollup merge of #47883 - yurydelendik:wasm-map, r=alexcrichtonManish Goregaokar-3/+15
2018-02-05mir: Add TerminatorKind::FalseUnwindbobtwinkles-3/+5
2018-02-05Rollup merge of #47892 - Badel2:const_type_id_of, r=oli-obkkennytm-0/+5
2018-02-04Auto merge of #47915 - eddyb:layout-of, r=nikomatsakisbors-2/+1
2018-02-02Auto merge of #47102 - Diggsey:wasm-syscall, r=alexcrichtonbors-4/+2
2018-02-01Turn `type_id` into a constant intrinsicBadel2-0/+5
2018-02-01rustc: prefer ParamEnvAnd and LayoutCx over tuples for LayoutOf.Eduard-Mihai Burtescu-2/+1
2018-01-31Rollup merge of #47891 - eddyb:issue-47638, r=nikomatsakiskennytm-1/+3
2018-01-31Rollup merge of #47889 - alexcrichton:wasm-hidden-by-default, r=cramertjkennytm-0/+7
2018-01-31Rollup merge of #47875 - jcowgill:mips-clobber-at, r=rkruppekennytm-2/+3
2018-01-30Export wasm source map when debug information is enabledYury Delendik-3/+15
2018-01-30Implement extensible syscall interface for wasmDiggory Blake-4/+2
2018-01-31rustc_trans: keep LLVM types for trait objects anonymous.Eduard-Mihai Burtescu-1/+3
2018-01-30rustc: Add an option to default hidden visibilityAlex Crichton-0/+7
2018-01-30rustc_trans: clobber $1 (aka $at) on mipsJames Cowgill-2/+3
2018-01-30Rollup merge of #47826 - gnzlbg:patch-2, r=alexcrichtonkennytm-2/+2
2018-01-30Rollup merge of #47822 - gnzlbg:patch-1, r=alexcrichtonkennytm-1/+1
2018-01-29Auto merge of #47837 - eddyb:going-places, r=nikomatsakisbors-7/+6
2018-01-28rustc: Split Emscripten to a separate codegen backendAlex Crichton-0/+7
2018-01-29rustc: replace "lvalue" terminology with "place" in the code.Eduard-Mihai Burtescu-2/+2
2018-01-29rustc: remove `LvaluePreference` argument from `Ty::builtin_deref`.Eduard-Mihai Burtescu-5/+4
2018-01-28Whitelist v7 feature for ARM and AARCH64.gnzlbg-2/+2
2018-01-28Auto merge of #47794 - etaoins:fix-ice-on-const-eval-of-union-field, r=eddybbors-1/+4
2018-01-28Whitelist aes x86 feature flaggnzlbg-1/+1
2018-01-27rustc: Load the `rustc_trans` crate at runtimeAlex Crichton-5/+25
2018-01-27Fix ICE on const eval of union fieldRyan Cumming-1/+4
2018-01-26Merge branch 'simd-always-mem' of https://github.com/alexcrichton/rust into r...Alex Crichton-0/+25
2018-01-26Merge branch 'llvm5-indirect-deref' of https://github.com/cuviper/rust into r...Alex Crichton-7/+9
2018-01-26Merge branch 'no-stderr-sink' of https://github.com/Zoxc/rust into rollupAlex Crichton-2/+2
2018-01-26Do not capture stderr in the compiler. Instead just panic silently for fatal ...John Kåre Alsaker-2/+2
2018-01-25Merge branch 'configure-lto' of https://github.com/alexcrichton/rust into rollupAlex Crichton-66/+80
2018-01-25Rollup merge of #47710 - alexcrichton:llvm-6-compat, r=nikomatsakisAlex Crichton-17/+19
2018-01-25Rollup merge of #47626 - eddyb:one-less-unwrap, r=nagisaAlex Crichton-26/+30
2018-01-25Rollup merge of #47618 - mrhota:dw_at_noreturn, r=michaelwoeristerAlex Crichton-0/+3
2018-01-25rustc: SIMD types use pointers in Rust's ABIAlex Crichton-0/+25
2018-01-25Rollup merge of #47453 - pftbest:nointas, r=alexcrichtonAlex Crichton-52/+57
2018-01-25Rollup merge of #47439 - eddyb:issue-45662, r=nagisaAlex Crichton-6/+6
2018-01-25Rollup merge of #47437 - eddyb:issue-38763, r=nagisaAlex Crichton-55/+43
2018-01-25Rollup merge of #47415 - varkor:cgu-partition-heuristic, r=michaelwoeristerAlex Crichton-5/+3
2018-01-24llvm6: Don't clone LLVM modules on wasmAlex Crichton-2/+2