ruff/crates/ty
Leandro Braga f1aeeaa40c [ty] use SystemPath::absolute instead of dunce::canonicalize 2025-08-10 14:41:50 -03:00
..
docs Update Rust toolchain to 1.89 (#19807) 2025-08-07 18:21:50 +02:00
src [ty] use SystemPath::absolute instead of dunce::canonicalize 2025-08-10 14:41:50 -03:00
tests [ty] Implement streaming for workspace diagnostics (#19657) 2025-08-04 09:34:29 +00:00
CONTRIBUTING.md Fix link typo in ty's CONTRIBUTING.md (#18923) 2025-06-24 20:23:31 +00:00
Cargo.toml [ty] use SystemPath::absolute instead of dunce::canonicalize 2025-08-10 14:41:50 -03:00
README.md [ty] contribution guide (#18061) 2025-05-13 10:55:01 +02:00
build.rs [ty] Fix server version (#19284) 2025-07-14 09:06:34 +02:00

README.md

ty

ty is an extremely fast type checker. Currently, it is a work-in-progress and not ready for production use.

The Rust code for ty lives in this repository; see CONTRIBUTING.md for more information on contributing to ty.

See the ty repo for ty documentation and releases.