Commit graph

66 commits

Author SHA1 Message Date
Shunsuke Shibayama
a127564b31 Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
Shunsuke Shibayama
95428937b0 Fix path normalizing 2023-01-07 17:40:05 +09:00
Shunsuke Shibayama
25a9ebcb94 Add ModuleGraph 2023-01-07 13:36:03 +09:00
Shunsuke Shibayama
a4d9712b4e Add ErgMode 2023-01-06 00:22:55 +09:00
Shunsuke Shibayama
c6e9693ebb Recheck when renamed 2023-01-05 13:33:45 +09:00
Shunsuke Shibayama
0bdedefe10 Update config.rs 2023-01-04 10:48:32 +09:00
Shunsuke Shibayama
f3b7cc92cc Add --build-features option 2023-01-04 01:12:33 +09:00
Shunsuke Shibayama
137bbaa5a1 Fix #294: Implement els mode 2023-01-01 14:53:41 +09:00
Shunsuke Shibayama
d97d22d8c8 Add feature: py_compatible
Remove ErgConfig::python_compatible_mode
2022-12-31 01:08:27 +09:00
Shunsuke Shibayama
1bae9cb88c Translate comments 2022-12-30 11:26:07 +09:00
Shunsuke Shibayama
1cc17bdd5a Partially fi x #296 2022-12-17 16:44:51 +09:00
Shunsuke Shibayama
481761e50b Fix python resolving 2022-12-14 11:24:24 +09:00
Shunsuke Shibayama
3c17518963 Rename ErgConfig::pylyzer_mode -> python_compatible_mode 2022-12-14 06:11:54 +09:00
Shunsuke Shibayama
3108a789a4 Merge branch 'main' into pylyzer-mode 2022-12-14 05:39:14 +09:00
Shunsuke Shibayama
b09fce8a86 Add ErgConfig::inherit
and remove with_module_path
2022-12-14 05:38:50 +09:00
Shunsuke Shibayama
ccf39b3b05 Support pylyzer mode 2022-12-13 21:16:52 +09:00
Shunsuke Shibayama
baceaeea24 Update config.rs 2022-12-13 18:08:26 +09:00
Shunsuke Shibayama
64848a73ce Add pylyzer-mode 2022-12-13 18:02:21 +09:00
GreasySlug
2f56aba75c fix: set exit code 2 instead of 0 2022-12-10 14:04:40 +09:00
GreasySlug
8ffd537abd clean: add newlines 2022-12-10 14:03:46 +09:00
GreasySlug
0820ac8b2b update: avoid panicking with invalid option args 2022-12-10 13:42:39 +09:00
Shunsuke Shibayama
f02a5285ad Add --output-dir option 2022-12-06 09:43:30 +09:00
Shunsuke Shibayama
043ee544e6 Change CompleteArtifact to be able to hold non-HIR structs 2022-11-28 21:52:46 +09:00
Shunsuke Shibayama
14bb674068 Fix Runnable termination process 2022-11-25 12:37:13 +09:00
Shunsuke Shibayama
5b9813ac72 Add runtime command line args 2022-11-14 12:30:40 +09:00
Shunsuke Shibayama
07f2a470f7 Fix a bug when using a non system default Python 2022-11-04 23:50:10 +09:00
Shunsuke Shibayama
e7a7157ada Update config.rs 2022-10-30 10:19:44 +09:00
Shunsuke Shibayama
b06f51c5b3 Optimize test 2022-10-30 09:52:40 +09:00
Shunsuke Shibayama
9132d452f9 Update config.rs 2022-10-30 09:35:31 +09:00
Shunsuke Shibayama
c9b6396378 Add --target-version option 2022-10-30 01:44:24 +09:00
Shunsuke Shibayama
216470b3a1 Add py-command option 2022-10-30 01:37:45 +09:00
Shunsuke Shibayama
fa42151873 Update ErgConfig 2022-10-21 00:29:40 +09:00
Shunsuke Shibayama
357d687324 Add --no-std flag 2022-10-20 14:38:45 +09:00
Shunsuke Shibayama
e0d6b93abd Remove rust-defined python modules 2022-10-19 01:50:14 +09:00
Shunsuke Shibayama
5b0f24b46d Update help message 2022-10-09 01:07:14 +09:00
Shunsuke Shibayama
c1c1cab134 Fix #196 2022-10-09 00:47:59 +09:00
Shunsuke Shibayama
8ada32dcba Remove atty from deps 2022-10-08 15:02:48 +09:00
Shunsuke Shibayama
59f6046916 Fix method type inference for type variables 2022-10-06 00:27:43 +09:00
Shunsuke Shibayama
b6bd3d296e Add type displaying mode 2022-10-03 13:36:24 +09:00
Shunsuke Shibayama
71febb5ab6
Merge pull request #189 from GreasySlug/clean/help-command
Possible to localized to help commands
2022-10-02 01:41:03 +09:00
GreasySlug
22b65c6d34 Update: translate ja into ch, en 2022-10-01 15:48:29 +09:00
GreasySlug
081c88c0df Clean: check in advance for unwrap() 2022-10-01 08:35:47 +09:00
GreasySlug
43c56f4bc5 Add: possible to localize help command 2022-10-01 08:32:41 +09:00
Shunsuke Shibayama
423206920a Add execution test 2022-10-01 01:11:31 +09:00
Shunsuke Shibayama
23a6f630c9 Fix import to be called from anywhere 2022-09-29 11:48:38 +09:00
Shunsuke Shibayama
3fd8b177d2 Update config.rs 2022-09-27 10:02:33 +09:00
Shunsuke Shibayama
0a731bfd93 Add ErgConfig::with_path 2022-09-27 09:43:27 +09:00
Shunsuke Shibayama
9b0d66a63a Add "check" mode
Input::File(String) -> Input::file(PathBuf)
2022-09-21 14:01:20 +09:00
Shunsuke Shibayama
201b313cd2 Add builder & linker 2022-09-21 01:21:17 +09:00
Shunsuke Shibayama
d2ad7caaab Update ErgConfig and Runnable 2022-09-16 02:21:04 +09:00