about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/middle/exported_symbols.rs
AgeCommit message (Expand)AuthorLines
2025-06-27Update commentsbjorn3-0/+3
2025-06-24Add all rustc_std_internal_symbol to symbols.objorn3-0/+3
2025-06-23[Arm64EC] Only decorate functions with `#`Daniel Paoliello-1/+1
2025-05-15Revert "Fix linking statics on Arm64EC #140176"Jieyou Xu-1/+1
2025-05-07[Arm64EC] Only decorate functions with `#`Daniel Paoliello-1/+1
2025-05-05Rename Instance::new to Instance::new_raw and add a note that it is rawMichael Goulet-1/+1
2025-04-28AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}...Andrew Zhogin-0/+4
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+2
2024-06-16Rename InstanceDef -> InstanceKindMichael Goulet-1/+1
2024-04-29Remove `extern crate rustc_macros` from `rustc_middle`.Nicholas Nethercote-1/+1
2024-04-16Add simple async drop glue generationzetanumbers-0/+4
2024-01-12Revert "Auto merge of #118568 - DianQK:no-builtins-symbols, r=pnkfelix"DianQK-5/+0
2023-12-04Avoid adding compiler-used functions to `symbols.o`DianQK-0/+5
2023-08-09rustc: Move `stable_crate_id` from `Session` to `GlobalCtxt`Vadim Petrochenkov-1/+1
2023-07-14refactor(rustc_middle): Substs -> GenericArgMahdi Dibaiee-5/+5
2023-04-18Store hashes in special types so they aren't accidentally encoded as numbersBen Kimock-1/+1
2023-03-29Support TLS access into dylibs on WindowsJohn Kåre Alsaker-0/+5
2022-04-18Synthesis object file for `#[used]` and exported symbolsGary Guo-0/+10
2022-04-18Add `SymbolExportInfo`Gary Guo-0/+7
2021-07-06Revert "Revert "Merge CrateDisambiguator into StableCrateId""bjorn3-2/+2
2021-06-07Revert "Merge CrateDisambiguator into StableCrateId"bjorn3-2/+2
2021-06-02Restrict access to crate_name.Camille GILLOT-1/+1
2021-06-01Revert "Reduce the amount of untracked state in TyCtxt"Camille Gillot-1/+1
2021-05-30Restrict access to crate_name.Camille GILLOT-1/+1
2021-05-30Merge CrateDisambiguator into StableCrateIdbjorn3-2/+2
2020-08-30mv compiler to compiler/mark-0/+55