ruff/crates/ruff_db/src
Andrew Gallant 6883c1dde7 ruff_db: delete old diagnostic renderer
... and switch to the new one.

We do this switch by converting the old diagnostics to a
`Diagnostic`, and then rendering that.

This does not quite emit identical output. There are some
changes. They *could* be fixed to remain the same, but the
changes aren't obviously worse to me and I think the right
way to *improve* them is to move Red Knot to the new `Diagnostic`
API.

The next commit will have the snapshot changes.
2025-03-17 12:46:49 -04:00
..
diagnostic ruff_db: delete old diagnostic renderer 2025-03-17 12:46:49 -04:00
files [internal]: Upgrade salsa (#16794) 2025-03-17 11:05:54 +01:00
system [red-knot] Case sensitive module resolver (#16521) 2025-03-14 19:16:44 +00:00
vendored Setup tracing and document tracing usage (#12730) 2024-08-08 06:28:40 +00:00
display.rs Upgrade Rust toolchain to 1.83 (#14677) 2024-11-29 12:05:05 +00:00
file_revision.rs Set durabilities for low-durability fields on high-durability inputs (#12627) 2024-08-02 19:42:34 +02:00
files.rs [internal]: Upgrade salsa (#16794) 2025-03-17 11:05:54 +01:00
lib.rs [red-knot] Prefix Type::call and dunder_call with try (#16261) 2025-02-20 09:05:04 +00:00
panic.rs [red-knot] Print non-string panic payloads and (sometimes) backtraces (#15363) 2025-01-08 18:12:16 -05:00
parsed.rs [internal]: Upgrade salsa (#16794) 2025-03-17 11:05:54 +01:00
source.rs [internal]: Upgrade salsa (#16794) 2025-03-17 11:05:54 +01:00
system.rs [red-knot] Case sensitive module resolver (#16521) 2025-03-14 19:16:44 +00:00
testing.rs [internal]: Upgrade salsa (#16794) 2025-03-17 11:05:54 +01:00
vendored.rs Upgrade Rust toolchain to 1.83 (#14677) 2024-11-29 12:05:05 +00:00