.. |
alias.rs
|
Avoid printing continuations within import identifiers (#7744)
|
2023-10-02 09:51:07 -04:00 |
arguments.rs
|
Reduce size of Expr from 80 to 64 bytes (#9900)
|
2024-02-09 02:53:13 +00:00 |
bytes_literal.rs
|
Separate StringNormalizer from StringPart (#9954)
|
2024-02-13 18:14:56 +05:30 |
commas.rs
|
Improve with statement comment handling and expression breaking (#6621)
|
2023-08-18 03:30:38 +00:00 |
comprehension.rs
|
Skip over parentheses when detecting in keyword (#8054)
|
2023-10-18 19:13:58 -04:00 |
decorator.rs
|
Introduce Token element (#7048)
|
2023-09-02 10:05:47 +02:00 |
elif_else_clause.rs
|
Use the formatter prelude in more files (#6882)
|
2023-08-25 16:51:07 -04:00 |
except_handler_except_handler.rs
|
Introduce Token element (#7048)
|
2023-09-02 10:05:47 +02:00 |
f_string.rs
|
Perf: Skip string normalization when possible (#10116)
|
2024-02-26 17:35:29 +00:00 |
f_string_element.rs
|
Perf: Skip string normalization when possible (#10116)
|
2024-02-26 17:35:29 +00:00 |
f_string_part.rs
|
Split string formatting to individual nodes (#9058)
|
2023-12-14 12:55:10 -06:00 |
identifier.rs
|
Range formatting: Fix invalid syntax after parenthesizing expression (#9751)
|
2024-02-02 17:56:25 +01:00 |
keyword.rs
|
Introduce Token element (#7048)
|
2023-09-02 10:05:47 +02:00 |
match_case.rs
|
Move {AnyNodeRef, AstNode} to ruff_python_ast crate root (#8030)
|
2023-10-18 00:01:18 +00:00 |
mod.rs
|
Preview minimal f-string formatting (#9642)
|
2024-02-16 20:28:11 +05:30 |
parameter.rs
|
Introduce Token element (#7048)
|
2023-09-02 10:05:47 +02:00 |
parameter_with_default.rs
|
Formatter: Remove unnecessary group (#8455)
|
2023-11-03 04:14:29 +00:00 |
parameters.rs
|
Avoid trailing comma for single-argument with positional separator (#9076)
|
2023-12-09 18:03:31 -05:00 |
string_literal.rs
|
Separate StringNormalizer from StringPart (#9954)
|
2024-02-13 18:14:56 +05:30 |
with_item.rs
|
Parenthesize multi-context managers (#9222)
|
2023-12-22 03:41:03 +00:00 |