Commit Graph

  • c3c5b1110e
    Merge pull request #322 from goccy/feature/fix-decode-field-resolver Masaaki Goshima 2022-01-14 20:32:42 +0900
  • 50b494bc5f
    Fix logic of removing struct field for decoder Masaaki Goshima 2022-01-14 20:18:18 +0900
  • d5a9e00a5e
    Update CHANGELOG v0.9.2 Masaaki Goshima 2022-01-14 18:07:37 +0900
  • 0f7e1f926f
    Merge pull request #321 from goccy/feature/add-invalid-decoder Masaaki Goshima 2022-01-13 21:54:24 +0900
  • b5a50f75eb
    Add invalid decoder to delay type error judgment at decode Masaaki Goshima 2022-01-13 18:09:48 +0900
  • e93796de72
    Update CHANGELOG v0.9.1 Masaaki Goshima 2022-01-11 15:29:22 +0900
  • 1978ac1e52
    Merge pull request #319 from goccy/feature/fix-encoding-head-offset Masaaki Goshima 2022-01-11 15:26:55 +0900
  • f810369f2d
    Fix encoding of MarshalText operation with head offset Masaaki Goshima 2022-01-11 15:11:17 +0900
  • f2c27a62ca
    Update CHANGELOG v0.9.0 Masaaki Goshima 2022-01-05 20:59:41 +0900
  • 3d6ec17d9a
    Add test case Masaaki Goshima 2022-01-05 20:52:13 +0900
  • 923cda5039
    Merge pull request #317 from goccy/feature/fix-indent Masaaki Goshima 2022-01-05 20:45:00 +0900
  • acc66cf172
    Fix MarshalIndent for interface type Masaaki Goshima 2022-01-04 22:30:16 +0900
  • e17c06a7e8
    Merge pull request #315 from goccy/feature/refactor Masaaki Goshima 2022-01-03 22:51:55 +0900
  • 6af83d9bdd
    Refactor encoder Masaaki Goshima 2022-01-03 22:42:04 +0900
  • 0707c2a188
    Merge pull request #314 from goccy/feature/json-field-query Masaaki Goshima 2022-01-03 15:48:53 +0900
  • 594d0a55dc
    Add document Masaaki Goshima 2022-01-03 12:55:10 +0900
  • 89bcc3be86
    Supports dynamic filtering of struct fields Masaaki Goshima 2022-01-03 12:33:51 +0900
  • b0f4ac6d83
    Merge pull request #313 from goccy/feature/add-encoding-option Masaaki Goshima 2021-12-31 16:18:25 +0900
  • 2a0ee24e6e
    Add encoding option for performance Masaaki Goshima 2021-12-30 11:54:29 +0900
  • 68c500590e
    Fix string.c feature/simd Masaaki Goshima 2021-12-29 21:23:36 +0900
  • e736de7070
    Fix string.go Masaaki Goshima 2021-12-29 02:03:40 +0900
  • f2e0e6edea
    Refactor decode_rune Masaaki Goshima 2021-12-29 02:03:07 +0900
  • 118663d59f
    Update SIMD codes Masaaki Goshima 2021-12-28 03:22:39 +0900
  • 4019c11e82
    Fix SIMD codes Masaaki Goshima 2021-12-28 01:57:53 +0900
  • 390aa2d0ea
    Fix SIMD API Masaaki Goshima 2021-12-28 01:37:33 +0900
  • 38b316a540
    Generate SIMD files for encoding Masaaki Goshima 2021-12-28 01:13:18 +0900
  • 2d98d47d0f
    Merge pull request #311 from goccy/feature/optimize-encode-path Masaaki Goshima 2021-12-27 23:38:28 +0900
  • 1bb8b16200
    Optimize variables feature/fix-escape-string Masaaki Goshima 2021-12-27 22:40:43 +0900
  • 2d022aa037
    Remove unnecessary codes Masaaki Goshima 2021-12-27 22:28:25 +0900
  • 0d18c6d7ce
    Optimize encoding path for escaped string Masaaki Goshima 2021-12-27 21:48:21 +0900
  • 5686ae09f7
    Merge pull request #310 from goccy/feature/improve-map-encoding-performance Masaaki Goshima 2021-12-27 18:17:01 +0900
  • 5418c49bcf
    Refactor opcode fields Masaaki Goshima 2021-12-27 17:50:55 +0900
  • c220d90e4c
    Use MapItem object in Mapslice directly Masaaki Goshima 2021-12-27 12:18:30 +0900
  • 657973a17e
    Ignore lint error for mapIter Masaaki Goshima 2021-12-27 11:33:17 +0900
  • d8aa8348f4
    Improve map encoding performance Masaaki Goshima 2021-12-27 11:14:42 +0900
  • de89bd3db6
    Update CHANGELOG v0.8.1 Masaaki Goshima 2021-12-05 11:56:17 +0900
  • 5ee0d18f0d
    Merge pull request #305 from goccy/feature/fix-recursive-ptr-head Masaaki Goshima 2021-12-05 11:54:01 +0900
  • 918e816ae4
    Fix conversion of operation for PtrHead to Head Masaaki Goshima 2021-12-05 11:38:56 +0900
  • 45fb730c34
    Add test case Masaaki Goshima 2021-12-05 11:38:23 +0900
  • c37d82b10f
    Update CHANGELOG v0.8.0 Masaaki Goshima 2021-12-02 15:16:56 +0900
  • 8ac142ed32
    Merge pull request #302 from goccy/feature/refactor-vm Masaaki Goshima 2021-11-29 00:56:55 +0900
  • f6b4e43f6a
    Refactor encoder's vm Masaaki Goshima 2021-11-28 21:46:32 +0900
  • fa6c96f02c
    Merge pull request #301 from goccy/feature/encode-compiler-v2 Masaaki Goshima 2021-11-28 13:55:17 +0900
  • e4c458f34c
    Remove StructAnonymousEnd operation Masaaki Goshima 2021-11-28 12:53:18 +0900
  • be85245267
    Enable StructEnd optimization for ptr type Masaaki Goshima 2021-11-28 12:35:20 +0900
  • ea19d1161a
    Fix error by linter Masaaki Goshima 2021-11-28 02:48:01 +0900
  • b5e1478450
    Refactor compiler for encoder - Introduced a two phase compilation to calculate Opcode index accurately - Fix display number of Opcode - Improve memory footprint for Opcode Masaaki Goshima 2021-11-28 02:14:57 +0900
  • 67cb2b9a75
    refactor feature/refactor-compiler Masaaki Goshima 2021-11-27 22:33:45 +0900
  • 0472aebe51
    refactor Masaaki Goshima 2021-11-27 22:24:05 +0900
  • 1e1c80168c
    refactor Masaaki Goshima 2021-11-27 21:56:31 +0900
  • de62a395f4
    refactor Masaaki Goshima 2021-11-27 19:34:06 +0900
  • 79dba78e41
    remove unnecessary code Masaaki Goshima 2021-11-27 18:05:42 +0900
  • 35fdca6927
    refactor compiler Masaaki Goshima 2021-11-27 01:13:11 +0900
  • fee54d4873
    rename compiler API Masaaki Goshima 2021-11-26 18:47:45 +0900
  • 217d943188
    comment out Masaaki Goshima 2021-11-26 18:34:28 +0900
  • f610966b65
    pass benchmark test Masaaki Goshima 2021-11-26 18:33:49 +0900
  • c9a4a47e1c
    pass all test cases Masaaki Goshima 2021-11-26 15:07:50 +0900
  • 125177da35
    fix some bugs Masaaki Goshima 2021-11-26 13:28:30 +0900
  • 48b67e9378
    fix color test Masaaki Goshima 2021-11-25 21:46:51 +0900
  • 7e0bfb4f54
    work cover test Masaaki Goshima 2021-11-25 21:27:29 +0900
  • a5bf94c75b
    work cover bool Masaaki Goshima 2021-11-25 20:22:04 +0900
  • f6d91525b2
    work cover map and slice Masaaki Goshima 2021-11-25 13:10:01 +0900
  • 6a00602e6a
    work cover array Masaaki Goshima 2021-11-24 13:32:58 +0900
  • fbeb935655
    work cover int Masaaki Goshima 2021-11-23 13:53:08 +0900
  • d631a21b59
    add opcode generator Masaaki Goshima 2021-11-22 13:20:03 +0900
  • d11fc7fe6c
    add filter rule Masaaki Goshima 2021-11-20 17:00:52 +0900
  • bcaf36681a
    add compile2 api Masaaki Goshima 2021-11-19 20:22:02 +0900
  • 2ee2c10f81
    refactor compiler Masaaki Goshima 2021-11-19 18:10:42 +0900
  • 078c1e9bf3
    Refactor opcode Masaaki Goshima 2021-11-19 15:25:01 +0900
  • 2b98da0634
    Merge pull request #300 from goccy/feature/fix-anonym-opcode Masaaki Goshima 2021-11-19 01:49:27 +0900
  • 86a671f3bb
    Fix embedded field conflict behavior Masaaki Goshima 2021-11-18 19:51:29 +0900
  • 8f8d2d8cea
    Fix stream decoding with error feature/skip-error-value Masaaki Goshima 2021-10-27 22:54:34 +0900
  • a89c9e30df
    Update CHANGELOG v0.7.10 Masaaki Goshima 2021-10-16 23:45:11 +0900
  • faa7ca28a7
    Merge pull request #294 from goccy/feature/fix-uint64-conversion Masaaki Goshima 2021-10-15 19:04:44 +0900
  • d7372a47cd
    Fix conversion from pointer to uint64 Masaaki Goshima 2021-10-14 15:00:28 +0900
  • d1195dff31
    Update CHANGELOG v0.7.9 Masaaki Goshima 2021-09-28 12:46:02 +0900
  • 9df46fc918
    Merge pull request #291 from orisano/fix/#290 Masaaki Goshima 2021-09-27 20:30:39 +0900
  • 0065357ebb fix: to avoid panic on untyped nil #290 Nao Yonashiro 2021-09-27 10:55:37 +0900
  • 28eaf919d5
    Merge pull request #288 from goccy/feature/use-action-for-codecov Masaaki Goshima 2021-09-02 19:01:57 +0900
  • 2fc49a2e3e Use action instead of bash uploader Masaaki Goshima 2021-09-02 18:38:33 +0900
  • 6c7f27d0c1
    Merge pull request #287 from goccy/feature/fix-ci Masaaki Goshima 2021-09-02 17:40:37 +0900
  • 8ddc591085 Update CI settings Masaaki Goshima 2021-09-02 17:28:09 +0900
  • da1cd31b55 Update CHANGELOG v0.7.8 Masaaki Goshima 2021-09-01 12:04:06 +0900
  • 3fc39932e4
    Merge pull request #286 from goccy/feature/fix-empty-struct-interface Masaaki Goshima 2021-09-01 11:57:45 +0900
  • 559d70d706 Fix encoding of empty struct interface type Masaaki Goshima 2021-09-01 11:41:33 +0900
  • 4f058093a3
    Merge pull request #283 from goccy/feature/fix-282 Masaaki Goshima 2021-08-31 13:03:52 +0900
  • d494b03b74 Fix decoding of map type that contains indirect element type Masaaki Goshima 2021-08-31 12:21:08 +0900
  • e152fc2225
    Merge pull request #284 from goccy/feature/fix-281 Masaaki Goshima 2021-08-30 14:02:16 +0900
  • 97c3cf6c55 Fix test Masaaki Goshima 2021-08-30 13:11:44 +0900
  • 92d8dcd13b Fix encoding of not empty interface type Masaaki Goshima 2021-08-30 13:03:14 +0900
  • 5c527ab463 Add test case Masaaki Goshima 2021-08-30 13:02:43 +0900
  • 284c108638 Fix mapassign Masaaki Goshima 2021-08-30 11:40:10 +0900
  • 8f5f28614c Add test case Masaaki Goshima 2021-08-30 11:39:27 +0900
  • a52bc68ba6 Update CHANGELOG v0.7.7 Masaaki Goshima 2021-08-25 13:15:15 +0900
  • dc410838e9
    Merge pull request #280 from orisano/fix-issue-278 Masaaki Goshima 2021-08-25 13:10:57 +0900
  • e8637832dd style: gofmt Nao Yonashiro 2021-08-25 11:25:00 +0900
  • ae9148555a
    Merge branch 'master' into fix-issue-278 Nao Yonashiro 2021-08-25 11:23:59 +0900
  • 8ebef3b42d
    Merge pull request #279 from orisano/fix-utf-8-handling Masaaki Goshima 2021-08-25 11:19:49 +0900
  • ac41fbec94 fix: fixed buffer length bug on string decoder Nao Yonashiro 2021-08-25 07:13:05 +0900
  • e1e6c41c66 fix: fixed invalid utf8 on stream decoder Nao Yonashiro 2021-08-25 06:05:59 +0900