about summary refs log tree commit diff
path: root/compiler/rustc_metadata/src/rmeta
AgeCommit message (Expand)AuthorLines
2025-01-28Make item self/non-self bound naming less whackMichael Goulet-8/+8
2025-01-11rename `BitSet` to `DenseBitSet`Rémy Rakic-2/+2
2025-01-08update cfg(bootstrap)Pietro Albini-1/+1
2024-12-31Convert some Into impls into From implsMichael Goulet-3/+3
2024-12-19Make DependencyList an IndexVecbjorn3-6/+8
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-8/+5
2024-12-16rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structuresJonathan Dönszelmann-2/+2
2024-12-16split attributesJonathan Dönszelmann-10/+13
2024-12-15Add hir::AttributeJonathan Dönszelmann-6/+6
2024-12-14Rollup merge of #134251 - bjorn3:various_cleanups2, r=oli-obkMatthias Krüger-4/+1
2024-12-13Make dependency_formats an FxIndexMap rather than a list of tuplesbjorn3-4/+1
2024-12-12Move impl constness into impl trait headerOli Scherer-6/+2
2024-12-11Require the `constness` query to only be invoked on things that can have cons...Oli Scherer-2/+3
2024-12-09Support x-crate default fieldsEsteban Küber-1/+13
2024-12-09Introduce `default_field_values` featureEsteban Küber-0/+1
2024-12-06Remove polymorphizationBen Kimock-6/+0
2024-12-04Remove some noisy tracingOli Scherer-3/+0
2024-12-03Rollup merge of #133779 - BoxyUwU:array_const_arg_infer_hir_id, r=compiler-er...Matthias Krüger-4/+8
2024-12-03Rollup merge of #133545 - clubby789:symbol-intern-lit, r=jieyouxuMatthias Krüger-0/+1
2024-12-03Use correct `hir_id` for array const arg infersBoxy-4/+8
2024-11-28Replace `Symbol::intern` calls with preinterned symbolsclubby789-0/+1
2024-11-28always create `DefId`s when lowering anon-constslcnr-0/+14
2024-11-21Implement the unsafe-fields RFC.Luca Versari-0/+18
2024-11-19Implement ~const opaquesMichael Goulet-0/+4
2024-11-19Rename implied_const_bounds to explicit_implied_const_boundsMichael Goulet-6/+6
2024-11-07Rollup merge of #132131 - celinval:smir-crate-defs, r=compiler-errorsJubilee-0/+1
2024-11-07[StableMIR] API to retrieve definitions from cratesCelina G. Val-0/+1
2024-11-04ty::KContainer -> ty::AssocItemContainer::KMichael Goulet-7/+7
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-3/+3
2024-10-31Auto merge of #131186 - compiler-errors:precise-capturing-borrowck, r=estebankbors-9/+4
2024-10-31Encode cross-crate opaque type originMichael Goulet-9/+4
2024-10-30Remove dead code stemming from the old effects desugaringLeón Orell Valerian Liehr-8/+1
2024-10-29Rollup merge of #131375 - klensy:clone_on_ref_ptr, r=cjgillotJubilee-2/+2
2024-10-28fix clippy::clone_on_ref_ptr for compilerklensy-2/+2
2024-10-27compiler: Add rustc_abi dependence to the compilerJubilee Young-1/+1
2024-10-26expand: Stop using artificial `ast::Item` for macros loaded from metadataVadim Petrochenkov-20/+8
2024-10-25tcx.is_const_fn doesn't work the way it is described, remove itRalf Jung-1/+1
2024-10-24Be better at enforcing that const_conditions is only called on const itemsMichael Goulet-7/+11
2024-10-24Implement const effect predicate in new solverMichael Goulet-1/+11
2024-10-24Remove associated type based effects logicMichael Goulet-5/+0
2024-10-23nightly feature tracking: get rid of the per-feature bool fieldsRalf Jung-3/+3
2024-10-20Remove outdated commentChris Denton-3/+0
2024-10-11Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiserbors-3/+0
2024-10-10Add variances to RPITITsMichael Goulet-1/+4
2024-10-03Rollup merge of #131183 - compiler-errors:opaque-ty-origin, r=estebankMatthias Krüger-3/+3
2024-10-02Move in_trait into OpaqueTyOriginMichael Goulet-2/+2
2024-10-02Use named fields for OpaqueTyOriginMichael Goulet-3/+3
2024-10-01add unstable support for outputting file checksums for use in cargoJacob Kiesel-0/+2
2024-10-01Remove unnamed field featureMichael Goulet-3/+0