summary refs log tree commit diff
path: root/compiler/rustc_metadata/src/rmeta/decoder.rs
AgeCommit message (Expand)AuthorLines
2022-02-18rustdoc: Collect traits in scope for lang itemsVadim Petrochenkov-7/+5
2022-02-09Ensure that queries only return Copy types.Camille GILLOT-3/+3
2022-02-04rustdoc: Collect traits in scope for foreign inherent implsVadim Petrochenkov-0/+17
2022-01-26Auto merge of #88679 - petrochenkov:doctrscope, r=GuillaumeGomezbors-5/+9
2022-01-25Auto merge of #93095 - Aaron1011:remove-assoc-ident, r=cjgillotbors-1/+1
2022-01-25rustdoc: Pre-calculate traits that are in scope for doc linksVadim Petrochenkov-5/+9
2022-01-22Make `Decodable` and `Decoder` infallible.Nicholas Nethercote-49/+42
2022-01-19Store a `Symbol` instead of an `Ident` in `AssocItem`Aaron Hill-1/+1
2022-01-17Rollup merge of #92164 - WaffleLapkin:rustc_must_implement_one_of_attr, r=Aar...Matthias Krüger-0/+2
2022-01-16rustc_metadata: Switch all decoder methods from vectors to iteratorsVadim Petrochenkov-67/+33
2022-01-13Rollup merge of #92277 - petrochenkov:cmrval2, r=jackh726Matthias Krüger-98/+98
2022-01-11Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef`Aaron Hill-2/+2
2022-01-09rustc_metadata: Stop passing `CrateMetadataRef` by referenceVadim Petrochenkov-98/+98
2022-01-09Auto merge of #92086 - petrochenkov:modchild, r=jackh726bors-21/+30
2022-01-09Implement `#[rustc_must_implement_one_of]` attributeMaybe Waffle-0/+2
2022-01-09Auto merge of #92497 - bjorn3:remove_lazy_meta_min_size, r=eddybbors-5/+4
2022-01-09rustc_middle: Rename `Export` to `ModChild` and add some commentsVadim Petrochenkov-6/+11
2022-01-09rustc_metadata: Rename `item_children(_untracked)` to `module_children(_untra...Vadim Petrochenkov-2/+7
2022-01-09rustc_metadata: Optimize and document module children decodingVadim Petrochenkov-15/+14
2022-01-08Remove LazyMeta::min_sizebjorn3-5/+4
2022-01-07Add `trait_item_def_id` to `AssocItem`Matthew Jasper-0/+5
2022-01-07Deserialization less in associated_item_def_idsMatthew Jasper-0/+10
2022-01-06rustc_metadata: Split `fn get_implementations_for_trait` into two functionsVadim Petrochenkov-22/+22
2022-01-06rustc_metadata: Make `opt_item_ident` in decoder faster and stricterVadim Petrochenkov-33/+24
2022-01-06rustc_metadata: Make attribute decoding slightly faster and stricterVadim Petrochenkov-13/+15
2022-01-06rustc_middle: Add a method for getting a `SimplifiedType` definition/IDVadim Petrochenkov-3/+3
2022-01-02Auto merge of #92034 - petrochenkov:nolinknores, r=joshtriplettbors-9/+1
2022-01-01rustc_metadata: Use a query for collecting all traits in encoderVadim Petrochenkov-1/+2
2021-12-29Auto merge of #92244 - petrochenkov:alltraits, r=cjgillotbors-0/+4
2021-12-28rustc_metadata: Encode list of all crate's traits into metadataVadim Petrochenkov-0/+4
2021-12-28rustc_metadata: Merge items from `extern` blocks into their parent modulesVadim Petrochenkov-36/+5
2021-12-22rustc_metadata: Merge `get_ctor_def_id` and `get_ctor_kind`Vadim Petrochenkov-19/+17
2021-12-17Remove effect of `#[no_link]` attribute on name resolutionVadim Petrochenkov-9/+1
2021-12-14Remove `in_band_lifetimes` from `rustc_metadata`Sylvan Bowdler-2/+2
2021-11-09Add `ty::Visibility::is_public()`inquisitivecrystal-1/+1
2021-10-28Remove `ModData` from rustc_metadataMatthew Jasper-2/+2
2021-10-21Handle cross-crate module `ExpnId`s consistentlyMatthew Jasper-4/+5
2021-10-16Adopt let_else across the compilerest31-3/+1
2021-10-07Rollup merge of #89476 - cjgillot:expn-id, r=petrochenkovJubilee-4/+2
2021-10-06Do not ICE if some foreign expansions were not encoded.Camille GILLOT-2/+0
2021-10-06Access Session while decoding expn_id.Camille GILLOT-2/+2
2021-10-06Introduce get_diagnostic_nameCameron Steffen-4/+12
2021-10-03Move rustc_middle::middle::cstore to rustc_session.Camille GILLOT-2/+3
2021-09-14rustc_metadata: Remove Metadata::raw_bytes() and use Metadata::blob() directl...Michael Woerister-7/+4
2021-09-14Rename DefPathHashMap in rustc_metadata so its name does not clash with DefPa...Michael Woerister-2/+2
2021-09-14Make DefPathHash->DefId panic for if the mapping fails.Michael Woerister-1/+1
2021-09-14Store DefPathHash->DefIndex map in on-disk-hash-table format in crate metadata.Michael Woerister-57/+18
2021-09-14Allow taking an OwningRef of the crate metadata blob.Michael Woerister-17/+61
2021-09-12Rollup merge of #88709 - BoxyUwU:thir-abstract-const, r=lcnrManish Goregaokar-4/+5
2021-09-12Rollup merge of #88677 - petrochenkov:exportid, r=davidtwcoManish Goregaokar-4/+1