about summary refs log tree commit diff
path: root/compiler/rustc_metadata/src/creader.rs
AgeCommit message (Expand)AuthorLines
2025-08-15Detect missing `derive` on unresolved attribute even when not importedEsteban Küber-0/+5
2025-07-28Support multiple crate versions in --extern-html-root-urlKornel-0/+8
2025-07-28Save names of used extern cratesKornel-0/+15
2025-07-28Avoid redundant lookup in CrateLoader::existing_matchKornel-1/+1
2025-07-18inline CrateLoader inside of CStoreLorrensP-2158466-137/+149
2025-07-03Make most CrateLocator fields privatebjorn3-21/+7
2025-07-03Have a separate code path for -Zdual-proc-macrobjorn3-41/+56
2025-07-03Pass CrateRejections separately from CrateLocatorbjorn3-25/+39
2025-06-24Stop handling explicit dependencies on the panic runtimebjorn3-14/+7
2025-06-24Remove dependency injection for the panic runtimebjorn3-70/+3
2025-06-01Auto merge of #141730 - osiewicz:collect-crate-deps-postorder-use-indexset, r...bors-8/+10
2025-05-29Erase return type of crate_dependencies_in_reverse_postorderPiotr Osiewicz-4/+5
2025-05-29cstore: Use IndexSet as backing store for postorder dependenciesPiotr Osiewicz-5/+6
2025-05-27Do not get proc_macro from the sysroot in rustcbjorn3-1/+1
2025-05-19Warning added when dependency crate has async drop types, and the feature is ...Andrew Zhogin-0/+21
2025-05-04Initial support for dynamically linked cratesBryanskiy-1/+4
2025-04-03Make LevelAndSource a structOli Scherer-1/+1
2025-04-01Move `ast::Item::ident` into `ast::ItemKind`.Nicholas Nethercote-7/+5
2025-04-01Factor out some shared code.Nicholas Nethercote-32/+14
2025-03-17Target modifiers fix for bool flags without valueAndrew Zhogin-18/+51
2025-02-23Rollup merge of #135501 - tgross35:stdlib-dependencies-private, r=bjorn3Matthias Krüger-39/+136
2025-02-21If the parent dependency is private, treat dependents as privateTrevor Gross-5/+26
2025-02-21Partially revert ed63539282 ("Mark dependencies ... private by default")Trevor Gross-17/+1
2025-02-21Inject `compiler_builtins` during postprocessing rather than via ASTTrevor Gross-0/+38
2025-02-21Always allow reusing cratenum in CrateLoader::loadbjorn3-21/+9
2025-02-20Improve debugging for metadata structuresTrevor Gross-1/+2
2025-02-20Track where crate dependencies come from in `creader`Trevor Gross-20/+73
2025-02-08Rustfmtbjorn3-13/+19
2025-02-02Target modifiers (special marked options) are recorded in metainfo and compar...Andrew Zhogin-2/+95
2025-01-23Make the wasm_c_abi future compat warning a hard errorbjorn3-6/+1
2025-01-19Manual cleanup of some `is_{or_none|some_and}` usagesYotam Ofek-1/+2
2025-01-19Run `clippy --fix` for `unnecessary_map_or` lintYotam Ofek-1/+1
2025-01-14Mark dependencies of the standard library as private by defaultTrevor Gross-19/+47
2025-01-14rustc_metadata: Rename `root` to `dep_root`Trevor Gross-20/+29
2025-01-08update cfg(bootstrap)Pietro Albini-1/+1
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-2/+1
2024-12-15Add hir::AttributeJonathan Dönszelmann-1/+8
2024-11-28Replace `Symbol::intern` calls with preinterned symbolsclubby789-4/+5
2024-11-27Auto merge of #133369 - Zalathar:profiler-builtins-no-core, r=jieyouxubors-9/+5
2024-11-25use ReadCache for archive loadingHenry Jiang-1/+1
2024-11-24Allow injecting a profiler runtime into `#![no_core]` cratesZalathar-6/+2
2024-11-24Rollup merge of #133300 - Enselic:build-std-instrument-coverage, r=jieyouxuMatthias Krüger-2/+2
2024-11-24Clarify logic for whether a profiler runtime is neededZalathar-3/+3
2024-11-21inject_panic_runtime(): Avoid double negation for 'any non rlib'Martin Nordholts-2/+2
2024-11-21aix: fix archive formatHenry Jiang-2/+49
2024-11-15rustc_metadata: Preprocess search paths for better performancePiotr Osiewicz-1/+2
2024-11-02Rename target triple to target tuple in many places in the compilerNoratrieb-3/+3
2024-10-31Remove support for `-Zprofile` (gcov-style coverage instrumentation)Zalathar-3/+1
2024-10-26expand: Stop using artificial `ast::Item` for macros loaded from metadataVadim Petrochenkov-2/+2
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-23/+17