about summary refs log tree commit diff
path: root/src/librustc_codegen_llvm
AgeCommit message (Expand)AuthorLines
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