about summary refs log tree commit diff
path: root/compiler/rustc_metadata/src/rmeta/mod.rs
AgeCommit message (Expand)AuthorLines
2025-09-12Split AssocContainer::{InherentImpl,TraitImpl}Cameron Steffen-2/+1
2025-09-12Rename AssocItemContainer -> AssocContainerCameron Steffen-1/+1
2025-08-12Switch to a bitflags `MacroKinds` to support macros with more than one kindJosh Triplett-1/+1
2025-07-31remove rustc_attr_data_structuresJana Dönszelmann-7/+7
2025-07-31Move `rustc_middle::parameterized` to `rustc_metadata`.Nicholas Nethercote-27/+4
2025-07-15Define datastructures for `#[cfg]` attribute, move StrippedCfgItemJonathan Brouwer-1/+1
2025-07-12Clean up implementation of RPITIT assoc item loweringMichael Goulet-1/+1
2025-07-13query RPITIT in a trait or implbohan-1/+1
2025-06-27Split exported_symbols for generic and non-generic symbolsbjorn3-1/+2
2025-05-21Introduce `tcx.anon_const_kind` queryBoxy-0/+1
2025-05-18Remove rustc_attr_data_structures re-export from rustc_attr_parsingmejrs-6/+6
2025-05-04Initial support for dynamically linked cratesBryanskiy-0/+2
2025-04-12don't store opaque info during encodingbohan-4/+2
2025-04-11Rollup merge of #138682 - Alexendoo:extra-symbols, r=fee1-deadStuart Cook-1/+1
2025-04-10Allow drivers to supply a list of extra symbols to internAlex Macleod-1/+1
2025-04-10Rename some `name` variables as `ident`.Nicholas Nethercote-1/+1
2025-04-03hygiene: Avoid recursion in syntax context decodingVadim Petrochenkov-1/+3
2025-04-02Auto merge of #139018 - oli-obk:incremental-trait-impls, r=compiler-errorsbors-0/+2
2025-04-01Store adt_async_destructor in metadataOli Scherer-0/+1
2025-04-01Store adt_destructor in metadataOli Scherer-0/+1
2025-04-01Bump metadata versionJakub Beránek-1/+1
2025-03-31Store only a metadata stub into `rlibs` and `dylibs` with `-Zembed-metadata=no`Jakub Beránek-0/+6
2025-03-30Revert "Auto merge of #129827 - bvanjoi:less-decoding, r=petrochenkov"Jakub Beránek-2/+2
2025-03-29less decoding if it has the same syntax contextbohan-2/+2
2025-03-19Use `Option<Ident>` for lowered param names.Nicholas Nethercote-1/+1
2025-03-10make precise capturing args in rustdoc Json typedmorine0122-1/+2
2025-02-03Auto merge of #133138 - azhogin:azhogin/target-modifiers, r=davidtwco,saethlinbors-2/+3
2025-02-02Target modifiers (special marked options) are recorded in metainfo and compar...Andrew Zhogin-2/+3
2025-01-28Make item self/non-self bound naming less whackMichael Goulet-1/+1
2025-01-11rename `BitSet` to `DenseBitSet`Rémy Rakic-2/+2
2024-12-31Convert some Into impls into From implsMichael Goulet-3/+3
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-2/+1
2024-12-16rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structuresJonathan Dönszelmann-1/+1
2024-12-15Add hir::AttributeJonathan Dönszelmann-1/+1
2024-12-09Support x-crate default fieldsEsteban Küber-0/+1
2024-12-06Remove polymorphizationBen Kimock-1/+0
2024-11-21Implement the unsafe-fields RFC.Luca Versari-0/+1
2024-11-19Rename implied_const_bounds to explicit_implied_const_boundsMichael Goulet-1/+1
2024-11-03compiler: Directly use rustc_abi in metadata and middleJubilee Young-2/+2
2024-11-02Rename target triple to target tuple in many places in the compilerNoratrieb-2/+2
2024-10-31Auto merge of #131186 - compiler-errors:precise-capturing-borrowck, r=estebankbors-1/+1
2024-10-31Encode cross-crate opaque type originMichael Goulet-1/+1
2024-10-30Remove dead code stemming from the old effects desugaringLeón Orell Valerian Liehr-1/+0
2024-10-27compiler: Add rustc_abi dependence to the compilerJubilee Young-1/+1
2024-10-24Implement const effect predicate in new solverMichael Goulet-0/+2
2024-10-24Remove associated type based effects logicMichael Goulet-1/+0
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-2/+2
2024-09-16Encode coroutine_by_move_body_def_id in crate metadataMichael Goulet-0/+1
2024-09-04Make supertrait and implied predicates queries defaultedMichael Goulet-4/+2
2024-09-01Revert "Auto merge of #127537 - veluca93:struct_tf, r=BoxyUwU"Jakub Beránek-2/+1