ruff/crates/ruff_python_ast_integration_tests/tests
Denys Zhak f4e4229683
Some checks are pending
CI / cargo fmt (push) Waiting to run
CI / Determine changes (push) Waiting to run
CI / cargo clippy (push) Blocked by required conditions
CI / cargo test (linux) (push) Blocked by required conditions
CI / cargo test (linux, release) (push) Blocked by required conditions
CI / cargo test (${{ github.repository == 'astral-sh/ruff' && 'depot-windows-2022-16' || 'windows-latest' }}) (push) Blocked by required conditions
CI / cargo test (macos-latest) (push) Blocked by required conditions
CI / cargo test (wasm) (push) Blocked by required conditions
CI / cargo build (msrv) (push) Blocked by required conditions
CI / cargo fuzz build (push) Blocked by required conditions
CI / fuzz parser (push) Blocked by required conditions
CI / test scripts (push) Blocked by required conditions
CI / ecosystem (push) Blocked by required conditions
CI / Fuzz for new ty panics (push) Blocked by required conditions
CI / cargo shear (push) Blocked by required conditions
CI / ty completion evaluation (push) Blocked by required conditions
CI / python package (push) Waiting to run
CI / pre-commit (push) Waiting to run
CI / mkdocs (push) Waiting to run
CI / formatter instabilities and black similarity (push) Blocked by required conditions
CI / test ruff-lsp (push) Blocked by required conditions
CI / check playground (push) Blocked by required conditions
CI / benchmarks instrumented (ruff) (push) Blocked by required conditions
CI / benchmarks instrumented (ty) (push) Blocked by required conditions
CI / benchmarks walltime (medium|multithreaded) (push) Blocked by required conditions
CI / benchmarks walltime (small|large) (push) Blocked by required conditions
[ty Playground] Release / publish (push) Waiting to run
Add token based parenthesized_ranges implementation (#21738)
Co-authored-by: Micha Reiser <micha@reiser.io>
2025-12-03 08:15:17 +00:00
..
snapshots Disallow implicit concatenation of t-strings and other string types (#19485) 2025-07-27 12:41:03 +00:00
comparable.rs Disallow implicit concatenation of t-strings and other string types (#19485) 2025-07-27 12:41:03 +00:00
identifier.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
match_pattern.rs [red-knot] Add control flow support for match statement (#13241) 2024-09-10 02:14:19 +05:30
parentheses.rs Add token based parenthesized_ranges implementation (#21738) 2025-12-03 08:15:17 +00:00
parenthesize.rs
source_order.rs Disallow implicit concatenation of t-strings and other string types (#19485) 2025-07-27 12:41:03 +00:00
stmt_if.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
visitor.rs Disallow implicit concatenation of t-strings and other string types (#19485) 2025-07-27 12:41:03 +00:00