summary refs log tree commit diff
path: root/src/librustc_codegen_llvm
AgeCommit message (Expand)AuthorLines
2018-05-21rustc: don't call Kind::from directly, use .into() instead.Eduard-Mihai Burtescu-2/+1
2018-05-20Auto merge of #50841 - oli-obk:promote_errors_to_panics, r=eddybbors-2/+2
2018-05-20Auto merge of #50803 - varkor:never-transmute-never, r=eddybbors-3/+14
2018-05-19Auto merge of #50893 - kennytm:rollup, r=kennytmbors-8/+17
2018-05-20Rollup merge of #50819 - cjkenn:cjkenn/div-by-zero, r=kennytmkennytm-2/+6
2018-05-19use if let to avoid potential div by zerocjkenn-2/+6
2018-05-19Rollup merge of #50531 - iancormac84:merge-typeidhasher-cleanup, r=michaelwoe...kennytm-6/+11
2018-05-19Use `Size` instead of `u64` in mir interpretationOliver Schneider-5/+6
2018-05-19Go through an allocation when accessing fields of constantsOliver Schneider-4/+10
2018-05-19Ensure that statics are always ByRefOliver Schneider-46/+3
2018-05-19Add a test showing the erroneous promoted bugOliver Schneider-2/+2
2018-05-19Auto merge of #50744 - nikic:mutable-noalias, r=alexcrichtonbors-2/+8
2018-05-19Auto merge of #50709 - alexcrichton:revert-musl, r=sfacklerbors-27/+0
2018-05-18Auto merge of #50319 - nagisa:align_to, r=alexcrichtonbors-12/+0
2018-05-17Fixed accidental removal of StableHasher declaration.iancormac84-0/+1
2018-05-17Removed use of TypeIdHasher in debuginfo and replaced it with StableHasher. A...iancormac84-6/+10
2018-05-17Emit noalias on &mut parameters by defaultNikita Popov-2/+8
2018-05-17Remove the intrinsic for align_offsetSimonas Kazlauskas-26/+0
2018-05-17Stabilise inclusive_range_methodsvarkor-1/+0
2018-05-17Change align_offset to support different stridesSimonas Kazlauskas-9/+23
2018-05-17Revert "musl: don't use the included startfiles with -crt-static"Alex Crichton-16/+0
2018-05-17Revert "musl: link crt{begin,end}.o from the system compiler"Alex Crichton-11/+0
2018-05-17Make sure the type we think is uninhabited actually isvarkor-1/+2
2018-05-17Fix an ICE when attempting to transmute an uninhabited typevarkor-3/+13
2018-05-17Rename trans to codegen everywhere.Irina Popa-0/+24579