summary refs log tree commit diff
path: root/compiler/rustc_metadata/src/rmeta/mod.rs
AgeCommit message (Expand)AuthorLines
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
2024-08-31Rollup merge of #129725 - compiler-errors:predicates-of, r=fmeaseMatthias Krüger-2/+2
2024-08-29Stop using ty::GenericPredicates for non-predicates_of queriesMichael Goulet-2/+2
2024-08-28Implement RFC 3525.Luca Versari-1/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-12/+13
2024-07-17Add cross-crate precise capturing support to rustdocMichael Goulet-0/+1
2024-06-29Auto merge of #120639 - fee1-dead-contrib:new-effects-desugaring, r=oli-obkbors-0/+2
2024-06-28implement new effects desugaringDeadbeef-0/+2
2024-06-27Make queries more explicitMichael Goulet-3/+3
2024-06-07Only compute specializes query if specialization is enabled in the crate of t...Michael Goulet-0/+2
2024-05-26Give EarlyBinder a tcx parameterMichael Goulet-5/+5
2024-05-21Reorder some `use` items.Nicholas Nethercote-15/+10
2024-05-13Remove `extern crate rustc_middle` from `rustc_metadata`.Nicholas Nethercote-0/+1
2024-04-29Remove `extern crate rustc_macros` from numerous crates.Nicholas Nethercote-0/+2
2024-03-20Split item bounds and item super predicatesMichael Goulet-0/+1
2024-03-07Apply `EarlyBinder` only to `TraitRef` in `ImplTraitHeader`Yoshitomo Nakanishi-1/+1
2024-03-06Auto merge of #119455 - Mark-Simulacrum:relative-spans, r=cjgillotbors-1/+3
2024-03-04Return a struct from `query intrinsic` to be able to add another field in the...Oli Scherer-1/+1
2024-02-16Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkinbors-1/+1
2024-02-16Auto merge of #120486 - reitermarkus:use-generic-nonzero, r=dtolnaybors-10/+10
2024-02-15Return ConstAllocation from eval_static_initializer query directlyOli Scherer-1/+1
2024-02-15Store static initializers in metadata instead of the MIR of statics.Oli Scherer-0/+1
2024-02-15Replace `NonZero::<_>::new` with `NonZero::new`.Markus Reiter-1/+1
2024-02-15Use generic `NonZero` internally.Markus Reiter-10/+10
2024-02-12Remove impl_polarity queryOli Scherer-1/+0
2024-02-12Implement intrinsics with fallback bodiesOli Scherer-1/+1
2024-02-12Use a struct instead of a tupleOli Scherer-1/+1