about summary refs log tree commit diff
path: root/compiler/rustc_metadata/src/rmeta/decoder
AgeCommit message (Expand)AuthorLines
2023-01-19Encode whether foreign opaques are TAITs or notMichael Goulet-0/+1
2023-01-19Use UnordMap instead of FxHashMap in define_id_collections!().Michael Woerister-3/+4
2023-01-05Fix `uninlined_format_args` for some compiler cratesnils-1/+1
2022-12-28better names and a commentMichael Goulet-1/+1
2022-12-09Move the untracked cstore and source_span into a structOli Scherer-0/+3
2022-11-22rustc_metadata: Switch module children decoding to an iteratorVadim Petrochenkov-12/+7
2022-11-21Unreserve braced enum variants in value namespaceVadim Petrochenkov-2/+2
2022-10-31Rewrite implementation of `#[alloc_error_handler]`Amanieu d'Antras-0/+6
2022-10-23Rollup merge of #103192 - petrochenkov:noalltraits, r=jyn514Dylan DPC-5/+0
2022-10-22Auto merge of #103196 - Nilstrieb:no-meta-query, r=cjgillotbors-11/+0
2022-10-21Introduce deduced parameter attributes, and use them for deducing `readonly` onPatrick Walton-0/+1
2022-10-19Get rid of native_library projection queriesnils-11/+0
2022-10-19rustdoc: Eliminate uses of `EarlyDocLinkResolver::all_traits`Vadim Petrochenkov-5/+0
2022-10-07Rewrite representabilityCameron Steffen-0/+1
2022-09-23Serialize RPITIT values in libsMichael Goulet-0/+9
2022-09-07rustc: Parameterize `ty::Visibility` over used IDVadim Petrochenkov-3/+3
2022-08-30Remove fn_has_self_parameter table.Camille GILLOT-3/+3
2022-08-29Rollup merge of #99821 - cjgillot:ast-lifetimes-2, r=compiler-errorsDylan DPC-0/+1
2022-08-26Implementation of import_name_typeDaniel Paoliello-2/+2
2022-08-23get rid of another unnecessary lifetime macro argumentJoshua Nelson-12/+12
2022-08-19Auto merge of #100209 - cjgillot:source-file-index, r=estebankbors-1/+4
2022-08-09Rollup merge of #96478 - WaffleLapkin:rustc_default_body_unstable, r=Aaron1011Dylan DPC-0/+1
2022-08-06Decode SourceFile out of order.Camille GILLOT-1/+4
2022-08-03Compute `object_lifetime_default` per parameter.Camille GILLOT-0/+1
2022-08-01Remove trait_of_item query.Camille GILLOT-1/+0
2022-07-26Implement `#[rustc_default_body_unstable]`Maybe Waffle-0/+1
2022-07-24Do not prefer module parents which are `doc(hidden)` in visibility mapMichael Goulet-5/+15
2022-07-20passes: improved partial stabilization diagnosticDavid Wood-0/+3
2022-07-02Auto merge of #97235 - nbdd0121:unwind, r=Amanieubors-1/+1
2022-06-15Rename `impl_constness` to `constness`Deadbeef-1/+1
2022-06-08Rename `panic_strategy` query to `required_panic_strategy`Gary Guo-1/+1
2022-05-23Fix iterator implementation, add some inlinesMichael Goulet-0/+6
2022-05-23split out the various responsibilities of LazyMichael Goulet-11/+72
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/+1
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-21[WIP] rustdoc: Resolve some more doc links earlyVadim Petrochenkov-0/+8
2022-04-19rustc_metadata: Store a flag telling whether an item may have doc links in it...Vadim Petrochenkov-0/+4
2022-04-19Rollup merge of #96142 - cjgillot:no-crate-def-index, r=petrochenkovDylan DPC-2/+2
2022-04-18Add `SymbolExportInfo`Gary Guo-2/+2
2022-04-17Stop using CRATE_DEF_INDEX.Camille GILLOT-2/+2
2022-04-16Provide a better diagnostic on failure to meet send bound on futures in a for...oribenshir-0/+1
2022-04-07rustdoc: Early doc link resolution fixes and refactoringsVadim Petrochenkov-1/+3
2022-03-31Merge impl_constness and is_const_fn_raw.Camille GILLOT-1/+0
2022-03-31Create trait_def table.Camille GILLOT-1/+1
2022-03-30Auto merge of #95436 - cjgillot:static-mut, r=oli-obkbors-1/+0
2022-03-30fix rustdoc wrt builtin impls switchlcnr-4/+7
2022-03-30rework implementation for inherent impls for builtin typeslcnr-8/+20
2022-03-29Remember mutability in `DefKind::Static`.Camille GILLOT-1/+0