erg/crates/erg_common
2023-05-01 23:27:53 +09:00
..
.gitignore Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
build.rs Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
cache.rs chore(els): let FileCache: Send + Sync 2023-05-01 23:27:53 +09:00
Cargo.toml refactor: py_compatible -> py_compat 2023-03-30 00:43:30 +09:00
config.rs feat: add "command" to compiler options 2023-04-07 11:19:51 +09:00
consts.rs Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
datetime.rs Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
dict.rs feat: fix bugs 2023-03-29 21:03:07 +09:00
env.rs fix: display error instead of crash when ERG_PATH is not found 2023-04-27 16:44:06 +09:00
erg_util.rs chore(compiler): improve import error messages 2023-02-14 22:58:02 +09:00
error.rs feat: implement And type overloading 2023-04-24 21:43:46 +09:00
fresh.rs Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
fxhash.rs Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
help_messages.rs feat: add "command" to compiler options 2023-04-07 11:19:51 +09:00
lang.rs feat(els): improve doc-comment display 2023-04-28 23:48:45 +09:00
levenshtein.rs fix: bugs with enumeration of vars 2023-03-06 19:44:49 +09:00
lib.rs chore(els): let FileCache: Send + Sync 2023-05-01 23:27:53 +09:00
macros.rs fix: Structural subtyping bug 2023-02-24 09:49:22 +09:00
opcode.rs Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
opcode308.rs Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
opcode310.rs Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
opcode311.rs Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
pathutil.rs fix: path-related bugs 2023-02-25 00:54:11 +09:00
python_util.rs test: add a mock test for the REPL server 2023-04-27 00:25:53 +09:00
random.rs Fix #370 2023-01-28 12:54:42 +09:00
serialize.rs Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
set.rs chore: add Dereferencer 2023-04-01 18:08:15 +09:00
shared.rs feat(els): add deep completion 2023-03-10 13:26:13 +09:00
spawn.rs chore: name the spawned thread 2023-03-22 22:00:38 +09:00
stdin.rs refactor: add TODO and include condition 2023-02-08 10:49:25 +09:00
str.rs chore(els): let FileCache: Send + Sync 2023-05-01 23:27:53 +09:00
style.rs feat(erg_common): add Stylize trait 2023-03-01 11:19:09 +09:00
traits.rs test: check the number of warnings 2023-04-01 21:53:22 +09:00
triple.rs fix: casting bugs 2023-04-27 13:58:15 +09:00
tsort.rs fix(els): file data inconsistencies 2023-03-31 19:49:49 +09:00
tty.rs Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00