ruff/crates/ruff_benchmark/benches
Andrew Gallant 4e169e5f6c red_knot: use `Diagnostic` inside of red knot
This replaces things like `TypeCheckDiagnostic` with the new Diagnostic`
type.

This is a "surgical" replacement where we retain the existing API of
of diagnostic reporting such that _most_ of Red Knot doesn't need to be
changed to support this update. But it will enable us to start using the
new diagnostic renderer and to delete the old renderer. It also paves
the path for exposing the new `Diagnostic` data model to the broader Red
Knot codebase.
2025-04-02 10:10:01 -04:00
..
formatter.rs Pass `ParserOptions` to the parser (#16220) 2025-02-19 10:50:50 -05:00
lexer.rs [ci]: Fixup codspeed upgrade (#16790) 2025-03-17 09:14:22 +01:00
linter.rs Server: Allow `FixAll` action in presence of version-specific syntax errors (#16848) 2025-03-20 05:09:14 -05:00
parser.rs [ci]: Fixup codspeed upgrade (#16790) 2025-03-17 09:14:22 +01:00
red_knot.rs red_knot: use `Diagnostic` inside of red knot 2025-04-02 10:10:01 -04:00