summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src
AgeCommit message (Expand)AuthorLines
2022-02-18Rollup merge of #93634 - matthiaskrgr:clippy_complexity_jan_2022, r=oli-obkMatthias Krüger-1/+1
2022-02-17Rollup merge of #94011 - est31:let_else, r=lcnrMatthias Krüger-16/+13
2022-02-16Adopt let_else in even more placesest31-16/+13
2022-02-15Overhaul `Const`.Nicholas Nethercote-12/+12
2022-02-15Overhaul `TyS` and `Ty`.Nicholas Nethercote-1/+1
2022-02-11Rollup merge of #93782 - adamgemmell:dev/adagem01/split-pauth, r=AmanieuMatthias Krüger-2/+13
2022-02-10Unconditionally update symbolsbjorn3-7/+0
2022-02-10Remove unnecessary update_symbols callbjorn3-11/+5
2022-02-10Split PAuth target featureAdam Gemmell-2/+13
2022-02-10Auto merge of #93511 - cjgillot:query-copy, r=oli-obkbors-4/+4
2022-02-09Rollup merge of #93503 - michaelwoerister:fix-vtable-holder-debuginfo-regress...Matthias Krüger-2/+19
2022-02-09Ensure that queries only return Copy types.Camille GILLOT-4/+4
2022-02-08debuginfo: Bring back DW_AT_containing_type for vtables -- address review com...Michael Woerister-1/+1
2022-02-04Rollup merge of #90132 - joshtriplett:stabilize-instrument-coverage, r=wesley...Matthias Krüger-4/+4
2022-02-03compiler: clippy::complexity fixesMatthias Krüger-1/+1
2022-02-03debuginfo: Bring back DW_AT_containing_type for vtables after it has accident...Michael Woerister-2/+19
2022-02-02Auto merge of #93154 - michaelwoerister:fix-generic-closure-and-generator-deb...bors-36/+74
2022-02-01debuginfo: Make sure that type names for closure and generator environments a...Michael Woerister-36/+74
2022-02-01add a rustc::query_stability lintlcnr-0/+1
2022-01-30Rollup merge of #93192 - theidexisted:patch-1, r=wesleywiserEric Huss-1/+1
2022-01-29Rollup merge of #92274 - woppopo:const_deallocate, r=oli-obkMatthias Krüger-0/+10
2022-01-26`const_deallocate`: Don't deallocate memory allocated in an another const. Do...woppopo-0/+10
2022-01-24Merge landing_pad and set_cleanup into cleanup_landing_padbjorn3-9/+2
2022-01-24Merge add_handler into catch_switchbjorn3-4/+2
2022-01-24Remove unused return values from resume and cleanup_retbjorn3-6/+2
2022-01-24Reorder unwinding related builder methods to differentiate between dwarf and ...bjorn3-1/+5
2022-01-22Rollup merge of #92828 - Amanieu:unwind-abort, r=dtolnayMatthias Krüger-4/+23
2022-01-22Add VS 2022 into error messagetheidexisted-1/+1
2022-01-21adapt L4Bender implementationBenjamin Lamowski-80/+62
2022-01-21Add L4Bender as linker variantSebastian Humenda-1/+172
2022-01-20Rollup merge of #91606 - joshtriplett:stabilize-print-link-args, r=pnkfelixMatthias Krüger-1/+1
2022-01-19Rollup merge of #91278 - SparrowLii:place, r=spastorinoMatthias Krüger-76/+67
2022-01-18Rollup merge of #92425 - calebzulawski:simd-cast, r=workingjubileeMatthias Krüger-149/+181
2022-01-18Auto merge of #87648 - JulianKnodt:const_eq_constrain, r=oli-obkbors-2/+3
2022-01-18Improve documentation of splatted constantsCaleb Zulawski-26/+28
2022-01-17Add term to ExistentialProjectionkadmin-2/+3
2022-01-17Rollup merge of #92877 - Amanieu:remove_llvm_nounwind, r=Mark-SimulacrumMatthias Krüger-3/+1
2022-01-17Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieubors-58/+0
2022-01-17Change TerminatorKind::Abort to call the panic handler instead ofAmanieu d'Antras-4/+23
2022-01-16Auto merge of #92805 - BoxyUwU:revert-lazy-anon-const-substs, r=lcnrbors-2/+2
2022-01-15Reduce use of local_def_id_to_hir_id.Camille GILLOT-1/+1
2022-01-15Rollup merge of #92873 - eholk:async-symbol-names, r=tmandryMatthias Krüger-2/+8
2022-01-15initial revertEllen-2/+2
2022-01-14Remove LLVMRustMarkAllFunctionsNounwindAmanieu d'Antras-3/+1
2022-01-13Generate more precise generator namesEric Holk-2/+8
2022-01-13Rollup merge of #90001 - Fearyncess:master, r=alexcrichtonMatthias Krüger-3/+15
2022-01-12Remove deprecated LLVM-style inline assemblyTomasz Miąsko-58/+0
2022-01-11Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef`Aaron Hill-2/+2
2022-01-09Stabilize -Z print-link-args as --print link-argsJosh Triplett-1/+1
2022-01-07Rollup merge of #92375 - wesleywiser:consolidate_debuginfo_msvc_check, r=mich...Eric Huss-50/+51