rust/tests
Samuel Tardieu d289009eea
Const eval changes (#15773)
First commit treats all constants containing a macro call as non-local
and renames `eval_simple` to be a little clearer.

Second commit removes `CoreConstant` and treats most of them as though
they were local. A couple of the constants like `usize::MAX` are treated
as non-local as different targets may have different values.
`const_is_empty` will now ignore non-local constants since there's no
guarantee that they are the same across all targets/features/versions.

The third commit just changes some `eval` calls to `eval_local`. Most of
these were style lints which shouldn't be assuming the value of a
constant won't ever change.

changelog: none
2025-10-04 18:16:35 +00:00
..
test_utils
ui Const eval changes (#15773) 2025-10-04 18:16:35 +00:00
ui-cargo module_style: refactor and don't lint mod tagged with path attr 2025-09-18 02:58:16 -04:00
ui-internal Merge commit 'e9b70454e4' into clippy-subtree-update 2025-09-04 18:27:27 -04:00
ui-toml test: remove extraneous #[allow(clippy::uninlined_format_args)] 2025-09-30 18:08:37 +02:00
workspace_test
check-fmt.rs
clippy.toml Merge commit '0621446356' into clippy-subtree-update 2025-04-22 18:24:43 +02:00
compile-test.rs Upgrade toml to 0.9.7 and remove the serde feature. 2025-10-02 15:31:42 -04:00
config-consistency.rs Merge commit 'e9b70454e4' into clippy-subtree-update 2025-09-04 18:27:27 -04:00
config-metadata.rs
dogfood.rs Merge commit 'c5dbd1de07' into clippy-subtree-update 2025-06-27 12:20:57 +02:00
integration.rs Merge commit '0450db33a5' into clippy-subtree-update 2025-05-15 19:28:39 +02:00
lint_message_convention.rs Merge commit '1e5237f4a5' into clippy-subtree-update 2025-03-20 22:34:29 +01:00
missing-test-files.rs remove gate 2025-08-04 02:18:18 +05:00
no-profile-in-cargo-toml.rs Do not look for Cargo.toml inside target 2025-09-17 18:56:25 +02:00
symbols-used.rs Merge commit '334fb906ae' into clippy-subtree-update 2025-08-07 17:05:15 +02:00
versioncheck.rs Merge commit 'c5dbd1de07' into clippy-subtree-update 2025-06-27 12:20:57 +02:00
workspace.rs