..
context
merge from main
2023-05-28 10:01:00 +09:00
error
feat: refinement type specification
2023-05-20 16:40:26 +09:00
lib
feat: add tempfile
module
2023-05-25 14:20:22 +09:00
module
merge from main
2023-05-28 10:01:00 +09:00
tests
fix: union/intersection types bugs
2023-03-20 14:48:34 +09:00
ty
merge from main
2023-05-28 10:01:00 +09:00
.gitignore
Rename dir: compiler
-> crates
2023-01-15 12:03:19 +09:00
artifact.rs
feat(els): add case-change action
2023-02-11 14:20:15 +09:00
build.rs
Rename dir: compiler
-> crates
2023-01-15 12:03:19 +09:00
build_hir.rs
test: check the number of warnings
2023-04-01 21:53:22 +09:00
Cargo.toml
build: remove unnecessary keys
2023-04-22 17:19:04 +09:00
codegen.rs
feat: let Shared: Send + Sync
2023-05-27 20:41:28 +09:00
compile.rs
Merge pull request #420 from Hanaasagi/fix-stderr
2023-04-22 17:13:18 +09:00
declare.rs
feat: refinement type specification
2023-05-20 16:40:26 +09:00
desugar_hir.rs
Rename dir: compiler
-> crates
2023-01-15 12:03:19 +09:00
effectcheck.rs
feat: add restricted visibility syntax
2023-03-05 02:19:18 +09:00
hir.rs
chore: fix minor bugs
2023-05-17 19:56:28 +09:00
lib.rs
refactor: Reorderer
-> ASTLinker
, Linker
-> HIRLinker
2023-03-07 20:18:30 +09:00
link_ast.rs
fix: PreDeclTypeSpec
bugs
2023-04-30 19:29:47 +09:00
link_hir.rs
feat: add special variables module/global
2023-05-25 16:37:38 +09:00
lint.rs
chore: eliminate unsafe
operations
2023-05-28 02:22:33 +09:00
lower.rs
chore: eliminate unsafe
operations
2023-05-28 02:22:33 +09:00
main.rs
chore: name the spawned thread
2023-03-22 22:00:38 +09:00
optimize.rs
Rename dir: compiler
-> crates
2023-01-15 12:03:19 +09:00
ownercheck.rs
feat: add restricted visibility syntax
2023-03-05 02:19:18 +09:00
README.md
Rename dir: compiler
-> crates
2023-01-15 12:03:19 +09:00
transpile.rs
fix: visibility bug
2023-04-15 13:27:40 +09:00
varinfo.rs
feat: add restricted visibility syntax
2023-03-05 02:19:18 +09:00