ruff/crates/ruff_python_semantic/src
Dylan 9bbf4987e8
Implement template strings (#17851)
This PR implements template strings (t-strings) in the parser and
formatter for Ruff.

Minimal changes necessary to compile were made in other parts of the code (e.g. ty, the linter, etc.). These will be covered properly in follow-up PRs.
2025-05-30 15:00:56 -05:00
..
analyze Implement template strings (#17851) 2025-05-30 15:00:56 -05:00
cfg Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
model Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
binding.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
branches.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
context.rs Remove separate ReferenceContext enum (#4631) 2023-05-24 15:12:38 +00:00
definition.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
globals.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
imports.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
lib.rs Control flow graph: setup (#17064) 2025-04-01 05:53:42 -05:00
model.rs Implement template strings (#17851) 2025-05-30 15:00:56 -05:00
nodes.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
reference.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
scope.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
star_import.rs Make ImportFrom level just a u32 (#11170) 2024-04-26 20:38:35 -06:00