ruff/crates/ruff_python_formatter/src/expression
2023-09-14 15:36:21 +00:00
..
binary_like.rs Treat parenthesized power operands as non-simple (#7371) 2023-09-14 15:36:21 +00:00
expr_attribute.rs Avoid re-parenthesizing call chains whose inner values are parenthesized (#7373) 2023-09-14 05:05:37 -04:00
expr_await.rs Introduce Token element (#7048) 2023-09-02 10:05:47 +02:00
expr_bin_op.rs Bool expression comment placement (#7269) 2023-09-12 06:39:57 +00:00
expr_bool_op.rs Bool expression comment placement (#7269) 2023-09-12 06:39:57 +00:00
expr_call.rs Avoid re-parenthesizing call chains whose inner values are parenthesized (#7373) 2023-09-14 05:05:37 -04:00
expr_compare.rs Bool expression comment placement (#7269) 2023-09-12 06:39:57 +00:00
expr_constant.rs Move ExprConstant::kind to StringConstant::unicode (#7180) 2023-09-06 07:39:25 +00:00
expr_dict.rs Introduce Token element (#7048) 2023-09-02 10:05:47 +02:00
expr_dict_comp.rs Introduce Token element (#7048) 2023-09-02 10:05:47 +02:00
expr_f_string.rs Use the formatter prelude in more files (#6882) 2023-08-25 16:51:07 -04:00
expr_formatted_value.rs Use the formatter prelude in more files (#6882) 2023-08-25 16:51:07 -04:00
expr_generator_exp.rs Preserve generator parentheses in single argument call expressions (#7226) 2023-09-08 10:53:34 +02:00
expr_if_exp.rs Introduce Token element (#7048) 2023-09-02 10:05:47 +02:00
expr_ipy_escape_command.rs Memoize text width (#6552) 2023-09-06 07:10:13 +00:00
expr_lambda.rs Fix inconsistent expr_lambda formatting (#6318) 2023-09-08 09:40:58 +00:00
expr_list.rs Move Ranged into ruff_text_size (#6919) 2023-08-27 14:12:51 -04:00
expr_list_comp.rs Use the formatter prelude in more files (#6882) 2023-08-25 16:51:07 -04:00
expr_name.rs Memoize text width (#6552) 2023-09-06 07:10:13 +00:00
expr_named_expr.rs Introduce Token element (#7048) 2023-09-02 10:05:47 +02:00
expr_set.rs Move Ranged into ruff_text_size (#6919) 2023-08-27 14:12:51 -04:00
expr_set_comp.rs Use the formatter prelude in more files (#6882) 2023-08-25 16:51:07 -04:00
expr_slice.rs Introduce Token element (#7048) 2023-09-02 10:05:47 +02:00
expr_starred.rs Introduce Token element (#7048) 2023-09-02 10:05:47 +02:00
expr_subscript.rs fix: Group fluent subscript (#7386) 2023-09-14 13:04:14 +02:00
expr_tuple.rs Introduce Token element (#7048) 2023-09-02 10:05:47 +02:00
expr_unary_op.rs Introduce Token element (#7048) 2023-09-02 10:05:47 +02:00
expr_yield.rs Introduce Token element (#7048) 2023-09-02 10:05:47 +02:00
expr_yield_from.rs Use the formatter prelude in more files (#6882) 2023-08-25 16:51:07 -04:00
mod.rs fix: Don't omit optional parentheses for subscripts (#7380) 2023-09-14 08:43:53 +00:00
number.rs Memoize text width (#6552) 2023-09-06 07:10:13 +00:00
operator.rs Split implicit concatenated strings before binary expressions (#7145) 2023-09-08 06:51:26 +00:00
parentheses.rs Introduce IndentWidth (#7301) 2023-09-13 14:52:24 +02:00
string.rs Introduce IndentWidth (#7301) 2023-09-13 14:52:24 +02:00