ruff/crates/ruff_python_formatter/src
Alex Waygood 6774f27f4b
Refactor the ExprDict node (#11267)
Co-authored-by: Micha Reiser <micha@reiser.io>
2024-05-07 11:46:10 +00:00
..
comments Fix 'MarkVerbatimCommentsAsFormattedVisitor' is unused warning in release builds (#11304) 2024-05-06 07:43:16 +00:00
expression Refactor the ExprDict node (#11267) 2024-05-07 11:46:10 +00:00
module Upgrade to Rust 1.78 (#11260) 2024-05-03 12:46:21 +00:00
other Upgrade to Rust 1.78 (#11260) 2024-05-03 12:46:21 +00:00
pattern Upgrade to Rust 1.78 (#11260) 2024-05-03 12:46:21 +00:00
snapshots
statement Upgrade to Rust 1.78 (#11260) 2024-05-03 12:46:21 +00:00
string Upgrade to Rust 1.78 (#11260) 2024-05-03 12:46:21 +00:00
type_param Upgrade to Rust 1.78 (#11260) 2024-05-03 12:46:21 +00:00
builders.rs Avoid multiline expression if format specifier is present (#11123) 2024-04-26 13:34:38 +00:00
cli.rs Remove type parameter from parse_* methods (#9466) 2024-01-11 19:41:19 +01:00
context.rs Avoid multiline expression if format specifier is present (#11123) 2024-04-26 13:34:38 +00:00
generated.rs Remove Expr postfix from ExprNamed, ExprIf, and ExprGenerator (#10229) 2024-03-04 12:55:01 +01:00
lib.rs Upgrade to Rust 1.78 (#11260) 2024-05-03 12:46:21 +00:00
main.rs
options.rs Preview minimal f-string formatting (#9642) 2024-02-16 20:28:11 +05:30
prelude.rs
preview.rs Formatter: Improve single-with item formatting for Python 3.8 or older (#10276) 2024-03-08 23:56:02 +00:00
range.rs Replace LALRPOP parser with hand-written parser (#10036) 2024-04-18 17:57:39 +05:30
shared_traits.rs ruff_python_formatter: copy and inline shared traits (#8656) 2023-11-13 12:16:04 -05:00
verbatim.rs Preview minimal f-string formatting (#9642) 2024-02-16 20:28:11 +05:30