ruff/crates/ruff_python_stdlib/src
2024-09-10 16:34:24 -04:00
..
sys Add a new script to generate builtin module names (#12696) 2024-08-05 21:33:36 +01:00
builtins.rs Remove allocation from ruff_python_stdlib::builtins::python_builtins (#13317) 2024-09-10 16:34:24 -04:00
future.rs Rewrite a variety of .contains() calls as matches! statements (#5432) 2023-06-28 22:42:27 -04:00
identifiers.rs Add an explicit fast path for whitespace to is_identifier_continuation (#9532) 2024-01-16 08:23:43 +00:00
keyword.rs Remove some additional manual iterator matches (#5482) 2023-07-03 16:29:59 +00:00
lib.rs Introduce a ruff_python_semantic crate (#3865) 2023-04-04 16:50:47 +00:00
logging.rs Fix logging rules with whitespace around dot (#6022) 2023-07-24 05:14:48 +00:00
path.rs [flake8-builtins] Implement import, lambda, and module shadowing (#12546) 2024-07-29 01:42:42 +00:00
str.rs Slight speed-up for lowercase and uppercase identifier checks (#9798) 2024-02-03 14:40:41 +00:00
typing.rs Add time, tzinfo, and timezone as immutable function calls (#13109) 2024-08-27 15:51:32 +01:00