about summary refs log tree commit diff
path: root/src/librustc_codegen_ssa
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-14609/+0
2020-08-24hir: consistent use and naming of lang itemsDavid Wood-9/+8
2020-08-18Moved coverage counter injection from BasicBlock to Statement.Rich Kadel-129/+93
2020-08-17Rollup merge of #75603 - mati865:mingw-out-implib-compat, r=oli-obkTyler Mandry-1/+1
2020-08-17rust_ast::ast => rustc_astUjjwal Sharma-2/+2
2020-08-17Auto merge of #75187 - pawanbisht62:feature/incorporate-tracing, r=oli-obkbors-2/+2
2020-08-16Use more compatible out-implib styleMateusz Mikuła-1/+1
2020-08-16Use LocalDefId instead of HirId for reachable_set elements.Eduard-Mihai Burtescu-5/+3
2020-08-15Auto merge of #74576 - myfreeweb:freebsd-sanitizers, r=oli-obkbors-0/+1
2020-08-15Merge branch 'master' into feature/incorporate-tracingpawanbisht62-45/+50
2020-08-14Rollup merge of #75448 - lcnr:rn-as_local_hir_id, r=davidtwcoTyler Mandry-1/+1
2020-08-15Auto merge of #73851 - matthewjasper:serialize-not-special, r=oli-obkbors-5/+8
2020-08-14Rework `rustc_serialize`Matthew Jasper-5/+8
2020-08-14Auto merge of #75416 - richkadel:llvm-coverage-map-gen-5.3, r=richkadelbors-12/+5
2020-08-14LLVM IR coverage encoding aligns closer to Clang'sRich Kadel-12/+5
2020-08-13Rollup merge of #75417 - npmccallum:naked, r=matthewjasperTyler Mandry-0/+8
2020-08-13merge `as_local_hir_id` with `local_def_id_to_hir_id`Bastian Kauschke-1/+1
2020-08-13Link sanitizers when creating dynamic libraries on macOSTomasz Miąsko-1/+14
2020-08-13Rollup merge of #75457 - Mark-Simulacrum:llvm-clean, r=cuviperYuki Okushi-3/+0
2020-08-11Remove SynchronizationScope::OtherMark Rousskov-3/+0
2020-08-11Don't spill operands onto the stack in naked functionsNathaniel McCallum-0/+8
2020-08-11Rollup merge of #75315 - Mark-Simulacrum:save-temps, r=ecstatic-morseDylan DPC-24/+15
2020-08-10Merge branch 'master' into feature/incorporate-tracingpawanbisht62-15/+16
2020-08-10Auto merge of #74410 - mati865:mingw-no-self-contained-when-cross-compiling, ...bors-1/+3
2020-08-09Add sanitizer support on FreeBSDGreg V-0/+1
2020-08-09Avoid deleting temporary files on errorMark Rousskov-24/+15
2020-08-08Auto merge of #74533 - nikic:issue-74425, r=eddybbors-8/+7
2020-08-08Emit == null instead of <= nullNikita Popov-8/+7
2020-08-08Auto merge of #74932 - nnethercote:rm-ast-session-globals, r=petrochenkovbors-5/+5
2020-08-08Eliminate the `SessionGlobals` from `librustc_ast`.Nicholas Nethercote-5/+5
2020-08-08fix clippy::map_clone: use .cloned() instead of .map(|x| x.clone())Matthias Krüger-1/+1
2020-08-06Merge branch 'master' into feature/incorporate-tracingpawanbisht62-191/+177
2020-08-06Incorporate tracing cratebishtpawan-2/+2
2020-08-05Auto merge of #75037 - richkadel:llvm-coverage-map-gen-5.2, r=wesleywiserbors-158/+42
2020-08-04Completes support for coverage in external cratesRich Kadel-158/+42
2020-08-03Auto merge of #74695 - alexcrichton:more-wasm-float-cast-fixes, r=nagisabors-33/+135
2020-07-31Move from `log` to `tracing`Oliver Scherer-1/+1
2020-07-30Rust function-level coverage now works on external cratesRich Kadel-1/+5
2020-07-29Auto merge of #74733 - richkadel:llvm-coverage-map-gen-5, r=tmandrybors-213/+355
2020-07-29Moved structs/enums with repr(C) to LLVM types into ffi.rs cratesRich Kadel-64/+70
2020-07-29Auto merge of #72049 - mati865:mingw-lld, r=petrochenkovbors-4/+23
2020-07-29MinGW: emit dllexport/dllimport by rustcMateusz Mikuła-4/+23
2020-07-28FunctionCoverage: improve type checking with newtype_index typesRich Kadel-40/+88
2020-07-28Refactor MIR coverage instrumentationRich Kadel-16/+16
2020-07-28rustc: Improving safe wasm float->int castsAlex Crichton-33/+135
2020-07-26Auto merge of #74664 - pnadon:Miri-rename-undef-uninit, r=RalfJungbors-1/+1
2020-07-25Fixed coverage map issues; better aligned with LLVM APIsRich Kadel-210/+298
2020-07-23replace miri_start_panic intrinsic by 'extern fn'Ralf Jung-5/+0
2020-07-22renamed ScalarMaybeUninit::not_undef to check_initPhilippe Nadon-1/+1
2020-07-22Rollup merge of #74643 - petrochenkov:noenvrerun, r=Mark-SimulacrumManish Goregaokar-4/+0