about summary refs log tree commit diff
path: root/compiler/rustc_metadata
AgeCommit message (Expand)AuthorLines
2025-07-04Save metadata among work products.Camille GILLOT-3/+20
2025-07-03Rollup merge of #143369 - bjorn3:cleanup_metadata_loading, r=lcnrGuillaume Gomez-95/+134
2025-07-03Make most CrateLocator fields privatebjorn3-27/+29
2025-07-03Have a separate code path for -Zdual-proc-macrobjorn3-41/+56
2025-07-03Pass CrateRejections separately from CrateLocatorbjorn3-63/+87
2025-07-03Deduplicate getting the path of a lib candidatebjorn3-6/+4
2025-07-03setup CI and tidy to use typos for spellchecking and fix few typosklensy-2/+2
2025-07-01Auto merge of #143013 - bjorn3:split_exported_symbols, r=oli-obkbors-18/+30
2025-06-30Introduce `ByteSymbol`.Nicholas Nethercote-48/+77
2025-06-28Remove unused feature gatesYotam Ofek-1/+0
2025-06-27Rollup merge of #140809 - bjorn3:panic_runtime_cleanup, r=petrochenkovMatthias Krüger-96/+18
2025-06-27Split exported_symbols for generic and non-generic symbolsbjorn3-18/+30
2025-06-25Auto merge of #143026 - jdonszelmann:rollup-z7mkuyt, r=jdonszelmannbors-2/+3
2025-06-25Rollup merge of #142724 - xizheyin:avoid_overwrite_args, r=oli-obkJana Dönszelmann-2/+3
2025-06-25encode_cross_crate for hir attributesJana Dönszelmann-3/+7
2025-06-25Add runtime check to avoid overwrite arg easily in diag and store and restore...xizheyin-2/+3
2025-06-24Auto merge of #142979 - matthiaskrgr:rollup-szqah4e, r=matthiaskrgrbors-1/+1
2025-06-24Make comment on activate_injected_dep a doc commentbjorn3-9/+9
2025-06-24Stop handling explicit dependencies on the panic runtimebjorn3-14/+7
2025-06-24Remove dependency injection for the panic runtimebjorn3-74/+3
2025-06-24rustc_session: Add a structure for keeping both explicit and default sysrootsVadim Petrochenkov-1/+1
2025-06-24Tweak `-Zinput-stats` and `-Zmeta-stats` output.Nicholas Nethercote-2/+3
2025-06-24Reverse order of `-Zinput-stats` and `-Zmeta-stats` output.Nicholas Nethercote-0/+1
2025-06-24Make stats code nicer.Nicholas Nethercote-11/+24
2025-06-20Use gen blocks in the compiler instead of from_coroutineMichael Goulet-25/+21
2025-06-18Auto merge of #142689 - Urgau:rollup-4ho6835, r=Urgaubors-75/+123
2025-06-18Rollup merge of #142377 - Urgau:unremap-rustc-dev, r=jieyouxuUrgau-75/+123
2025-06-17apply clippy::or_fun_callklensy-3/+7
2025-06-15Rollup merge of #141769 - bjorn3:codegen_metadata_module_rework, r=workingjub...León Orell Valerian Liehr-29/+17
2025-06-15Un-remap `rustc-dev` component pathsUrgau-0/+22
2025-06-14Prepare `rustc-dev` component un-remapping in the compilerUrgau-75/+101
2025-06-13Rollup merge of #142069 - nnethercote:Zmacro-stats, r=petrochenkovMatthias Krüger-3/+3
2025-06-12Overhaul the `thousands` module.Nicholas Nethercote-3/+3
2025-06-11Remove useless and wrong std crates special casing when un-remap sysrootUrgau-28/+1
2025-06-08raw dylib: ensure that we have applied standard ABI checksRalf Jung-18/+14
2025-06-03Move metadata object generation for dylibs to the linker codebjorn3-29/+17
2025-06-01Auto merge of #141730 - osiewicz:collect-crate-deps-postorder-use-indexset, r...bors-10/+13
2025-05-29Auto merge of #141739 - GuillaumeGomez:rollup-ivboqwd, r=GuillaumeGomezbors-1/+1
2025-05-29Erase return type of crate_dependencies_in_reverse_postorderPiotr Osiewicz-4/+5
2025-05-29creader: Remove extraenous String::clonePiotr Osiewicz-1/+1
2025-05-29cstore: Use IndexSet as backing store for postorder dependenciesPiotr Osiewicz-7/+9
2025-05-27Do not get proc_macro from the sysroot in rustcbjorn3-4/+5
2025-05-21Introduce `tcx.anon_const_kind` queryBoxy-0/+5
2025-05-20Warning when dependency crate has async drop types, and the feature is disabl...Andrew Zhogin-1/+1
2025-05-19Warning added when dependency crate has async drop types, and the feature is ...Andrew Zhogin-0/+39
2025-05-19Rollup merge of #140874 - mejrs:rads, r=WaffleLapkinStuart Cook-7/+8
2025-05-18Remove rustc_attr_data_structures re-export from rustc_attr_parsingmejrs-7/+8
2025-05-12update cfg(bootstrap)Pietro Albini-1/+0
2025-05-06Rollup merge of #139550 - Urgau:rmeta-remap-path-scope, r=nnethercoteStuart Cook-2/+0
2025-05-05Take into-account `-Zremap-path-scope` when embedding filenamesUrgau-2/+0