| .. |
|
alias.rs
|
Add builders for common comment rendering (#3232)
|
2023-02-26 04:16:24 +00:00 |
|
arg.rs
|
Preserve comments on non-defaulted arguments (#3264)
|
2023-02-27 23:41:40 +00:00 |
|
arguments.rs
|
Add initial formatter implementation (#2883)
|
2023-02-15 04:06:35 +00:00 |
|
bool_op.rs
|
Introduce dedicated CST tokens for other operator kinds (#3267)
|
2023-02-27 23:54:57 -05:00 |
|
builders.rs
|
Remove copied `core` modules from `ruff_python_formatter` (#3371)
|
2023-03-08 19:03:40 +00:00 |
|
cmp_op.rs
|
Introduce dedicated CST tokens for other operator kinds (#3267)
|
2023-02-27 23:54:57 -05:00 |
|
comments.rs
|
Create dedicated `Body` nodes in the formatter CST (#3223)
|
2023-02-27 22:55:05 +00:00 |
|
comprehension.rs
|
Add support for trailing colons in slice expressions (#3077)
|
2023-02-20 23:24:32 +00:00 |
|
excepthandler.rs
|
Add builders for common comment rendering (#3232)
|
2023-02-26 04:16:24 +00:00 |
|
expr.rs
|
Remove copied `core` modules from `ruff_python_formatter` (#3371)
|
2023-03-08 19:03:40 +00:00 |
|
helpers.rs
|
Introduce dedicated CST tokens for other operator kinds (#3267)
|
2023-02-27 23:54:57 -05:00 |
|
keyword.rs
|
Make BoolOp its own located token (#3265)
|
2023-02-28 03:43:28 +00:00 |
|
match_case.rs
|
Create dedicated `Body` nodes in the formatter CST (#3223)
|
2023-02-27 22:55:05 +00:00 |
|
mod.rs
|
Introduce dedicated CST tokens for other operator kinds (#3267)
|
2023-02-27 23:54:57 -05:00 |
|
numbers.rs
|
Remove copied `core` modules from `ruff_python_formatter` (#3371)
|
2023-03-08 19:03:40 +00:00 |
|
operator.rs
|
Introduce dedicated CST tokens for other operator kinds (#3267)
|
2023-02-27 23:54:57 -05:00 |
|
pattern.rs
|
Remove copied `core` modules from `ruff_python_formatter` (#3371)
|
2023-03-08 19:03:40 +00:00 |
|
stmt.rs
|
Make BoolOp its own located token (#3265)
|
2023-02-28 03:43:28 +00:00 |
|
strings.rs
|
Remove copied `core` modules from `ruff_python_formatter` (#3371)
|
2023-03-08 19:03:40 +00:00 |
|
unary_op.rs
|
Introduce dedicated CST tokens for other operator kinds (#3267)
|
2023-02-27 23:54:57 -05:00 |
|
withitem.rs
|
Add initial formatter implementation (#2883)
|
2023-02-15 04:06:35 +00:00 |