summary refs log tree commit diff
path: root/compiler/rustc_metadata/src/rmeta/decoder.rs
AgeCommit message (Expand)AuthorLines
2022-03-31Merge impl_constness and is_const_fn_raw.Camille GILLOT-14/+0
2022-03-31Create trait_def table.Camille GILLOT-34/+3
2022-03-31Store fn constness in impl_constness.Camille GILLOT-4/+4
2022-03-31Introduce repr_options table.Camille GILLOT-8/+9
2022-03-31Rollup merge of #95497 - nyurik:compiler-spell-comments, r=compiler-errorsDylan DPC-1/+1
2022-03-30Auto merge of #95436 - cjgillot:static-mut, r=oli-obkbors-11/+1
2022-03-30Spellchecking compiler commentsYuri Astrakhan-1/+1
2022-03-30typolcnr-1/+1
2022-03-30fix rustdoc wrt builtin impls switchlcnr-5/+14
2022-03-30rework implementation for inherent impls for builtin typeslcnr-3/+22
2022-03-29Remember mutability in `DefKind::Static`.Camille GILLOT-11/+1
2022-03-11Improve `AdtDef` interning.Nicholas Nethercote-1/+1
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-2/+5
2022-02-24Auto merge of #94129 - cjgillot:rmeta-table, r=petrochenkovbors-244/+128
2022-02-22Provide copy-free access to raw Decoder bytesMark Rousskov-1/+1
2022-02-19Add generator_kind table.Camille GILLOT-7/+0
2022-02-19Add fn_arg_names table.Camille GILLOT-9/+0
2022-02-19Add asyncness table.Camille GILLOT-9/+0
2022-02-19Add rendered_const table.Camille GILLOT-10/+1
2022-02-19Add mir_const_qualifs table.Camille GILLOT-20/+4
2022-02-19Drop ImplData.Camille GILLOT-27/+0
2022-02-19Do not decode span when we only need the name.Camille GILLOT-16/+18
2022-02-19Encode metadata using queries.Camille GILLOT-152/+111
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