about summary refs log tree commit diff
path: root/compiler/rustc_metadata/src/rmeta
AgeCommit message (Expand)AuthorLines
2022-02-25Rollup merge of #94252 - lcnr:def_kind-encoding, r=cjgillotMatthias Krüger-7/+2
2022-02-24resolve/metadata: Stop encoding macros as reexportsVadim Petrochenkov-8/+23
2022-02-24metadata: Tweak the way in which declarative macros are encodedVadim Petrochenkov-5/+8
2022-02-24resolve: Fix incorrect results of `opt_def_kind` query for some built-in macrosVadim Petrochenkov-1/+1
2022-02-24don't special case `DefKind::Ctor` in encodinglcnr-7/+2
2022-02-24Auto merge of #94129 - cjgillot:rmeta-table, r=petrochenkovbors-450/+321
2022-02-22Provide copy-free access to raw Decoder bytesMark Rousskov-1/+1
2022-02-19Adopt let else in more placesest31-3/+2
2022-02-19Add generator_kind table.Camille GILLOT-10/+5
2022-02-19Add fn_arg_names table.Camille GILLOT-29/+14
2022-02-19Add asyncness table.Camille GILLOT-19/+7
2022-02-19Add rendered_const table.Camille GILLOT-35/+19
2022-02-19Add mir_const_qualifs table.Camille GILLOT-28/+15
2022-02-19Drop ImplData.Camille GILLOT-76/+31
2022-02-19Do not decode span when we only need the name.Camille GILLOT-17/+19
2022-02-19Encode metadata using queries.Camille GILLOT-243/+222
2022-02-19Stop interning stability.Camille GILLOT-7/+3
2022-02-18rustdoc: Collect traits in scope for lang itemsVadim Petrochenkov-8/+11
2022-02-17Rollup merge of #94011 - est31:let_else, r=lcnrMatthias Krüger-1/+1
2022-02-16Adopt let_else in even more placesest31-1/+1
2022-02-15Overhaul `Const`.Nicholas Nethercote-1/+1
2022-02-14fast_reject: remove `StripReferences`lcnr-2/+1
2022-02-09Ensure that queries only return Copy types.Camille GILLOT-17/+12
2022-02-04rustdoc: Collect traits in scope for foreign inherent implsVadim Petrochenkov-0/+27
2022-01-26Auto merge of #88679 - petrochenkov:doctrscope, r=GuillaumeGomezbors-6/+10
2022-01-25Auto merge of #93095 - Aaron1011:remove-assoc-ident, r=cjgillotbors-2/+2
2022-01-25rustdoc: Pre-calculate traits that are in scope for doc linksVadim Petrochenkov-6/+10
2022-01-24Auto merge of #90842 - pierwill:localdefid-indexmap, r=wesleywiserbors-3/+1
2022-01-22Use an `indexmap` to avoid sorting `LocalDefId`spierwill-3/+1
2022-01-22Make `Decodable` and `Decoder` infallible.Nicholas Nethercote-53/+48
2022-01-19Store a `Symbol` instead of an `Ident` in `AssocItem`Aaron Hill-2/+2
2022-01-17Rollup merge of #92164 - WaffleLapkin:rustc_must_implement_one_of_attr, r=Aar...Matthias Krüger-0/+4
2022-01-16Replace NestedVisitorMap with NestedFilterCameron Steffen-5/+5
2022-01-16rustc_metadata: Switch all decoder methods from vectors to iteratorsVadim Petrochenkov-77/+56
2022-01-15Reduce use of local_def_id_to_hir_id.Camille GILLOT-8/+6
2022-01-13Rollup merge of #92277 - petrochenkov:cmrval2, r=jackh726Matthias Krüger-98/+98
2022-01-12Auto merge of #92169 - In-line:no-cache-selector-lrc, r=Mark-Simulacrumbors-1/+1
2022-01-11Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef`Aaron Hill-4/+4
2022-01-09rustc_metadata: Stop passing `CrateMetadataRef` by referenceVadim Petrochenkov-98/+98
2022-01-09Auto merge of #92690 - matthiaskrgr:rollup-rw0oz05, r=matthiaskrgrbors-2/+12
2022-01-09Rollup merge of #92608 - petrochenkov:doctrscope3, r=CraftSpiderMatthias Krüger-2/+12
2022-01-09Auto merge of #92086 - petrochenkov:modchild, r=jackh726bors-40/+53
2022-01-09Implement `#[rustc_must_implement_one_of]` attributeMaybe Waffle-0/+4
2022-01-09Auto merge of #92497 - bjorn3:remove_lazy_meta_min_size, r=eddybbors-32/+13
2022-01-09rustc_middle: Rename `Export` to `ModChild` and add some commentsVadim Petrochenkov-12/+17
2022-01-09rustc_metadata: Rename `item_children(_untracked)` to `module_children(_untra...Vadim Petrochenkov-7/+12
2022-01-09rustc_metadata: Optimize and document module children decodingVadim Petrochenkov-25/+28
2022-01-08Remove LazyMeta::min_sizebjorn3-32/+13
2022-01-07Add `trait_item_def_id` to `AssocItem`Matthew Jasper-0/+9
2022-01-07Deserialization less in associated_item_def_idsMatthew Jasper-6/+11