about summary refs log tree commit diff
path: root/compiler/rustc_metadata/src/creader.rs
AgeCommit message (Expand)AuthorLines
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
2024-08-10rustc_metadata: remove a redundant `#[allow(rustc::untranslatable_diagnostic)]`Pavel Grigorenko-1/+0
2024-07-29Reformat `use` declarations.Nicholas Nethercote-10/+10
2024-06-18Use a dedicated type instead of a reference for the diagnostic contextOli Scherer-2/+2
2024-06-18Prefer `dcx` methods over fields or fields' methodsOli Scherer-1/+1
2024-06-06Remove constant parameter from `CrateLocator::new`Nilstrieb-1/+0
2024-05-23Remove `#[macro_use] extern crate tracing` from `rustc_metadata`.Nicholas Nethercote-0/+1
2024-05-21Rename buffer_lint_with_diagnostic to buffer_lintXiretza-2/+2
2024-05-21Make early lints translatableXiretza-1/+1
2024-05-21Convert uses of BuiltinLintDiag::Normal to custom variantsXiretza-13/+12
2024-05-13Remove `extern crate rustc_middle` from `rustc_metadata`.Nicholas Nethercote-0/+1
2024-04-19Prepare for `CrateNum` query feeding on creationOli Scherer-3/+4
2024-04-19Isolate `CrateNum` creation to `TyCtxt` methodsOli Scherer-12/+8
2024-04-19Move `stable_crate_ids` from `CrateStore` to `Untracked`Oli Scherer-17/+14
2024-04-19Create new `CrateNum` only after knowing it's going to succeedOli Scherer-1/+1
2024-03-24Rollup merge of #122757 - h1467792822:priv-dep, r=davidtwcoMatthias Krüger-11/+16
2024-03-20Fixed the `private-dependency` bug: If the directly dependent crate is loaded...h1467792822-11/+16
2024-03-16Rollup merge of #122605 - osiewicz:metadata-register-crate-store-crate-name-i...León Orell Valerian Liehr-1/+2
2024-03-16rustc-metadata: Store crate name in self-profile of metadata_register_cratePiotr Osiewicz-1/+2
2024-03-16Add `wasm_c_abi` `future-incompat` lintdaxpedda-1/+41
2024-03-06Rollup merge of #121382 - nnethercote:rework-untranslatable_diagnostic-lint, ...Matthias Krüger-0/+1
2024-03-06Rewrite the `untranslatable_diagnostic` lint.Nicholas Nethercote-0/+1
2024-03-05Rollup merge of #121978 - GuillaumeGomez:dylib-duplicated-path, r=bjorn3Matthias Krüger-1/+7
2024-03-05Rename all `ParseSess` variables/fields/lifetimes as `psess`.Nicholas Nethercote-1/+1
2024-03-04Fix duplicated path in the "not found dylib" errorGuillaume Gomez-1/+7
2024-02-21Rollup merge of #121392 - bjorn3:unify_dylib_loading, r=petrochenkovMatthias Krüger-15/+41
2024-02-22Adjust the `has_errors*` methods.Nicholas Nethercote-1/+1
2024-02-21Unify dylib loading between proc macros and codegen backendsbjorn3-15/+41
2024-02-18resolve: Scale back unloading of speculatively loaded cratesVadim Petrochenkov-10/+0
2024-02-06resolve: Unload speculatively resolved crates before freezing cstoreVadim Petrochenkov-1/+14