summary refs log tree commit diff
path: root/compiler/rustc_metadata/src/rmeta/mod.rs
AgeCommit message (Expand)AuthorLines
2022-08-01Remove DefId from AssocItemContainer.Camille GILLOT-28/+3
2022-08-01Store associated item defaultness in impl_defaultness.Camille GILLOT-21/+4
2022-07-27Update mentions to `rustc_metadata::rmeta::Lazy`Yuki Okushi-9/+9
2022-07-20passes: improved partial stabilization diagnosticDavid Wood-0/+1
2022-07-14Auto merge of #96544 - m-ysk:feature/issue-96358, r=cjgillotbors-2/+2
2022-07-12Move abstract const to rustc_middle::tykadmin-2/+1
2022-07-02Auto merge of #97235 - nbdd0121:unwind, r=Amanieubors-1/+1
2022-07-02use rustc_serialize::opaque::FileEncoderYoshiki Matsuda-2/+2
2022-06-15Rename `impl_constness` to `constness`Deadbeef-1/+1
2022-06-14Rename rustc_serialize::opaque::Encoder as MemEncoder.Nicholas Nethercote-2/+2
2022-06-10Revert b983e42936feab29f6333e9835913afc6b4a394e.Nicholas Nethercote-2/+2
2022-06-08Rename `panic_strategy` query to `required_panic_strategy`Gary Guo-1/+1
2022-06-08Fix FFI-unwind unsoundness with mixed panic modeGary Guo-1/+1
2022-06-08Rename `rustc_serialize::opaque::Encoder` as `MemEncoder`.Nicholas Nethercote-2/+2
2022-05-24Make Lazy not care about lifetimes until decodeMichael Goulet-22/+45
2022-05-23refine comments, disambiguate len for array and tablesMichael Goulet-20/+22
2022-05-23split out the various responsibilities of LazyMichael Goulet-112/+123
2022-05-20Remove `crate` visibility usage in compilerJacob Pratt-9/+9
2022-05-16Add a query for checking whether a function is an intrinsic.Oli Scherer-0/+1
2022-05-09store `codegen_fn_attrs` in crate metadatalcnr-0/+2
2022-05-03Add support for a new attribute `#[debugger_visualizer]` to support embedding...ridwanabdillahi-0/+1
2022-04-25Auto merge of #95604 - nbdd0121:used2, r=petrochenkovbors-2/+2
2022-04-19rustc_metadata: Store a flag telling whether an item may have doc links in it...Vadim Petrochenkov-0/+1
2022-04-18Add `SymbolExportInfo`Gary Guo-2/+2
2022-04-16Provide a better diagnostic on failure to meet send bound on futures in a for...oribenshir-0/+2
2022-04-10Directly encode DefId in metadata.Camille GILLOT-3/+27
2022-04-10Directly encode DefPathHash in metadata.Camille GILLOT-1/+1
2022-04-10Directly encode DefKind in metadata.Camille GILLOT-1/+1
2022-04-10Directly encode IsAsync in metadata.Camille GILLOT-1/+1
2022-04-10Directly encode Defaultness in metadata.Camille GILLOT-1/+1
2022-04-10Directly encode Constness in metadata.Camille GILLOT-1/+1
2022-04-10Directly encode ImplPolarity in metadata.Camille GILLOT-1/+1
2022-03-31Create trait_def table.Camille GILLOT-12/+2
2022-03-31Store fn constness in impl_constness.Camille GILLOT-8/+2
2022-03-31Introduce repr_options table.Camille GILLOT-3/+4
2022-03-30Auto merge of #95436 - cjgillot:static-mut, r=oli-obkbors-4/+2
2022-03-30rework implementation for inherent impls for builtin typeslcnr-0/+7
2022-03-29Remember mutability in `DefKind::Static`.Camille GILLOT-4/+2
2022-02-24metadata: Tweak the way in which declarative macros are encodedVadim Petrochenkov-2/+2
2022-02-19Add generator_kind table.Camille GILLOT-1/+2
2022-02-19Add fn_arg_names table.Camille GILLOT-1/+1
2022-02-19Add asyncness table.Camille GILLOT-1/+1
2022-02-19Add rendered_const table.Camille GILLOT-8/+4
2022-02-19Add mir_const_qualifs table.Camille GILLOT-3/+4
2022-02-19Drop ImplData.Camille GILLOT-13/+7
2022-02-19Encode metadata using queries.Camille GILLOT-21/+23
2022-01-17Rollup merge of #92164 - WaffleLapkin:rustc_must_implement_one_of_attr, r=Aar...Matthias Krüger-0/+1
2022-01-09Auto merge of #92086 - petrochenkov:modchild, r=jackh726bors-2/+2
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-15/+1