erg/crates/erg_common
2023-10-16 13:31:05 +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 feat: let Shared: Send + Sync 2023-05-27 20:41:28 +09:00
Cargo.toml feat: parallelize the analysis process 2023-06-18 15:58:32 +09:00
config.rs chore: add parameter Builder to PackageBuilder 2023-10-11 11:46:23 +09:00
consts.rs fix: case-sensitiveness check 2023-07-03 23:25:40 +09:00
datetime.rs Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
dict.rs fix: warn unused type variables 2023-08-02 15:07:31 +09:00
env.rs chore: fix warnings 2023-10-07 14:46:19 +09:00
erg_util.rs chore(compiler): improve import error messages 2023-02-14 22:58:02 +09:00
error.rs chore: VarInfo.impl_of: Option<Type> -> ctx: ContextKind 2023-10-15 17:41:22 +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 feat: add "command" to compiler options 2023-04-07 11:19:51 +09:00
io.rs feat: add unsound module 2023-10-15 11:51:27 +09:00
lang.rs feat: add special namespaces module/global 2023-05-03 14:32:09 +09:00
levenshtein.rs fix: bugs with enumeration of vars 2023-03-06 19:44:49 +09:00
lib.rs fix: add VirtualFileSystem 2023-09-15 18:04:12 +09:00
macros.rs fix: recursive type bug 2023-08-17 22:44:54 +09:00
opcode.rs fix: codegen bugs (3.8~3.10) 2023-07-23 23:17:28 +09:00
opcode308.rs fix: codegen bugs (3.8~3.10) 2023-07-23 23:17:28 +09:00
opcode309.rs fix: codegen bugs (3.8~3.10) 2023-07-23 23:17:28 +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(els): use NormalizedPathBuf for AbsLocation 2023-09-13 23:26:05 +09:00
python_util.rs feat: add tomllib module 2023-10-16 13:31:05 +09:00
random.rs Fix #370 2023-01-28 12:54:42 +09:00
serialize.rs fix: bytecode reader 2023-08-24 14:17:49 +09:00
set.rs chore: add Planner 2023-10-05 15:10:27 +09:00
shared.rs refactor: LocalShared -> Forkable 2023-06-18 18:30:09 +09:00
spawn.rs chore: add safe_yield 2023-08-21 22:50:08 +09:00
stdin.rs Merge branch 'main' into rwlock 2023-06-10 17:45:08 +09:00
str.rs chore(els): improve workspace symbol 2023-09-03 16:24:39 +09:00
style.rs feat(erg_common): add Stylize trait 2023-03-01 11:19:09 +09:00
traits.rs chore: add DefBody::pre_block 2023-09-20 12:32:25 +09:00
triple.rs chore: fix warnings 2023-10-07 14:46:19 +09:00
tsort.rs fix: dependents check 2023-09-15 15:31:54 +09:00
vfs.rs fix: add VirtualFileSystem 2023-09-15 18:04:12 +09:00