1
Fork 0
rust/compiler/rustc_resolve/src
Takayuki Maeda eb23a597c8
Rollup merge of #139184 - Urgau:crate-root-lint-levels, r=jieyouxu
Add unstable `--print=crate-root-lint-levels`

This PR implements `--print=crate-root-lint-levels` from MCP 833 https://github.com/rust-lang/compiler-team/issues/833.

Tracking issue: https://github.com/rust-lang/rust/issues/139180

Best reviewed commit by commit.
2025-04-02 22:52:45 +09:00
..
late Address review comments. 2025-04-01 16:07:23 +11:00
build_reduced_graph.rs Address review comments. 2025-04-01 16:07:23 +11:00
check_unused.rs Move ast::Item::ident into ast::ItemKind. 2025-04-01 14:08:57 +11:00
def_collector.rs Address review comments. 2025-04-01 16:07:23 +11:00
diagnostics.rs Rollup merge of #138790 - xizheyin:issue-138626, r=compiler-errors 2025-04-01 20:25:21 +02:00
effective_visibilities.rs Move ast::Item::ident into ast::ItemKind. 2025-04-01 14:08:57 +11:00
errors.rs Allow builtin macros to be used more than once. 2025-03-19 14:12:47 +01:00
ident.rs resolve: Avoid some unstable iteration 2 2025-03-24 23:03:11 +03:00
imports.rs Rollup merge of #138790 - xizheyin:issue-138626, r=compiler-errors 2025-04-01 20:25:21 +02:00
late.rs Address review comments. 2025-04-01 16:07:23 +11:00
lib.rs Rollup merge of #139184 - Urgau:crate-root-lint-levels, r=jieyouxu 2025-04-02 22:52:45 +09:00
macros.rs Rollup merge of #139184 - Urgau:crate-root-lint-levels, r=jieyouxu 2025-04-02 22:52:45 +09:00
rustdoc.rs rustc_resolve: prevent iteration of refids for completeness 2025-03-27 12:39:48 -04:00