summary refs log tree commit diff
path: root/compiler/rustc_metadata/src/rmeta/encoder.rs
AgeCommit message (Expand)AuthorLines
2022-03-31Merge impl_constness and is_const_fn_raw.Camille GILLOT-0/+4
2022-03-31Create trait_def table.Camille GILLOT-11/+8
2022-03-31Store fn constness in impl_constness.Camille GILLOT-37/+26
2022-03-31Introduce repr_options table.Camille GILLOT-22/+23
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-12/+8
2022-03-30Spellchecking compiler commentsYuri Astrakhan-1/+1
2022-03-30rework implementation for inherent impls for builtin typeslcnr-3/+35
2022-03-29Remember mutability in `DefKind::Static`.Camille GILLOT-12/+8
2022-03-11Improve `AdtDef` interning.Nicholas Nethercote-15/+15
2022-03-03Rollup merge of #94057 - lcnr:simplify_type-uwu, r=nikomatsakisMatthias Krüger-2/+2
2022-02-25Rollup merge of #94252 - lcnr:def_kind-encoding, r=cjgillotMatthias Krüger-7/+2
2022-02-24metadata: Tweak the way in which declarative macros are encodedVadim Petrochenkov-1/+1
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-21update docs for `simplify_type`lcnr-2/+2
2022-02-19Add generator_kind table.Camille GILLOT-1/+2
2022-02-19Add fn_arg_names table.Camille GILLOT-18/+12
2022-02-19Add asyncness table.Camille GILLOT-8/+5
2022-02-19Add rendered_const table.Camille GILLOT-16/+13
2022-02-19Add mir_const_qualifs table.Camille GILLOT-4/+6
2022-02-19Drop ImplData.Camille GILLOT-27/+19
2022-02-19Encode metadata using queries.Camille GILLOT-22/+22
2022-02-19Stop interning stability.Camille GILLOT-1/+1
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-14fast_reject: remove `StripReferences`lcnr-2/+1
2022-02-09Ensure that queries only return Copy types.Camille GILLOT-1/+1
2022-01-25Auto merge of #93095 - Aaron1011:remove-assoc-ident, r=cjgillotbors-1/+1
2022-01-22Use an `indexmap` to avoid sorting `LocalDefId`spierwill-3/+1
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/+1
2022-01-16Replace NestedVisitorMap with NestedFilterCameron Steffen-5/+5
2022-01-15Reduce use of local_def_id_to_hir_id.Camille GILLOT-8/+6
2022-01-11Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef`Aaron Hill-2/+2
2022-01-09Auto merge of #92086 - petrochenkov:modchild, r=jackh726bors-2/+1
2022-01-09Implement `#[rustc_must_implement_one_of]` attributeMaybe Waffle-0/+1
2022-01-09Auto merge of #92497 - bjorn3:remove_lazy_meta_min_size, r=eddybbors-8/+8
2022-01-09rustc_middle: Rename `Export` to `ModChild` and add some commentsVadim Petrochenkov-1/+1
2022-01-09rustc_metadata: Optimize and document module children decodingVadim Petrochenkov-1/+0
2022-01-08Remove LazyMeta::min_sizebjorn3-8/+8
2022-01-07Add `trait_item_def_id` to `AssocItem`Matthew Jasper-0/+3
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