Commit Graph

944 Commits

Author SHA1 Message Date
Masaaki Goshima 1e1c80168c
refactor 2021-11-27 21:56:31 +09:00
Masaaki Goshima de62a395f4
refactor 2021-11-27 19:34:06 +09:00
Masaaki Goshima 79dba78e41
remove unnecessary code 2021-11-27 18:05:42 +09:00
Masaaki Goshima 35fdca6927
refactor compiler 2021-11-27 01:13:11 +09:00
Masaaki Goshima fee54d4873
rename compiler API 2021-11-26 18:47:45 +09:00
Masaaki Goshima 217d943188
comment out 2021-11-26 18:34:28 +09:00
Masaaki Goshima f610966b65
pass benchmark test 2021-11-26 18:33:49 +09:00
Masaaki Goshima c9a4a47e1c
pass all test cases 2021-11-26 15:07:50 +09:00
Masaaki Goshima 125177da35
fix some bugs 2021-11-26 13:28:30 +09:00
Masaaki Goshima 48b67e9378
fix color test 2021-11-25 21:46:51 +09:00
Masaaki Goshima 7e0bfb4f54
work cover test 2021-11-25 21:27:29 +09:00
Masaaki Goshima a5bf94c75b
work cover bool 2021-11-25 20:22:04 +09:00
Masaaki Goshima f6d91525b2
work cover map and slice 2021-11-25 13:10:01 +09:00
Masaaki Goshima 6a00602e6a
work cover array 2021-11-24 13:32:58 +09:00
Masaaki Goshima fbeb935655
work cover int 2021-11-23 13:53:08 +09:00
Masaaki Goshima d631a21b59
add opcode generator 2021-11-22 13:20:03 +09:00
Masaaki Goshima d11fc7fe6c
add filter rule 2021-11-20 17:00:52 +09:00
Masaaki Goshima bcaf36681a
add compile2 api 2021-11-19 20:22:02 +09:00
Masaaki Goshima 2ee2c10f81
refactor compiler 2021-11-19 18:10:42 +09:00
Masaaki Goshima 078c1e9bf3
Refactor opcode 2021-11-19 15:25:01 +09:00
Masaaki Goshima 2b98da0634
Merge pull request #300 from goccy/feature/fix-anonym-opcode
Fix embedded field conflict behavior
2021-11-19 01:49:27 +09:00
Masaaki Goshima 86a671f3bb
Fix embedded field conflict behavior 2021-11-18 19:51:29 +09:00
Masaaki Goshima a89c9e30df
Update CHANGELOG 2021-10-16 23:45:11 +09:00
Masaaki Goshima faa7ca28a7
Merge pull request #294 from goccy/feature/fix-uint64-conversion
Fix conversion from pointer to uint64
2021-10-15 19:04:44 +09:00
Masaaki Goshima d7372a47cd
Fix conversion from pointer to uint64 2021-10-14 15:00:28 +09:00
Masaaki Goshima d1195dff31
Update CHANGELOG 2021-09-28 12:46:02 +09:00
Masaaki Goshima 9df46fc918
Merge pull request #291 from orisano/fix/#290
Fix encoding of nil value about interface type that has method
2021-09-27 20:30:39 +09:00
Nao Yonashiro 0065357ebb fix: to avoid panic on untyped nil #290
fix #290
2021-09-27 10:55:37 +09:00
Masaaki Goshima 28eaf919d5
Merge pull request #288 from goccy/feature/use-action-for-codecov
Use github action instead of bash uploader for codecov
2021-09-02 19:01:57 +09:00
Masaaki Goshima 2fc49a2e3e Use action instead of bash uploader 2021-09-02 18:38:33 +09:00
Masaaki Goshima 6c7f27d0c1
Merge pull request #287 from goccy/feature/fix-ci
Fix CI settings
2021-09-02 17:40:37 +09:00
Masaaki Goshima 8ddc591085 Update CI settings 2021-09-02 17:28:09 +09:00
Masaaki Goshima da1cd31b55 Update CHANGELOG 2021-09-01 12:04:06 +09:00
Masaaki Goshima 3fc39932e4
Merge pull request #286 from goccy/feature/fix-empty-struct-interface
Fix encoding of empty struct interface type
2021-09-01 11:57:45 +09:00
Masaaki Goshima 559d70d706 Fix encoding of empty struct interface type 2021-09-01 11:41:33 +09:00
Masaaki Goshima 4f058093a3
Merge pull request #283 from goccy/feature/fix-282
Fix mapassign_faststr for indirect struct type
2021-08-31 13:03:52 +09:00
Masaaki Goshima d494b03b74 Fix decoding of map type that contains indirect element type 2021-08-31 12:21:08 +09:00
Masaaki Goshima e152fc2225
Merge pull request #284 from goccy/feature/fix-281
Fix encoding of not empty interface type
2021-08-30 14:02:16 +09:00
Masaaki Goshima 97c3cf6c55 Fix test 2021-08-30 13:11:44 +09:00
Masaaki Goshima 92d8dcd13b Fix encoding of not empty interface type 2021-08-30 13:03:14 +09:00
Masaaki Goshima 5c527ab463 Add test case 2021-08-30 13:02:43 +09:00
Masaaki Goshima 284c108638 Fix mapassign 2021-08-30 11:40:10 +09:00
Masaaki Goshima 8f5f28614c Add test case 2021-08-30 11:39:27 +09:00
Masaaki Goshima a52bc68ba6 Update CHANGELOG 2021-08-25 13:15:15 +09:00
Masaaki Goshima dc410838e9
Merge pull request #280 from orisano/fix-issue-278
fix: fixed buffer length bug on string decoder
2021-08-25 13:10:57 +09:00
Nao Yonashiro e8637832dd style: gofmt 2021-08-25 11:25:00 +09:00
Nao Yonashiro ae9148555a
Merge branch 'master' into fix-issue-278 2021-08-25 11:23:59 +09:00
Masaaki Goshima 8ebef3b42d
Merge pull request #279 from orisano/fix-utf-8-handling
fix: fixed invalid utf8 on stream decoder
2021-08-25 11:19:49 +09:00
Nao Yonashiro ac41fbec94 fix: fixed buffer length bug on string decoder
close #278
2021-08-25 07:23:34 +09:00
Nao Yonashiro e1e6c41c66 fix: fixed invalid utf8 on stream decoder 2021-08-25 06:15:15 +09:00