summary refs log tree commit diff
path: root/compiler/rustc_ty_utils/src/lib.rs
AgeCommit message (Expand)AuthorLines
2024-01-25Remove unused featuresclubby789-1/+0
2023-11-26Use `rustc_fluent_macro::fluent_messages!` directly.Nicholas Nethercote-2/+1
2023-11-26Avoid need for `{D,Subd}iagnosticMessage` imports.Nicholas Nethercote-1/+0
2023-11-20Alphabetize features.Nicholas Nethercote-2/+2
2023-11-20Reduce exposure of some items.Nicholas Nethercote-3/+3
2023-11-15Bump cfg(bootstrap)sMark Rousskov-3/+3
2023-10-23Factor signature type walking out of opaque_types_defined_byOli Scherer-0/+2
2023-10-08rustdoc: remove rust logo from non-Rust cratesMichael Howell-0/+3
2023-07-29Take RPITITs inherit the assumed_wf_types of their parent fnMichael Goulet-0/+1
2023-07-21Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk"David Tolnay-2/+0
2023-07-21Move `naive_layout_of` query provider in separate sibling moduleMoulins-0/+2
2023-05-15Move expansion of query macros in rustc_middle to rustc_middle::queryJohn Kåre Alsaker-1/+1
2023-05-12add `query opaque_types_defined_by`lcnr-0/+2
2023-05-05Factor out checks in layout check and add helper inherent_size.Luqman Aden-0/+1
2023-04-18Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`Nilstrieb-1/+1
2023-04-08Move SIMD layout errors to `SessionDiagnostic`Matthew Jasper-0/+2
2023-04-04Use `FieldIdx` in `FieldsShape`Scott McMurray-0/+1
2023-03-11Simplify message pathsest31-1/+1
2023-02-22errors: generate typed identifiers in each crateDavid Wood-0/+4
2023-01-18Also remove `#![feature(control_flow_enum)]` where possibleScott McMurray-1/+0
2022-12-08Move has_structural_eq_impls provider to rustc_ty_utilsMichael Goulet-0/+2
2022-10-07Rewrite representabilityCameron Steffen-0/+1
2022-10-06Rollup merge of #98496 - BoxyUwU:instancers_bad_equality, r=lcnrMatthias Krüger-0/+1
2022-10-03Move utils from rustc_middle to rustc_ty_utilsCameron Steffen-2/+5
2022-09-30make query take `(LocalDefId, DefId)`Boxy-0/+1
2022-09-26remove cfg(bootstrap)Pietro Albini-1/+0
2022-09-15Only enable the let_else feature on bootstrapest31-1/+1
2022-08-26Migrate rustc_ty_utils to use SessionDiagnosticPeter Medus-0/+3
2022-08-17implied_bounds: clarify our assumptionslcnr-0/+2
2022-07-12Move abstract const to rustc_middle::tykadmin-0/+2
2022-06-28Make consts mod privateDominik Stolz-1/+1
2022-06-28Improve pretty printing of valtrees for referencesDominik Stolz-0/+2
2022-06-03Fully stabilize NLLJack Huey-1/+0
2022-02-19Adopt let else in more placesest31-0/+1
2022-01-07Move associated_item* providers to their own moduleMatthew Jasper-0/+2
2021-10-02Remove various unused feature gatesbjorn3-2/+0
2021-07-03Use `BoundVarsCollector` for nowYuki Okushi-0/+1
2021-04-27move `representability` out of `rustc_middle`lcnr-0/+1
2021-02-23yeetEllen-0/+2
2020-11-19Move `rustc_ty` -> `rustc_ty_utils`LeSeulArtichaut-0/+28