about summary refs log tree commit diff
path: root/compiler/rustc_monomorphize/src/collector.rs
AgeCommit message (Expand)AuthorLines
2025-09-09Auto merge of #145717 - BoxyUwU:erase_regions_rename, r=lcnrbors-1/+1
2025-09-09erase_regions to erase_and_anonymize_regionsBoxy-1/+1
2025-09-08fixup limit handling codeJana Dönszelmann-1/+1
2025-09-01pub async fn implementation coroutine (func::{closure#0}) is monomorphized, w...Andrew Zhogin-1/+14
2025-08-15Rollup merge of #144865 - WaffleLapkin:track-tail, r=lqdStuart Cook-1/+29
2025-08-14Complete functionality and general cleanupMarcelo Domínguez-0/+5
2025-08-13fix tail calls to `#[track_caller]` functionsWaffle Lapkin-1/+29
2025-08-06Add support for shortening `Instance` and use itEsteban Küber-24/+22
2025-07-31remove rustc_attr_data_structuresJana Dönszelmann-1/+1
2025-07-24Rollup merge of #144094 - saethlin:codegen-the-main-fn, r=petrochenkovLeón Orell Valerian Liehr-0/+9
2025-07-23Remove useless lifetime parameter.Camille GILLOT-9/+4
2025-07-23Give an AllocId to ConstValue::Slice.Camille GILLOT-4/+2
2025-07-21Ensure we codegen and don't internalize the entrypointBen Kimock-0/+9
2025-07-09Add opaque TypeId handles for CTFEOli Scherer-0/+1
2025-07-03setup CI and tidy to use typos for spellchecking and fix few typosklensy-1/+1
2025-07-01Remove support for dyn*Michael Goulet-16/+3
2025-06-28Auto merge of #141759 - 1c3t3a:discriminants-query, r=saethlinbors-0/+3
2025-06-27Auto merge of #142893 - Mark-Simulacrum:no-const-collect, r=oli-obkbors-6/+8
2025-06-27Insert checks for enum discriminants when debug assertions are enabledBastian Kersting-0/+3
2025-06-22Stop collecting unmentioned constantsMark Rousskov-6/+8
2025-06-21Skip collecting no-op DropGlue in vtablesMark Rousskov-2/+10
2025-06-05Replace some `Option<Span>` with `Span` and use DUMMY_SP instead of NoneOli Scherer-2/+2
2025-05-27Always evaluate free lifetime-generic constantsLeón Orell Valerian Liehr-1/+1
2025-05-09don't depend on rustc_attr_parsing if rustc_data_structures will domejrs-1/+1
2025-05-05Rename Instance::new to Instance::new_raw and add a note that it is rawMichael Goulet-2/+2
2025-04-29mono collector: Reduce \# of locking while walking the graphPiotr Osiewicz-27/+37
2025-04-28AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}...Andrew Zhogin-2/+4
2025-04-14Normalize ADT fields in find_tails_for_unsizingMichael Goulet-31/+32
2025-04-10Remove the use of Rayon iteratorsJohn Kåre Alsaker-1/+1
2025-04-01Make missing optimized MIR error more informativeOli Scherer-0/+1
2025-03-27Rollup merge of #138980 - tmiasko:collect-var-debug-info, r=compiler-errorsStuart Cook-1/+6
2025-03-26Collect items referenced from var_debug_infoTomasz Miąsko-1/+6
2025-03-26Stop using Interner in the compiler randomlyMichael Goulet-3/+3
2025-03-03Remove some unnecessary aliases from `rustc_data_structures::sync`Zalathar-19/+15
2025-02-26Rollup merge of #137601 - davidtwco:deduplicate-type-has-metadata, r=fmease,b...León Orell Valerian Liehr-12/+1
2025-02-26Rollup merge of #137529 - klensy:unused3, r=lcnrLeón Orell Valerian Liehr-1/+1
2025-02-24cleanup few unused argsklensy-1/+1
2025-02-24ssa/mono: deduplicate `type_has_metadata`David Wood-12/+1
2025-02-23Rollup merge of #137334 - compiler-errors:edition-2024-fresh-2, r=saethlin,tr...Jacob Pratt-1/+1
2025-02-22Greatly simplify lifetime captures in edition 2024Michael Goulet-1/+1
2025-02-22Make a fake body to store typeck results for global_asmMichael Goulet-7/+6
2025-02-22Make asm a named fieldMichael Goulet-1/+1
2025-02-17Move some `Map` methods onto `TyCtxt`.Nicholas Nethercote-1/+1
2025-02-14Normalize closure instance before eagerly monomorphizing itMichael Goulet-0/+7
2025-02-03Rollup merge of #136464 - nnethercote:rm-TyCtxtAt-for-hooks, r=oli-obk许杰友 Jieyou Xu (Joe)-2/+2
2025-02-03Remove hook calling via `TyCtxtAt`.Nicholas Nethercote-2/+2
2025-02-01Rename `tcx.ensure()` to `tcx.ensure_ok()`Zalathar-1/+1
2025-01-31Auto merge of #134424 - 1c3t3a:null-checks, r=saethlinbors-0/+3
2025-01-31Insert null checks for pointer dereferences when debug assertions are enabledBastian Kersting-0/+3
2025-01-31Auto merge of #136332 - jhpratt:rollup-aa69d0e, r=jhprattbors-1/+1