1. 4df9976 Merge pull request #251 from GoWebProd/master by Vasily Romanov · 4 years, 6 months ago
  2. e6347e1 optimize writer by Alexandr Mayorskiy · 4 years, 6 months ago
  3. efd84ab Merge pull request #249 from kenshaw/convert-gofmt-to-goformat by Vasily Romanov · 4 years, 7 months ago
  4. 3b3f366 Convert exec.Command for gofmt to standard go/format package by Kenneth Shaw · 4 years, 7 months ago
  5. baa893c Fixes a concurrency issue with go module package path cache by Kenneth Shaw · 4 years, 7 months ago
  6. 1b2b06f Merge pull request #247 from ernado/go-modules by Vasily Romanov · 4 years, 7 months ago v0.7.0
  7. 81f2536 better track tool dependencies by Aleksandr Razumov · 4 years, 8 months ago
  8. c786b9d use bin dir instead of .root by Aleksandr Razumov · 4 years, 8 months ago
  9. aef59a0 fix bench-other by Aleksandr Razumov · 4 years, 8 months ago
  10. dde7f5d use go modules by Aleksandr Razumov · 4 years, 8 months ago
  11. e719468 fix panic divide by zero by Bogdan D · 4 years, 8 months ago
  12. 560c81d benchmark for isNilInterface by Phil Pearl · 4 years, 9 months ago
  13. 6a9a212 Cope with nil pointer on marshal by Phil Pearl · 4 years, 9 months ago
  14. b2ccc51 added info about main package by Vasily Romanov · 4 years, 10 months ago
  15. da37f6c Merge pull request #235 from SenseyeDeveloper/master by Vasily Romanov · 4 years, 10 months ago
  16. 35d7922 remove condition "if first" when is really first from "Code generated by easyjson" by SenseyeDeveloper · 4 years, 10 months ago
  17. 17beebf Merge pull request #230 from SenseyeDeveloper/master by Vasily Romanov · 4 years, 10 months ago
  18. 94de47d Merge pull request #190 from WUMUXIAN/master by Vasily Romanov · 4 years, 10 months ago
  19. aff6f55 Remove unused runtime code "first" mailru/easyjson#229 by SenseyeDeveloper · 5 years ago
  20. 1ea4449 Merge pull request #219 from shmel1k/feature/issue_212_implement_key_text_marshaler by Vasily Romanov · 5 years ago
  21. 7169726 [tests] added tests for key text marshaler by Aleksandr Petrukhin · 5 years ago
  22. a0e0915 [decoder] implemented encoding.Marshaler for map keys by Aleksandr Petrukhin · 5 years ago
  23. 6b5a421 [encoder] implemented encoding.Marshaler for map keys by Aleksandr Petrukhin · 5 years ago
  24. 24b3ef1 Issue #217: handling of _test.go files by rappleyard_depoel · 5 years ago
  25. fc8e2d7 Add support for TypeSpec docs by warnar boekkooi · 5 years ago
  26. d3fc79b Show TypeSpec docs are ignored by warnar boekkooi · 5 years ago
  27. ee7a228 Merge branch 'master' into default_gopath by Viktor Oreshkin · 5 years ago
  28. 82d245f Better support for custom interfaces. Bring all of the original checks back by Timur · 5 years ago
  29. 1de0097 Merge pull request #211 from sosiska/patch-1 by Vasily Romanov · 5 years ago
  30. aced9b4 Rewrite some if-else-if-else chains as a switch by Kirill Motkov · 5 years ago
  31. 6243d8e Merge pull request #209 from shmel1k/bugfix/issue_207_fix_reference_to_pointer by Vasily Romanov · 5 years ago
  32. 72a6986 Merge pull request #197 from kenshaw/fix-pkgpath-concurrency-issue by Vasily Romanov · 5 years ago
  33. fae5a78 Merge pull request #206 from sntdevco/patch-1 by Vasily Romanov · 5 years ago
  34. 991105c Merge pull request #200 from unravelin/master by Vasily Romanov · 5 years ago
  35. b27fccc [decoder] remove unnecessary reference to a pointer by Aleksandr Petrukhin · 5 years ago
  36. f9215f9 Fix a little typo by Sayan Nandan · 5 years ago
  37. 6a8072e more strict if by DESKTOP-NJM1EHE\vlad · 5 years ago
  38. 9dbc6d1 improved getStructFields: for anonymous field that is not struct. by DESKTOP-NJM1EHE\vlad · 5 years ago
  39. 63896f4 Add checks for json/easyjson marshaler/unmarshaler interfaces by Timur Makarchuk · 5 years ago
  40. 4dd1246 Fix golint issue by Phil Pearl · 5 years ago
  41. 0e998db Stdlib json handles embedded structs with json tags differently. by Phil Pearl · 5 years ago
  42. f60ef38 Fixes a concurrency issue with package path cache by Kenneth Shaw · 5 years ago
  43. a402cc9 fixed the test case by Muxian Wu · 6 years ago
  44. 0aa3c88 changed the unmarshalling behaviour for unmarshalling {"key": []} into map[string]interface{}. The value for "key" in the map will be an empty slice instead of a nil slice. by Muxian Wu · 6 years ago
  45. ca8ad92 Use go/build to get default GOPATH by Viktor Oreshkin · 6 years ago
  46. 60711f1 Merge pull request #185 from zelenin/master by Vasily Romanov · 6 years ago
  47. f4d3cd0 relative paths fix by Aleksandr Zelenin · 6 years ago
  48. e0ec68f go modules support by Aleksandr Zelenin · 6 years ago
  49. 03f2033 Merge pull request #184 from alexej-v/errInvalidToken_panic_fix by Vasily Romanov · 6 years ago
  50. dd93bf1 Fixes after review by alexej-v · 6 years ago
  51. 30bdb17 Fix lexer.errInvalidToken panic by alexej-v · 6 years ago
  52. d501278 Merge pull request #154 from xStrom/win-path by Vasily Romanov · 6 years ago
  53. 0033ea3 Merge branch 'master' into win-path by Vasily Romanov · 6 years ago
  54. efc7eb8 Merge pull request #181 from dmirogin/patch-1 by Vasily Romanov · 6 years ago
  55. c33a78b Update lexer.go by Dmitry Dorogin · 6 years ago
  56. d1b659f Merge pull request #180 from Irioth/patch-1 by Vasily Romanov · 6 years ago
  57. 48f134c #162 using default GOPATH for win and trim last newline character by Irioth · 6 years ago
  58. 9e497f9 Merge pull request #179 from Irioth/patch-1 by Vasily Romanov · 6 years ago
  59. 93f3cb8 #162 use default GOPATH by Irioth · 6 years ago
  60. 3fdea8d Merge pull request #176 from mmatur/refactor/crlf by Vasily Romanov · 6 years ago
  61. fa2eed8 refactor: remove CRLF by Michael · 6 years ago
  62. 9825584 Merge pull request #174 from IncSW/master by Vasily Romanov · 6 years ago
  63. 878182a Merge pull request #175 from shmel1k/feature/issue_166_disallow_unknown_fields by Vasily Romanov · 6 years ago
  64. 1df2e96 [README] fix by Aleksandr Petrukhin · 6 years ago
  65. 31e0226 [Tests] add tests for disallow_unknown_fields by Aleksandr Petrukhin · 6 years ago
  66. c63cf99 [Generator] implement DisallowUnknownFields from go 1.10 by Aleksandr Petrukhin · 6 years ago
  67. 09f3bc3 fix marshaling for uint8 custom types by IncSW · 6 years ago
  68. 8b799c4 Merge pull request #172 from oschwald/greg/json-number-null-fix by Vasily Romanov · 6 years ago
  69. 90d1db1 Correctly consume the null value by Gregory Oschwald · 6 years ago
  70. 61f4260 Merge pull request #163 from oschwald/greg/json-number-null by Vasily Romanov · 6 years ago
  71. 517203d Merge pull request #158 from regeda/invalid_indirect_of_pointer_on_array by Vasily Romanov · 6 years ago
  72. f594efd Merge pull request #156 from levigross/master by Vasily Romanov · 6 years ago
  73. 4a8a4c1 Merge pull request #170 from nsd20463/fix_map_type_unit_test by Vasily Romanov · 6 years ago
  74. 042f8eb reduce the unit test map to 1 element so the encoding is consistent by Nicolas S. Dade · 6 years ago
  75. 8f7b30c Merge pull request #169 from nsd20463/custom_map_key_type by Vasily Romanov · 6 years ago
  76. 98961de Merge branch 'master' into custom_map_key_type by Vasily Romanov · 6 years ago
  77. bcccd41 Merge pull request #168 from nsd20463/embedded_unnamed_types by Vasily Romanov · 6 years ago
  78. a06183d support maps with key types which have custom marshler/unmarshalers by Nicolas S. Dade · 6 years ago
  79. 699d6f0 add test of map with key with custom marshaler by Nicolas S. Dade · 6 years ago
  80. 19a1ce6 fix handling of embedded types inside unnamed types by Nicolas S. Dade · 6 years ago
  81. 6334c0a add unit test of embedded types which generates broken code by Nicolas S. Dade · 6 years ago
  82. 20f1e34 Make json.Number handling similar to encoding/json by Gregory Oschwald · 6 years ago
  83. 95baeb8 invalid_indirect_of_pointer_on_array fix invalid indirect of a pointer on a array by Anthony Regeda · 6 years ago
  84. 5fb2687 No need to mark as float by Levi Gross · 6 years ago
  85. b5dedd1 We now include and pass tests by Levi Gross · 6 years ago
  86. 56cec8d Ensure decoder is set as well by Levi Gross · 6 years ago
  87. 4f31de8 Add float string functions when requested by Levi Gross · 6 years ago
  88. f0610b1 Added tag to README.md by Alexandr Kozlenkov · 6 years ago
  89. 8008ddf added tag for generate slice byte instead of Base64Bytes by Alexandr Kozlenkov · 6 years ago
  90. 32fa128 Merge pull request #137 from CAFxX/opts by Vasily Romanov · 6 years ago
  91. f4f854a Merge branch 'master' into opts by Carlo Alberto Ferraris · 6 years ago
  92. 1fc0600 Merge branch 'master' into opts by Carlo Alberto Ferraris · 6 years ago
  93. ed82988 Removed Windows path lower-case conversion. by Kaur Kuut · 6 years ago
  94. 61a3095 Merge pull request #151 from MichaelMonashev/master by Vasily Romanov · 6 years ago
  95. 7578e5f Merge pull request #153 from xStrom/opts-vanilla by Vasily Romanov · 6 years ago
  96. 21691f6 Fixed optional type wrapper's standard marshaler. by Kaur Kuut · 6 years ago
  97. 5f62e4f Merge pull request #150 from Kwisats/master by Vasily Romanov · 6 years ago
  98. 00e42d3 avoid memory allocation while []byte encoding by Michael Monashev · 6 years ago
  99. a2a98ad fix problem with installation on 32-bit system by Kwisatz · 6 years ago
  100. 8b2f922 fix problem with installation on 32-bit system by Anton · 6 years ago