about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty/parameterized.rs
AgeCommit message (Expand)AuthorLines
2023-11-20Unify defined_lib_features and lib_features queriesMichael Goulet-0/+1
2023-10-20s/Generator/Coroutine/Oli Scherer-2/+2
2023-09-23Enable drop_tracking_mir by default.Camille GILLOT-1/+0
2023-09-21Record asyncness span in HIRMichael Goulet-0/+1
2023-07-14Use u64 for incr comp allocation offsetsBen Kimock-0/+1
2023-06-22Migrate item_bounds to ty::ClauseMichael Goulet-0/+1
2023-06-19s/Clause/ClauseKindMichael Goulet-1/+1
2023-06-01Remember names of `cfg`-ed out items to mention them in diagnosticsNilstrieb-0/+1
2023-05-16Move DebuggerVisualizerFile types from rustc_span to rustc_middleMichael Woerister-1/+1
2023-04-24Split `{Idx, IndexVec, IndexSlice}` into their own modulesMaybe Waffle-1/+1
2023-03-14Encode opt_rpitit_info for associated typesMichael Goulet-0/+1
2023-02-16Rename some region-specific stuffMichael Goulet-1/+1
2023-02-10Resolve documentation links in rustc and store the results in metadataVadim Petrochenkov-0/+2
2023-01-27Separate witness type computation from the generator transform.Camille GILLOT-0/+1
2023-01-19Encode whether foreign opaques are TAITs or notMichael Goulet-0/+1
2023-01-14add EarlyBinder::subst_identity; impl ParameterizedOverTcx (needed for rustc...Kyle Matsuda-0/+4
2023-01-09Use newtype for unused generic parametersNilstrieb-0/+1
2022-12-15Rollup merge of #105758 - Nilstrieb:typeck-results-mod, r=compiler-errorsMatthias Krüger-22/+16
2022-12-15Small cleanup in parameterizedNilstrieb-22/+16
2022-12-15Merge `SimplifiedTypeGen<D>` into `SimplifiedType`.Nicholas Nethercote-2/+2
2022-11-29Make inferred_outlives_crate return ClauseSantiago Pastorino-1/+2
2022-11-25Add empty ConstKind::Abstractkadmin-2/+0
2022-11-22Split `MacArgs` in two.Nicholas Nethercote-1/+1
2022-10-21Introduce deduced parameter attributes, and use them for deducing `readonly` onPatrick Walton-0/+1
2022-10-07Rewrite representabilityCameron Steffen-0/+1
2022-09-23Serialize RPITIT values in libsMichael Goulet-0/+5
2022-09-07rustc: Parameterize `ty::Visibility` over used IDVadim Petrochenkov-2/+2
2022-08-30Separate macro_rules and macro_definition.Camille GILLOT-1/+1
2022-08-30Use tables for macros.Camille GILLOT-1/+1
2022-08-30Move AssocContainer to a metadata table.Camille GILLOT-0/+1
2022-08-29Rollup merge of #99821 - cjgillot:ast-lifetimes-2, r=compiler-errorsDylan DPC-0/+1
2022-08-03Compute `object_lifetime_default` per parameter.Camille GILLOT-0/+1
2022-07-26Implement `#[rustc_default_body_unstable]`Maybe Waffle-0/+1
2022-07-12Move abstract const to rustc_middle::tykadmin-1/+1
2022-05-24Make Lazy not care about lifetimes until decodeMichael Goulet-0/+119