Thanks to visit codestin.com
Credit goes to chromium.googlesource.com

  1. 7dcf687 Merge pull request #423 from AndreiBerezin/fix-null-string by Vasily Romanov · 13 days ago master
  2. ef22ec5 Merge pull request #421 from dmitrybarsukov/bugfix/invalid-json-on-NaN-or-Inf by Vasily Romanov · 13 days ago
  3. 58eb6f5 Merge pull request #424 from stickpro/issue-415 by Vasily Romanov · 13 days ago v0.9.1
  4. ffa0b23 feat: Add version and commit information to easyjson generator Closes #415 by Vladislav Bulagakov · 14 days ago
  5. 9b7ae67 fix null after MarshalText work by Andrey Berezin · 4 months ago
  6. 31b2360 Return error if trying to marshal +Inf, -Inf or NaN by dmitrybarsukov · 4 months ago
  7. fe2707c Merge pull request #411 from neal/bugfix/unmarshal-unexpected-null by Vasily Romanov · 9 months ago
  8. baefa5c Fix decoding null values on non-pointer fields by Neal Patel · 9 months ago
  9. 8580601 Merge pull request #407 from Neal/bugfix/unmarshal-null by Vasily Romanov · 9 months ago
  10. 529b1f6 Fix unmarshal null to existing value by Neal Patel · 9 months ago
  11. 5e854fb Merge pull request #388 from testwill/string by Vasily Romanov · 10 months ago v0.9 v0.9.0
  12. 78171e8 Merge pull request #396 from SolidShake/fix-null-map-key by Vasily Romanov · 10 months ago
  13. 907f46a up go version to 1.20 by Vasily Romanov · 10 months ago
  14. 0e683d5 only default tests by Vasily Romanov · 10 months ago
  15. 8ef38d7 upd test version by Vasily Romanov · 10 months ago
  16. c2f6bad Merge pull request #405 from IakovLeven/patch-1 by Vasily Romanov · 10 months ago
  17. d48874a Merge pull request #381 from niallnsec/master by Vasily Romanov · 10 months ago
  18. 46715aa Fix Unmarshaler interface description by IakovLeven · 10 months ago
  19. 3229627 Fix null key in map by Artem Utkin · 1 year, 5 months ago
  20. 34d2f3a Only add tags to run command if set by Niall Newman · 1 year, 8 months ago
  21. 141f9c7 Merge pull request #393 from iamtakingiteasy/master by Vasily Romanov · 1 year, 9 months ago v0.8 v0.8.0
  22. 3bd36b7 Make current token kind public and accessible via Lexer.CurrentToken by Alexander Tumin · 1 year, 9 months ago
  23. 37cdbe9 chore: use ret.String() instead of string(ret.Bytes()) by guoguangwu · 2 years, 3 months ago
  24. 573107b Copy byte array when unmarshalling RawMessage by Niall Newman · 2 years, 10 months ago
  25. a209843 Fix bytesToStr (#358) by Erik Dubbelboer · 3 years, 6 months ago
  26. 11c9d7f fix Readme by bulletmys · 4 years ago
  27. 605adae Merge pull request #352 from bulletmys/upd_ci by Dmitry Rybakov · 4 years ago
  28. 42b87bf upd readme and delete .travis.yml by bulletmys · 4 years ago
  29. 738f356 fix run-on-arch-action actions by bulletmys · 4 years ago
  30. 309f1b6 add non amd64 actions by bulletmys · 4 years ago
  31. 5fd7585 upd github actions by bulletmys · 4 years ago
  32. 3c100a7 upd github actions by bulletmys · 4 years ago
  33. 7c1e3c1 upd github actions by bulletmys · 4 years ago
  34. 4f5f962 add github actions by bulletmys · 4 years ago
  35. 52ae641 fix allocs expectations in tests by bulletmys · 4 years ago
  36. eecedd1 add simple example to README and upd install cmd by dmitry.rybakov · 4 years ago
  37. e57b4c6 Merge pull request #338 from MQasimSarfraz/patch-1 by Dmitry Rybakov · 4 years, 1 month ago
  38. 7653026 Merge pull request #342 from denis96z/master by Dmitry Rybakov · 4 years, 1 month ago
  39. e33cca9 fix too many arguments in call to MarshalJSON by Denis Zinovyev · 4 years, 4 months ago
  40. 0c17714 Fix type in README.md by Qasim Sarfraz · 4 years, 5 months ago
  41. c120ca7 Update .travis.yml (#324) by santosh653 · 4 years, 8 months ago v0.7.7
  42. a833663 Fixed lexer in decoding base64-encoded []byte field with forward slash in it. (#328) by Maksim Kochkin · 4 years, 8 months ago
  43. fca00f4 jlexer skipped json value validation added (#309) by komika · 5 years ago
  44. 45d2d57 fix mailru/easyjson#310 (#311) by YaroslavPodorvanov · 5 years ago
  45. 8ab5ff9 fix parser for go 1.15 (multiline comments) by Alexandr Mayorskiy · 5 years ago fix_1.15 0.7.4.1 v.0.7.5 v0.7.6
  46. f3f97e8 fix parser for go 1.15 (#304) by Alexandr Mayorskiy · 5 years ago 0.7.4
  47. 853c497 Remove spurious print (#300) by Zik · 5 years ago v0.7.3
  48. acfb3d3 Tidy and commit go.sum (#301) by Zik · 5 years ago
  49. 87794d0 use easyjson.MarshalerUnmarshaler instead of custom (#299) by Alexandr Mayorskiy · 5 years ago v0.7.2
  50. 0c6c960 Update helpers.go by Alexandr Mayorskiy · 5 years ago
  51. 5c65c6f add test with nested marshaler interface by Alexandr Mayorskiy · 5 years ago
  52. 0e50058 Merge branch 'igor-anferov-master' by Alexandr Mayorskiy · 5 years ago
  53. 3c9f41b add test with nested marshaler interface by Alexandr Mayorskiy · 5 years ago
  54. 6ca8fde add test with nested marshaler interface by Alexandr Mayorskiy · 5 years ago
  55. 2cb8c45 Duplicated json values on marshalind interfaces implementing easyjson.Marshaler by i.anferov · 5 years ago
  56. 8ba3c7b Added logic to pass build flags when running the generator (#290) by Max · 5 years ago
  57. 0d574ab Merge pull request #289 from ParshinPavel/288-skip-structs by Vasily Romanov · 5 years ago
  58. 0c9f71d Fixed skip detection and added correct test by Pavel Parshin · 5 years ago
  59. e25e66f Added pragma easyjson:skip to exclude structs from generating stage by Pavel Parshin · 5 years ago
  60. f0a000e Previous optimisation in findStringLen has broken unescaping of \\\" sequences (#284) by kirillx · 5 years ago
  61. 3b0c433 Revert "Don't pass field tags into nested types" by Alexandr Mayorskiy · 5 years ago
  62. 0aa9db2 gofmt -s by Alexandr Mayorskiy · 5 years ago
  63. 96c0b70 Merge branch 'kirillx-master' by Alexandr Mayorskiy · 5 years ago
  64. 6c2d82a fix typo & add test for noCopy by Alexandr Mayorskiy · 5 years ago
  65. 5c9438b nocopy: add AllocsPerRun test case by Kirill Korotaev · 5 years ago
  66. f27c653 don't allow intern/nocopy tags at the same time by Kirill Korotaev · 5 years ago
  67. 244a66f Add "nocopy" json tag to return unsafe string reference by Kirill Korotaev · 5 years ago
  68. 0d5e072 Merge pull request #202 from makarchuk/better-interfaces-support by GoWebProd · 5 years ago
  69. bfb73e3 Merge branch 'philpearl-master' by Alexandr Mayorskiy · 5 years ago
  70. 5f3e4e9 improve marshaler nil check by Alexandr Mayorskiy · 5 years ago
  71. 0695752 Merge branch 'master' of git://github.com/philpearl/easyjson into philpearl-master by Alexandr Mayorskiy · 5 years ago
  72. c0584fe Merge branch 'CAFxX-cafxx-intern' by Alexandr Mayorskiy · 5 years ago
  73. d2e87d0 fix cafxx-intern PR by Alexandr Mayorskiy · 5 years ago
  74. 6ea07b3 Merge branch 'cafxx-intern' of git://github.com/CAFxX/easyjson into CAFxX-cafxx-intern by Alexandr Mayorskiy · 5 years ago
  75. eb3e7f8 Merge branch 'stek29-default_gopath' by Alexandr Mayorskiy · 5 years ago
  76. dfc0280 fix import order by Alexandr Mayorskiy · 5 years ago
  77. 7af8f52 Merge branch 'default_gopath' of git://github.com/stek29/easyjson into stek29-default_gopath by Alexandr Mayorskiy · 5 years ago
  78. 67202f7 Merge pull request #271 from creker/NestedOmitempty by GoWebProd · 5 years ago
  79. f827596 Merge pull request #265 from kirillx/master by GoWebProd · 5 years ago
  80. cc96352 Update README.md by Carlo Alberto Ferraris · 5 years ago
  81. 33d35f8 unescaping: should process string numbers in unescaped member names mode by Kirill Korotaev · 5 years ago
  82. 7a2b994 remove README.md comment from another PR by Kirill Korotaev · 5 years ago
  83. e0f67b3 Add test cases for non-escaped mode of member names by Kirill Korotaev · 5 years ago
  84. 9a01c9a Add new -disable_members_unescape option to avoid unescaping of member names, ints, ... by Kirill Korotaev · 5 years ago
  85. 3a0ce97 slightly simplify unescapeStringToken() and remove wasEscaped flag by Kirill Korotaev · 5 years ago
  86. 36293b6 Preallocate string before unescaping by Kirill Korotaev · 5 years ago
  87. efc4b46 Optimisations: use bytes.IndexByte() + delay unescaping by Kirill Korotaev · 5 years ago
  88. c124e42 Implement optional string interning by Carlo Alberto Ferraris · 5 years ago
  89. 5797847 Merge pull request #155 from sah4ez/master by GoWebProd · 6 years ago
  90. 5eb0584 fix generator by GoWebProd · 6 years ago
  91. d05eb9f fix easyjson main by GoWebProd · 6 years ago
  92. f93cc0b fix bootstrap by GoWebProd · 6 years ago
  93. 7db1436 Merge branch 'master' into master by GoWebProd · 6 years ago
  94. e790aae Merge pull request #204 from hhh0pE/unnamed_embedded_field by GoWebProd · 6 years ago
  95. 612e635 Merge pull request #215 from boekkooi-fresh/patch/typespec-docs by GoWebProd · 6 years ago
  96. 39cd2e3 fix makefile by GoWebProd · 6 years ago
  97. 2d0de5a Merge branch 'master' into patch/typespec-docs by GoWebProd · 6 years ago
  98. 1b67345 Merge pull request #218 from bobappleyard/master by GoWebProd · 6 years ago
  99. 8c3dabd Merge pull request #245 from Bogdan-D/bugfix/zero_divide by GoWebProd · 6 years ago
  100. 38878c9 Merge pull request #263 from zifter/master by GoWebProd · 6 years ago