rust/compiler/rustc_passes/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
..
liveness compiler: Use size_of from the prelude instead of imported 2025-03-07 13:37:04 -08:00
abi_test.rs compiler: die immediately instead of handling unknown target codegen 2025-02-10 11:04:31 -08:00
check_attr.rs continue to check attr if meet empty repr for adt 2025-03-09 10:51:50 +08:00
dead.rs Fix binding mode problems 2025-02-22 00:13:19 +00:00
debugger_visualizer.rs Use SourceMap to load debugger visualizer files 2024-12-08 18:57:04 +00:00
diagnostic_items.rs Add tcx.visible_traits() and use it for producing diagnostics 2025-01-14 08:51:19 +00:00
entry.rs Change span field accesses to method calls 2025-02-24 14:22:31 +01:00
errors.rs Implment #[cfg] and #[cfg_attr] in where clauses 2025-03-01 22:02:46 +08:00
hir_id_validator.rs Move methods from Map to TyCtxt, part 2. 2025-02-18 10:17:44 +11:00
input_stats.rs Rollup merge of #138040 - thaliaarchi:use-prelude-size-of.compiler, r=compiler-errors 2025-03-09 10:34:49 +01:00
lang_items.rs Re-export more rustc_span::symbol things from rustc_span. 2024-12-18 13:38:53 +11:00
layout_test.rs Teach structured errors to display short Ty 2025-02-25 16:56:03 +00:00
lib.rs Revert "Use workspace lints for crates in compiler/ #138084" 2025-03-10 18:12:47 +08:00
lib_features.rs Introduce new-style attribute parsers for several attributes 2025-02-24 14:31:17 +01:00
liveness.rs Generate the right MIR for by use closures 2025-03-06 17:58:32 -03:00
loops.rs Move methods from Map to TyCtxt, part 2. 2025-02-18 10:17:44 +11:00
naked_functions.rs Implement .use keyword as an alias of clone 2025-03-06 17:58:32 -03:00
reachable.rs Make asm a named field 2025-02-22 00:05:09 +00:00
stability.rs require trait impls to have matching const stabilities as the traits 2025-02-27 04:56:27 +00:00
upvars.rs Move methods from Map to TyCtxt, part 2. 2025-02-18 10:17:44 +11:00
weak_lang_items.rs Add support for wasm exception handling to Emscripten target 2025-01-06 10:29:54 +01:00