summary refs log tree commit diff
path: root/compiler/rustc_metadata/src/rmeta/encoder.rs
AgeCommit message (Expand)AuthorLines
2022-05-10only_local: always check for misuselcnr-7/+9
2022-05-10don't encode only locally used attrslcnr-3/+7
2022-05-09reviewlcnr-1/+1
2022-05-09only compute `codegen_fn_attrs` where neededlcnr-1/+3
2022-05-09store `codegen_fn_attrs` in crate metadatalcnr-0/+1
2022-05-06use def_span and def_kind queries instead of calling tcx.hir() methodsMiguel Guarniz-1/+1
2022-05-03Add support for a new attribute `#[debugger_visualizer]` to support embedding...ridwanabdillahi-20/+33
2022-04-30Box HIR Generics and Impl.Camille GILLOT-2/+2
2022-04-25Auto merge of #95604 - nbdd0121:used2, r=petrochenkovbors-3/+3
2022-04-19rustc_metadata: Store a flag telling whether an item may have doc links in it...Vadim Petrochenkov-3/+11
2022-04-19Rollup merge of #96142 - cjgillot:no-crate-def-index, r=petrochenkovDylan DPC-1/+1
2022-04-19Rollup merge of #94493 - oribenshir:feature/ISSUE-78543_async_fn_in_foreign_c...Dylan DPC-3/+4
2022-04-18Add `SymbolExportInfo`Gary Guo-3/+3
2022-04-17Stop using CRATE_DEF_INDEX.Camille GILLOT-1/+1
2022-04-17Auto merge of #95655 - kckeiks:create-hir-crate-items-query, r=cjgillotbors-38/+20
2022-04-16Provide a better diagnostic on failure to meet send bound on futures in a for...oribenshir-3/+4
2022-04-13rustc_metadata: Do not encode unnecessary module childrenVadim Petrochenkov-14/+20
2022-04-10Directly encode DefId in metadata.Camille GILLOT-4/+3
2022-04-10Directly encode DefPathHash in metadata.Camille GILLOT-3/+2
2022-04-10Directly encode DefKind in metadata.Camille GILLOT-3/+3
2022-04-10Directly encode IsAsync in metadata.Camille GILLOT-4/+4
2022-04-10Directly encode Defaultness in metadata.Camille GILLOT-1/+1
2022-04-10Directly encode Constness in metadata.Camille GILLOT-9/+9
2022-04-10Directly encode ImplPolarity in metadata.Camille GILLOT-1/+1
2022-04-09use ItemId.def_id and avoid fetching ItemMiguel Guarniz-16/+12
2022-04-08remove ItemLikeVisitor impls and add fast paths using DefKindMiguel Guarniz-39/+21
2022-04-08remove some uses of visit_all_item_likes in incremental, metadata and interfa...Miguel Guarniz-1/+5
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