about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa
AgeCommit message (Expand)AuthorLines
2022-02-23rustc_errors: add `downgrade_to_delayed_bug` to `Diagnostic` itself.Eduard-Mihai Burtescu-1/+1
2022-02-22Rollup merge of #94169 - Amanieu:asm_stuff, r=nagisaMatthias Krüger-1/+0
2022-02-21On ARM, use relocation_model to detect whether r9 should be reservedAmanieu d'Antras-1/+0
2022-02-21use `List<Ty<'tcx>>` for tupleslcnr-1/+1
2022-02-20Auto merge of #94062 - Mark-Simulacrum:drop-print-cfg, r=oli-obkbors-2/+2
2022-02-20Inline build_blockbjorn3-7/+4
2022-02-20Remove FunctionCx::new_blockbjorn3-22/+24
2022-02-20Remove build_sibling_blockbjorn3-11/+10
2022-02-20Auto merge of #93816 - bjorn3:rlib_metadata_first, r=nagisabors-40/+68
2022-02-20Auto merge of #94174 - matthiaskrgr:rollup-snyrlhy, r=matthiaskrgrbors-78/+47
2022-02-20Rollup merge of #94146 - est31:let_else, r=cjgillotMatthias Krüger-78/+47
2022-02-19Auto merge of #92911 - nbdd0121:unwind, r=Amanieubors-13/+60
2022-02-19Adopt let else in more placesest31-78/+47
2022-02-18Rollup merge of #93634 - matthiaskrgr:clippy_complexity_jan_2022, r=oli-obkMatthias Krüger-1/+1
2022-02-18Put crate metadata first in the rlib when possiblebjorn3-40/+68
2022-02-17Rollup merge of #94011 - est31:let_else, r=lcnrMatthias Krüger-16/+13
2022-02-16Move ty::print methods to Drop-based scope guardsMark Rousskov-2/+2
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-14Fix missing dbg infoGary Guo-0/+2
2022-02-13Guard against unwinding in cleanup codeGary Guo-13/+58
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-21Auto merge of #92896 - lqd:update-deps, r=Mark-Simulacrumbors-2/+2
2022-01-20Rollup merge of #91606 - joshtriplett:stabilize-print-link-args, r=pnkfelixMatthias Krüger-1/+1
2022-01-20Update `thorin-dwp` to deduplicate `object`Rémy Rakic-1/+1