Shunsuke Shibayama
|
ee0366cfb4
|
fix: constant attribute searching bugs
|
2023-03-11 14:21:15 +09:00 |
|
Shunsuke Shibayama
|
5d8506b548
|
fix: eliminate unwrap() , todo!()
|
2023-03-08 09:20:06 +09:00 |
|
Shunsuke Shibayama
|
ee003064c1
|
Update register.rs
|
2023-03-07 10:25:21 +09:00 |
|
Shunsuke Shibayama
|
d92f5284c8
|
feat: add restricted visibility syntax
|
2023-03-05 02:19:18 +09:00 |
|
Shunsuke Shibayama
|
3d310714f1
|
feat: support var-args lambda function
|
2023-03-03 16:01:20 +09:00 |
|
Shunsuke Shibayama
|
5c6ea316f5
|
chore: remove unnecessary params
|
2023-03-03 10:01:05 +09:00 |
|
Shunsuke Shibayama
|
0f0d042020
|
fix: remove unnecessary type checkings
|
2023-02-25 17:14:38 +09:00 |
|
Shunsuke Shibayama
|
aaa6b40b24
|
feat: support Structural types for methods
|
2023-02-23 18:12:05 +09:00 |
|
Shunsuke Shibayama
|
2c3a27ed4b
|
fix: Structural types instantiation/generalization
|
2023-02-23 02:35:05 +09:00 |
|
Shunsuke Shibayama
|
aa2cea60dd
|
fix: quantified subroutine subtyping bugs
|
2023-02-22 02:40:51 +09:00 |
|
Shunsuke Shibayama
|
4dcca2b06d
|
fix(typechecker): type generalization & dereference bugs
* `Context::subtype_of` now has `allow_cast` param. If this is `false`, cast-aware comparisons are not performed.
|
2023-02-21 17:04:52 +09:00 |
|
Shunsuke Shibayama
|
a694880ff4
|
fix(compiler): eliminate panic! /todo! s
|
2023-02-16 23:48:22 +09:00 |
|
Shunsuke Shibayama
|
305763f251
|
Update register.rs
|
2023-02-16 05:54:21 +09:00 |
|
Shunsuke Shibayama
|
99b44fc02b
|
feat: add PylyzerStatus
|
2023-02-16 05:43:48 +09:00 |
|
Shunsuke Shibayama
|
5d90029f09
|
perf: delaying execution of .loc()
|
2023-02-15 01:08:49 +09:00 |
|
Shunsuke Shibayama
|
929f8b25ce
|
chore(compiler): improve import error messages
|
2023-02-14 22:58:02 +09:00 |
|
Shunsuke Shibayama
|
99db34b61c
|
feat(els): support d.er renaming
* fix a bug that left diagnostics
* fix to include PyModule in dependencies
* fix `clear_cache`
|
2023-02-14 19:59:43 +09:00 |
|
Shunsuke Shibayama
|
2574de3a68
|
fix: some bugs
Fixed:
* argument `_` of anonymous function disappears
* els crashes
* incomplete `.update!` codegen
|
2023-02-13 15:06:50 +09:00 |
|
Shunsuke Shibayama
|
2ad38717cd
|
Merge branch 'main' into fix-type-matching
|
2023-02-13 02:31:37 +09:00 |
|
Shunsuke Shibayama
|
4bb81eccad
|
fix(typechecker): ref/ref! subtyping bug
|
2023-02-13 02:12:05 +09:00 |
|
Shunsuke Shibayama
|
af0fff8226
|
fix(compiler): runtime type matching system
|
2023-02-12 01:34:12 +09:00 |
|
Shunsuke Shibayama
|
95672909f1
|
Update register.rs
|
2023-02-07 21:59:24 +09:00 |
|
Shunsuke Shibayama
|
2580e1cc32
|
fix: unused warning leaks
|
2023-02-07 01:15:16 +09:00 |
|
Shunsuke Shibayama
|
f6f58d7678
|
feat(compiler): impl warns for unused private vars
|
2023-02-06 18:15:17 +09:00 |
|
Shunsuke Shibayama
|
f5a3d32728
|
WIP
|
2023-02-06 17:04:12 +09:00 |
|
Shunsuke Shibayama
|
208433d337
|
Fix a bug
|
2023-02-01 10:54:23 +09:00 |
|
Shunsuke Shibayama
|
23a7e2caf3
|
Add user-defined var-params function
|
2023-01-26 01:20:35 +09:00 |
|
Shunsuke Shibayama
|
64d53a39ce
|
Fix a socket connection problem
|
2023-01-24 19:57:43 +09:00 |
|
Shunsuke Shibayama
|
4579c86414
|
Revert "Fix a socket connection problem"
This reverts commit 962569d5a0 .
|
2023-01-24 19:15:09 +09:00 |
|
Shunsuke Shibayama
|
962569d5a0
|
Fix a socket connection problem
|
2023-01-24 17:27:14 +09:00 |
|
Shunsuke Shibayama
|
73dd785eeb
|
Fix an unintended behavior with const-fn
|
2023-01-23 16:57:19 +09:00 |
|
Shunsuke Shibayama
|
afeec08d6c
|
Improve inlay hint
|
2023-01-19 00:06:13 +09:00 |
|
Shunsuke Shibayama
|
1d24655588
|
Add REPL tests
|
2023-01-17 16:32:25 +09:00 |
|
Shunsuke Shibayama
|
a127564b31
|
Rename dir: compiler -> crates
|
2023-01-15 12:03:19 +09:00 |
|