ruff/crates/red_knot_python_semantic/src
Alex Waygood 72adb09bf3
Simplify iteration idioms (#13834)
Remove unnecessary uses of `.as_ref()`, `.iter()`, `&**` and similar, mostly in situations when iterating over variables. Many of these changes are only possible following #13826, when we bumped our MSRV to 1.80: several useful implementations on `&Box<[T]>` were only stabilised in Rust 1.80. Some of these changes we could have done earlier, however.
2024-10-20 22:25:27 +01:00
..
module_resolver Upgrade salsa (#13757) 2024-10-15 11:06:32 +00:00
semantic_index Simplify iteration idioms (#13834) 2024-10-20 22:25:27 +01:00
types Simplify iteration idioms (#13834) 2024-10-20 22:25:27 +01:00
ast_node_ref.rs Add definitions for match statement (#13147) 2024-09-02 14:40:09 +05:30
db.rs Rename the ruff_vendored crate to red_knot_vendored (#13586) 2024-10-01 16:16:59 +01:00
lib.rs Use an empty vendored file system in Ruff (#13436) 2024-09-21 16:31:42 +00:00
module_name.rs [red-knot] Add support for relative imports (#12910) 2024-08-16 12:35:27 +01:00
node_key.rs Implement AstNode for Identifier (#13207) 2024-09-02 16:27:12 +05:30
program.rs Eagerly validate typeshed versions (#12786) 2024-08-21 15:49:53 +00:00
python_version.rs Add Python version support to ruff analyze CLI (#13426) 2024-09-20 15:40:47 -04:00
semantic_index.rs [red-knot] Infer target types for unpacked tuple assignment (#13316) 2024-10-15 19:07:11 +00:00
semantic_model.rs Upgrade salsa (#13757) 2024-10-15 11:06:32 +00:00
site_packages.rs Use backticks for code in red-knot messages (#13599) 2024-10-02 03:14:28 +00:00
stdlib.rs [red-knot] don't include Unknown in the type for a conditionally-defined import (#13563) 2024-10-16 13:46:03 -07:00
types.rs Simplify iteration idioms (#13834) 2024-10-20 22:25:27 +01:00