erg/crates/erg_common
2025-04-07 11:50:37 +09:00
..
.gitignore Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
build.rs fix: case-sensitiveness check 2023-07-03 23:25:40 +09:00
cache.rs fix: infinite recursion bug 2024-09-04 20:38:46 +09:00
Cargo.toml fix: SharedPromise::join deadlock 2024-12-10 11:38:23 +09:00
config.rs feat: add ErgConfig::respect_pyi 2025-02-18 21:58:53 +09:00
consts.rs fix: disable parallelization by default 2024-09-19 15:36:37 +09:00
datetime.rs Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
dict.rs fix: trait impl bugs (2) 2024-12-27 01:35:57 +09:00
env.rs perf: reduce IO 2024-11-10 13:32:13 +09:00
erg_util.rs chore(compiler): improve import error messages 2023-02-14 22:58:02 +09:00
error.rs perf: improve Location::stream performance 2024-12-31 13:45:02 +09:00
fresh.rs fix: HIR linking 2023-06-29 11:50:59 +09:00
fxhash.rs Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
help_messages.rs Update help_messages.rs 2024-09-28 14:42:33 +09:00
io.rs fix: clippy warnings 2025-04-07 11:50:37 +09:00
lang.rs feat: add special namespaces module/global 2023-05-03 14:32:09 +09:00
levenshtein.rs fix: clippy warnings 2025-02-21 18:00:45 +09:00
lib.rs perf: reduce IO 2024-11-10 13:32:13 +09:00
macros.rs fix: relax default limit of set_recursion_limit 2024-12-31 13:46:52 +09:00
opcode.rs fix: keyword argument bugs 2023-12-29 17:00:11 +09:00
opcode308.rs fix: keyword argument bugs 2023-12-29 17:00:11 +09:00
opcode309.rs feat: args expansion 2024-08-20 01:20:42 +09:00
opcode310.rs feat: args expansion 2024-08-20 01:20:42 +09:00
opcode311.rs feat: args expansion 2024-08-20 01:20:42 +09:00
pathutil.rs fix: clippy warnings 2025-04-07 11:50:37 +09:00
python_util.rs Update python_util.rs 2025-01-16 22:29:10 +09:00
random.rs Fix #370 2023-01-28 12:54:42 +09:00
serialize.rs Update serialize.rs 2025-01-21 14:52:52 +09:00
set.rs perf: improve ModuleGraph complexity (2) 2024-12-04 12:39:38 +09:00
shared.rs fix: recursion bugs of structural types 2024-09-10 23:21:39 +09:00
spawn.rs chore: add dependency w-boson 2024-09-06 13:33:35 +09:00
stdin.rs build: update pyo3 to v0.21 2024-07-02 03:15:28 +09:00
str.rs fix: clippy warnings 2024-11-29 11:08:25 +09:00
style.rs fix: StyledStr::destyle 2024-12-29 12:48:53 +09:00
traits.rs perf: path resolution cache 2024-11-09 16:29:34 +09:00
triple.rs chore: add ast::VarPattern::Phi 2024-10-20 14:25:29 +09:00
tsort.rs fix: infinite recursion bug 2024-09-04 20:38:46 +09:00
vfs.rs perf: path resolution cache 2024-11-09 16:29:34 +09:00