about summary refs log tree commit diff
path: root/compiler/rustc_ty_utils/src/lib.rs
AgeCommit message (Expand)AuthorLines
2025-05-12update cfg(bootstrap)Pietro Albini-1/+0
2025-05-02borrowck nested items in dead codelcnr-2/+2
2025-04-25Rollup merge of #140202 - est31:let_chains_feature_compiler, r=lcnrMatthias Krüger-1/+1
2025-04-23MoreMichael Goulet-0/+2
2025-04-23Make #![feature(let_chains)] bootstrap conditional in compiler/est31-1/+1
2025-04-02Remove `recursion_limit` increases.Nicholas Nethercote-1/+0
2025-03-12Auto merge of #138414 - matthiaskrgr:rollup-9ablqdb, r=matthiaskrgrbors-1/+0
2025-03-11Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.Nicholas Nethercote-1/+0
2025-03-10Revert "Use workspace lints for crates in `compiler/` #138084"许杰友 Jieyou Xu (Joe)-0/+1
2025-03-08Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.Nicholas Nethercote-1/+0
2025-03-07Increase recursion_limit in numerous crates.Nicholas Nethercote-0/+1
2024-10-20compiler: pre-move code for fixing enum layout ICEsJubilee Young-1/+0
2024-09-03Add `warn(unreachable_pub)` to `rustc_ty_utils`.Nicholas Nethercote-0/+1
2024-06-12Use `tidy` to sort crate attributes for all compiler crates.Nicholas Nethercote-2/+4
2024-05-23Remove `#[macro_use] extern crate tracing` from `rustc_ty_utils`.Nicholas Nethercote-3/+0
2024-05-13Remove `extern crate rustc_middle` from `rustc_ty_utils`.Nicholas Nethercote-2/+0
2024-02-09Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwcoMatthias Krüger-2/+0
2024-02-07Stop using `hir_ty_to_ty` in rustc_privacyOli Scherer-1/+1
2024-02-06Invert diagnostic lints.Nicholas Nethercote-2/+0
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