1
Fork 0
rust/compiler/rustc_session/src
Matthias Krüger f54219c473
Rollup merge of #123501 - Urgau:stabilize-check-cfg, r=petrochenkov
Stabilize checking of cfgs at compile-time: `--check-cfg` option

This PR stabilize the `--check-cfg` CLI option of `rustc` (and `rustdoc`) 🎉.

In particular this PR does two things:
  1. it makes the `--check-cfg` option stable
  2. and it moves the documentation to the stable books

FCP: https://github.com/rust-lang/rust/issues/82450#issuecomment-1965328542

Resolves #82450

``@rustbot`` labels +S-blocked +F-check-cfg
r? ``@petrochenkov``
2024-04-16 17:54:41 +02:00
..
config Move --check-cfg documentation to stable books 2024-04-15 21:49:56 +02:00
code_stats.rs -Zprint-type-sizes: print the types of awaitees and unnamed coroutine locals. 2024-03-22 18:07:15 -07:00
config.rs Stabilize checking of cfgs at compile-time: --check-cfg option 2024-04-15 21:49:55 +02:00
cstore.rs Make def_path_hash_to_def_id a hook 2024-03-27 08:20:06 +00:00
errors.rs KCFI: Require -C panic=abort 2024-03-29 16:35:58 +00:00
filesearch.rs linker: Remove laziness and caching from native search directory walks 2024-04-12 17:28:00 +03:00
lib.rs Use generic NonZero internally. 2024-02-15 08:09:42 +01:00
options.rs Rollup merge of #121694 - davidtwco:stabilize-relro-level, r=Mark-Simulacrum 2024-04-16 15:19:10 +02:00
output.rs Make incremental sessions identity no longer depend on the crate names provided by source code 2024-03-13 16:40:02 +01:00
parse.rs conditionally ignore fatal diagnostic in the SilentEmitter 2024-03-19 13:48:07 -04:00
search_paths.rs Replace implementation with @RUSTC_BUILTIN prefix substitution var 2024-03-25 22:20:13 +00:00
session.rs Rollup merge of #121694 - davidtwco:stabilize-relro-level, r=Mark-Simulacrum 2024-04-16 15:19:10 +02:00
utils.rs compiler: fix unused_peekable clippy lint 2024-03-28 10:50:09 +03:00
version.rs Simplify the current_rustc_version macro. 2023-11-10 10:54:21 +11:00