erg/crates/erg_common
2024-05-02 23:03:58 +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 chore: fix warnings 2024-05-02 23:03:58 +09:00
Cargo.toml feat: add erg_compiler::compile_with_dependencies 2024-02-14 15:54:30 +09:00
config.rs chore: use ArcArray instead of Vec 2024-03-31 17:18:27 +09:00
consts.rs feat: add rsimport 2023-11-07 12:59:33 +09:00
datetime.rs Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
dict.rs chore: fix warnings 2024-05-02 23:03:58 +09:00
env.rs feat: add erg_compiler::Compiler (python module) 2024-02-15 03:09:22 +09:00
erg_util.rs chore(compiler): improve import error messages 2023-02-14 22:58:02 +09:00
error.rs feat(REPL): add err type 2024-02-20 00:38:39 +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 fix: path handling bug 2024-01-21 02:26:58 +09:00
io.rs fix: correct line offset in REPL error display 2024-02-25 23:15:36 +09:00
lang.rs feat: add special namespaces module/global 2023-05-03 14:32:09 +09:00
levenshtein.rs chore: fix warnings 2024-05-02 23:03:58 +09:00
lib.rs chore: eliminate unwraps 2024-03-23 09:52:52 +09:00
macros.rs fix: trait parameter bug 2024-04-28 18:53:30 +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 fix: keyword argument bugs 2023-12-29 17:00:11 +09:00
opcode310.rs fix: keyword argument bugs 2023-12-29 17:00:11 +09:00
opcode311.rs fix: keyword argument bugs 2023-12-29 17:00:11 +09:00
pathutil.rs Update pathutil.rs 2024-03-13 02:44:02 +09:00
python_util.rs feat: add erg_compiler::Compiler (python module) 2024-02-15 03:09:22 +09:00
random.rs Fix #370 2023-01-28 12:54:42 +09:00
serialize.rs fix: assert de-optimization bug 2024-01-21 13:10:47 +09:00
set.rs fix: polymorphic type spec instantiation bugs 2024-03-13 22:35:08 +09:00
shared.rs fix(els): minor bugs 2024-02-26 12:02:28 +09:00
spawn.rs chore: change debug mode stack size 2023-11-02 22:36:48 +09:00
stdin.rs fix: correct line offset on single line error 2024-02-29 10:21:09 +09:00
str.rs chore: eliminate unwraps 2024-03-23 09:52:52 +09:00
style.rs chore: eliminate unwraps 2024-03-23 09:52:52 +09:00
traits.rs feat(linter): add bool_comparison rule 2024-04-12 01:23:19 +09:00
triple.rs fix: refinement type assert cast bug 2024-02-14 13:44:45 +09:00
tsort.rs chore: project_root_of -> project_root_dir_of 2024-02-01 20:54:35 +09:00
vfs.rs fix: add VirtualFileSystem 2023-09-15 18:04:12 +09:00