summary refs log tree commit diff
path: root/compiler/rustc_metadata/src/rmeta/encoder.rs
AgeCommit message (Expand)AuthorLines
2022-01-06rustc_middle: Add a method for getting a `SimplifiedType` definition/IDVadim Petrochenkov-2/+2
2022-01-01Stabilize -Z symbol-mangling-version as -C symbol-mangling-versionJosh Triplett-1/+1
2022-01-01rustc_metadata: Use a query for collecting all traits in encoderVadim Petrochenkov-21/+53
2021-12-29Auto merge of #92244 - petrochenkov:alltraits, r=cjgillotbors-22/+37
2021-12-28rustc_metadata: Encode list of all crate's traits into metadataVadim Petrochenkov-22/+37
2021-12-28rustc_metadata: Merge items from `extern` blocks into their parent modulesVadim Petrochenkov-8/+15
2021-12-22Remove `PartialOrd` and `Ord` from `LocalDefId`pierwill-1/+1
2021-12-18Rollup merge of #91926 - SylvanB:remove_in_band_lifetimes_from_rustc_metadata...Matthias Krüger-3/+3
2021-12-16Rollup merge of #92001 - fee1-dead:dmbic-xcrate-fix, r=oli-obkMatthias Krüger-2/+3
2021-12-16Fix default_method_body_is_const when used across cratesDeadbeef-2/+3
2021-12-14Remove `in_band_lifetimes` from `rustc_metadata`Sylvan Bowdler-3/+3
2021-12-14extend `simplify_type`lcnr-3/+8
2021-12-09Remove redundant [..]sest31-1/+1
2021-11-30Auto merge of #91330 - cjgillot:no-ee-features, r=Aaron1011bors-1/+1
2021-11-28Remove eval_always for lib_features.Camille GILLOT-1/+1
2021-11-28Take a LocalDefId in expect_*item.Camille GILLOT-4/+2
2021-11-09Rollup merge of #90701 - michaelwoerister:more-artifact-sizes, r=davidtwcoMatthias Krüger-0/+3
2021-11-08Record more artifact sizes during self-profiling.Michael Woerister-0/+3
2021-11-07Give inline const separate DefKindGary Guo-3/+9
2021-10-28Remove `ModData` from rustc_metadataMatthew Jasper-3/+1
2021-10-21Handle cross-crate module `ExpnId`s consistentlyMatthew Jasper-1/+3
2021-10-17Auto merge of #89514 - davidtwco:polymorphize-shims-and-predicates, r=lcnrbors-1/+3
2021-10-06Introduce get_diagnostic_nameCameron Steffen-1/+1
2021-10-03Move rustc_middle::middle::cstore to rustc_session.Camille GILLOT-1/+1
2021-10-01Auto merge of #88880 - cjgillot:no-krate, r=oli-obkbors-4/+3
2021-10-01polymorphize: polymorphize shimsDavid Wood-1/+3
2021-09-30Move EncodedMetadata to rustc_metadata.Camille GILLOT-1/+18
2021-09-30Move encode_metadata out of CrateStore.Camille GILLOT-1/+3
2021-09-29Avoid more invocations of hir_crate query.Camille GILLOT-4/+3
2021-09-21`crates` is already deterministiclcnr-4/+3
2021-09-14Rename DefPathHashMap in rustc_metadata so its name does not clash with DefPa...Michael Woerister-3/+3
2021-09-14Store DefPathHash->DefIndex map in on-disk-hash-table format in crate metadata.Michael Woerister-0/+13
2021-09-12Auto merge of #88759 - Amanieu:panic_in_drop, r=nagisa,eddybbors-0/+1
2021-09-12Rollup merge of #88709 - BoxyUwU:thir-abstract-const, r=lcnrManish Goregaokar-3/+5
2021-09-11Ensure that crates are linked with compatible panic-in-drop settingsAmanieu d'Antras-0/+1
2021-09-10rustc: Remove local variable IDs from `Export`sVadim Petrochenkov-8/+1
2021-09-09add test for builtin types N + N unifying with fn callEllen-1/+1
2021-09-09rename mir -> thir around abstract constsEllen-3/+5
2021-09-01Compute proc_macros in resolutions.Camille GILLOT-9/+11
2021-08-28Treat macros as HIR itemsinquisitivecrystal-13/+4
2021-08-25Auto merge of #85344 - cbeuw:remap-across-cwd, r=michaelwoeristerbors-5/+14
2021-08-15Include (potentially remapped) working dir in crate hashAaron Hill-1/+4
2021-08-06encode `generics_of` of fields and ty paramsEllen-2/+2
2021-07-25Introduce OwnerNode::Crate.Camille GILLOT-1/+1
2021-07-25Merge the BTreeMap in hir::Crate.Camille GILLOT-1/+1
2021-07-18Rollup merge of #87092 - ricobbe:fix-raw-dylib-multiple-definitions, r=petroc...Yuki Okushi-1/+1
2021-07-17Choose encoding format in caller code.Camille GILLOT-1/+9
2021-07-17Make the CrateNum part of the ExpnId.Camille GILLOT-3/+11
2021-07-16Consider all fields when comparing DllImports, to remove nondetermininsm in m...Richard Cobbe-1/+1
2021-07-15Separate encoding paths.Camille GILLOT-7/+2