ruff/crates/ruff_python_formatter/src/other
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
..
alias.rs Avoid printing continuations within import identifiers (#7744) 2023-10-02 09:51:07 -04:00
arguments.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
bytes_literal.rs Remove layout values from AnyStringPart (#13681) 2024-10-09 07:25:40 +01:00
commas.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
comprehension.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
decorator.rs Implement RUF028 to detect useless formatter suppression comments (#9899) 2024-02-28 19:21:06 +00:00
elif_else_clause.rs Insert empty line between suite and alternative branch after def/class (#12294) 2024-07-15 12:59:33 +02:00
except_handler_except_handler.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
f_string.rs Implement template strings (#17851) 2025-05-30 15:00:56 -05:00
identifier.rs Range formatting: Fix invalid syntax after parenthesizing expression (#9751) 2024-02-02 17:56:25 +01:00
interpolated_string.rs Implement template strings (#17851) 2025-05-30 15:00:56 -05:00
interpolated_string_element.rs Implement template strings (#17851) 2025-05-30 15:00:56 -05:00
keyword.rs
match_case.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
mod.rs Implement template strings (#17851) 2025-05-30 15:00:56 -05:00
parameter.rs Fix placement of inline parameter comments (#13379) 2024-09-18 08:26:06 +02:00
parameter_with_default.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
parameters.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
string_literal.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
t_string.rs Implement template strings (#17851) 2025-05-30 15:00:56 -05:00
with_item.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00