.. |
expr_attribute.rs
|
Rename Comments methods (#6649)
|
2023-08-18 06:37:01 +00:00 |
expr_await.rs
|
Preserve yield parentheses (#6766)
|
2023-08-22 10:27:20 +00:00 |
expr_bin_op.rs
|
Rename Comments methods (#6649)
|
2023-08-18 06:37:01 +00:00 |
expr_bool_op.rs
|
Rename Comments methods (#6649)
|
2023-08-18 06:37:01 +00:00 |
expr_call.rs
|
Call chain formatting in fluent style (#6151)
|
2023-08-04 13:58:01 +00:00 |
expr_compare.rs
|
Rename Comments methods (#6649)
|
2023-08-18 06:37:01 +00:00 |
expr_constant.rs
|
Use single lookup for leading, dangling, and trailing comments (#6589)
|
2023-08-15 17:39:45 +02:00 |
expr_dict.rs
|
Rename Comments methods (#6649)
|
2023-08-18 06:37:01 +00:00 |
expr_dict_comp.rs
|
Rename Comments methods (#6649)
|
2023-08-18 06:37:01 +00:00 |
expr_f_string.rs
|
Rename JoinedStr to FString in the AST (#6379)
|
2023-08-07 17:33:17 +00:00 |
expr_formatted_value.rs
|
Track formatting all comments
|
2023-08-10 09:19:27 +02:00 |
expr_generator_exp.rs
|
Rename Comments methods (#6649)
|
2023-08-18 06:37:01 +00:00 |
expr_if_exp.rs
|
Rename Comments methods (#6649)
|
2023-08-18 06:37:01 +00:00 |
expr_ipy_escape_command.rs
|
fmt: off..on suppression comments (#6477)
|
2023-08-14 15:57:36 +00:00 |
expr_lambda.rs
|
Make Parameters an optional field on ExprLambda (#6669)
|
2023-08-18 15:34:54 +00:00 |
expr_list.rs
|
Rename Comments methods (#6649)
|
2023-08-18 06:37:01 +00:00 |
expr_list_comp.rs
|
Rename Comments methods (#6649)
|
2023-08-18 06:37:01 +00:00 |
expr_name.rs
|
Use single lookup for leading, dangling, and trailing comments (#6589)
|
2023-08-15 17:39:45 +02:00 |
expr_named_expr.rs
|
Parenthesize NamedExpr if target breaks (#6714)
|
2023-08-21 16:29:26 +02:00 |
expr_set.rs
|
Rename Comments methods (#6649)
|
2023-08-18 06:37:01 +00:00 |
expr_set_comp.rs
|
Rename Comments methods (#6649)
|
2023-08-18 06:37:01 +00:00 |
expr_slice.rs
|
Rename Comments methods (#6649)
|
2023-08-18 06:37:01 +00:00 |
expr_starred.rs
|
Rename Comments methods (#6649)
|
2023-08-18 06:37:01 +00:00 |
expr_subscript.rs
|
Rename Comments methods (#6649)
|
2023-08-18 06:37:01 +00:00 |
expr_tuple.rs
|
Omit tuple parentheses in for statements except when absolutely necessary (#6765)
|
2023-08-22 12:18:59 +02:00 |
expr_unary_op.rs
|
Rename Comments methods (#6649)
|
2023-08-18 06:37:01 +00:00 |
expr_yield.rs
|
Preserve yield parentheses (#6766)
|
2023-08-22 10:27:20 +00:00 |
expr_yield_from.rs
|
Add AnyExpressionYield to consolidate ExprYield and ExprYieldFrom (#6127)
|
2023-07-27 16:01:16 +00:00 |
mod.rs
|
Preserve yield parentheses (#6766)
|
2023-08-22 10:27:20 +00:00 |
number.rs
|
Replace Formatter<PyFormatContext<'_>> with PyFormatter (#6330)
|
2023-08-04 10:48:58 +02:00 |
parentheses.rs
|
Preserve yield parentheses (#6766)
|
2023-08-22 10:27:20 +00:00 |
string.rs
|
Rename Comments methods (#6649)
|
2023-08-18 06:37:01 +00:00 |