rust/compiler/rustc_ty_utils/src
许杰友 Jieyou Xu (Joe) 063ef18fdc Revert "Use workspace lints for crates in compiler/ #138084"
Revert <https://github.com/rust-lang/rust/pull/138084> to buy time to
consider options that avoids breaking downstream usages of cargo on
distributed `rustc-src` artifacts, where such cargo invocations fail due
to inability to inherit `lints` from workspace root manifest's
`workspace.lints` (this is only valid for the source rust-lang/rust
workspace, but not really the distributed `rustc-src` artifacts).

This breakage was reported in
<https://github.com/rust-lang/rust/issues/138304>.

This reverts commit 48caf81484, reversing
changes made to c6662879b2.
2025-03-10 18:12:47 +08:00
..
layout rename BackendRepr::Vector → SimdVector 2025-02-28 17:17:45 +01:00
abi.rs compiler: use is_rustic_abi in ty_utils 2025-03-04 19:57:51 -08:00
assoc.rs Make synthetic RPITIT assoc ty name handling more rigorous. 2025-03-07 20:59:45 +11:00
common_traits.rs Account for UseCloned on expr_use_visitor 2025-03-06 17:58:34 -03:00
consts.rs Implement .use keyword as an alias of clone 2025-03-06 17:58:32 -03:00
errors.rs Implement .use keyword as an alias of clone 2025-03-06 17:58:32 -03:00
implied_bounds.rs Greatly simplify lifetime captures in edition 2024 2025-02-22 22:24:52 +00:00
instance.rs Delete tuple unsizing 2025-02-27 10:26:33 +00:00
layout.rs Move coroutine layout logic to rustc_abi 2025-03-08 16:16:23 +01:00
lib.rs Revert "Use workspace lints for crates in compiler/ #138084" 2025-03-10 18:12:47 +08:00
needs_drop.rs Greatly simplify lifetime captures in edition 2024 2025-02-22 22:24:52 +00:00
opaque_types.rs Move methods from Map to TyCtxt, part 3. 2025-02-21 14:31:09 +11:00
representability.rs rename BitSet to DenseBitSet 2025-01-11 11:34:01 +00:00
sig_types.rs Make fewer crates depend on rustc_ast_ir 2025-02-19 07:06:54 +00:00
structural_match.rs TypingMode 🤔 2024-10-29 17:01:24 +01:00
ty.rs Rollup merge of #136968 - oli-obk:bye-bye, r=compiler-errors 2025-03-09 10:34:47 +01:00