ruff/crates/ruff_python_parser/src/parser
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
..
snapshots Update insta snapshots (#14366) 2024-11-15 19:31:15 +01:00
expression.rs Implement template strings (#17851) 2025-05-30 15:00:56 -05:00
helpers.rs Implement template strings (#17851) 2025-05-30 15:00:56 -05:00
mod.rs Implement template strings (#17851) 2025-05-30 15:00:56 -05:00
options.rs [syntax-errors] Store to or delete __debug__ (#16984) 2025-03-29 12:07:20 -04:00
pattern.rs Implement template strings (#17851) 2025-05-30 15:00:56 -05:00
progress.rs Replace LALRPOP parser with hand-written parser (#10036) 2024-04-18 17:57:39 +05:30
recovery.rs Use CompactString for Identifier (#12101) 2024-07-01 10:06:02 +02:00
statement.rs Implement template strings (#17851) 2025-05-30 15:00:56 -05:00
tests.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00