summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa
AgeCommit message (Expand)AuthorLines
2021-05-03Remove assert_matches feature attributes.Mara Bos-1/+0
2021-03-19Rollup merge of #83236 - cjgillot:memmap, r=joshtriplettDylan DPC-3/+3
2021-03-18Upgrade memmap to memmap2 in other crates.Camille GILLOT-3/+3
2021-03-18Remove unwrap_none/expect_none from compiler/.Mara Bos-1/+1
2021-03-18Rollup merge of #83080 - tmiasko:inline-coverage, r=wesleywiserDylan DPC-13/+35
2021-03-16Auto merge of #82936 - oli-obk:valtree, r=RalfJung,lcnr,matthewjasperbors-12/+13
2021-03-15Make source-based code coverage compatible with MIR inliningTomasz Miąsko-13/+35
2021-03-15s/ConstantSource/ConstantKind/Oli Scherer-2/+2
2021-03-13Do not emit alloca for ZST local even if it is uninitializedSimon Vandel Sillesen-1/+12
2021-03-13Rollup merge of #83020 - hi-rustin:rustin-patch-enum, r=lcnrYuki Okushi-1/+1
2021-03-12Prepare mir::Constant for ty::Const only supporting valtreesOli Scherer-2/+7
2021-03-12Add `ty` helper function for mir constantsOli Scherer-10/+6
2021-03-12Emit the enum range assumption if the range only contains one elementhi-rustin-1/+1
2021-03-11Adjust some `#[cfg]`s to take non-Unix non-Windows operating systems into acc...hyd-dev-2/+7
2021-03-10Auto merge of #82884 - nagisa:nagisa/remove-most-of-sideeffect-inserts, r=nikicbors-55/+12
2021-03-10Remove the -Zinsert-sideeffectSimonas Kazlauskas-55/+12
2021-03-10Auto merge of #79519 - cjgillot:noattr, r=wesleywiserbors-6/+4
2021-03-09Remove hir::Crate::attrs.Camille GILLOT-6/+4
2021-03-09Switch to changing cp_non_overlap in tformkadmin-24/+2
2021-03-09Build StKind::CopyOverlappingkadmin-73/+85
2021-03-09Change CopyNonOverlapping::codegen_ssakadmin-13/+15
2021-03-09Replace todos with implskadmin-2/+1
2021-03-09Update craneliftkadmin-6/+5
2021-03-09Update match brancheskadmin-12/+14
2021-03-09Update fmt and use of memcpykadmin-9/+14
2021-03-09Impl StatementKind::CopyNonOverlappingkadmin-2/+19
2021-03-08Auto merge of #82727 - oli-obk:shrinkmem, r=pnkfelixbors-2/+2
2021-03-05Rollup merge of #80723 - rylev:noop-lint-pass, r=estebankMara-1/+1
2021-03-05Shrink the size of Rvalue by 16 bytesOli Scherer-2/+2
2021-03-03Fix testsRyan Levick-1/+1
2021-02-28Support LLVM 12 in rustcNikita Popov-0/+1
2021-02-26Rollup merge of #82535 - wesleywiser:wip_codegen_thread_names, r=nagisaGuillaume Gomez-47/+77
2021-02-26Rollup merge of #82456 - klensy:or-else, r=estebankGuillaume Gomez-1/+1
2021-02-25Set codegen thread namesWesley Wiser-47/+77
2021-02-25Rollup merge of #82214 - est31:no_to_string, r=oli-obkDylan DPC-5/+5
2021-02-23replaced some unwrap_or with unwrap_or_elseklensy-1/+1
2021-02-23Auto merge of #82127 - tgnottingham:tune-ahead-of-time-codegen, r=varkorbors-10/+64
2021-02-23Auto merge of #82102 - nagisa:nagisa/fix-dwo-name, r=davidtwcobors-1/+1
2021-02-23Rollup merge of #82091 - henryboisdequin:use-place-ref-more, r=RalfJungDylan DPC-1/+1
2021-02-22Rollup merge of #82367 - matthiaskrgr:wraps, r=petrochenkovYuki Okushi-4/+4
2021-02-21rustc_codegen_ssa: remove unneeded wrapping of return type of execute_copy_fr...Matthias Krüger-4/+4
2021-02-21Rollup merge of #81966 - deg4uss3r:degausser/aarch64_apple_ios_sim, r=shepmasterYuki Okushi-0/+1
2021-02-19added aarch64_apple_ios_sim as a rustc targetRicky (deg4uss3r)-0/+1
2021-02-19Use a QueryContext for try_mark_green.Camille GILLOT-1/+1
2021-02-17Rollup merge of #81898 - nanguye2496:nanguye2496/fix_str_and_slice_visualizat...Dylan DPC-5/+25
2021-02-17Rollup merge of #82105 - nagisa:nagisa/ensure-removed, r=petrochenkovGuillaume Gomez-11/+14
2021-02-17Remove redundant to_string callsest31-5/+5
2021-02-16Auto merge of #81611 - cjgillot:meowner, r=estebankbors-2/+2
2021-02-16make `visit_projection` take a `PlaceRef`Henry Boisdequin-1/+1
2021-02-16avoid full-slicing slicesMatthias Krüger-1/+1