summaryrefslogtreecommitdiff
path: root/ext/json/generator
AgeCommit message (Expand)Author
2024-10-17[ruby/json] Get rid of some more outdated compatibility codeJean Boussier
2024-10-17[ruby/json] Get rid of compatibility code for older rubiesJean Boussier
2024-10-17[ruby/json] generator.c: reduce the number of globalsJean Boussier
2024-10-17[ruby/json] Convert Generator initialize and configure method into RubyJean Boussier
2024-10-17[ruby/json] Use `RB_ENCODING_GET` instead of `rb_enc_get` to improve performanceYusuke Endoh
2024-10-17[ruby/json] Apply RB_UNLIKELY for less frequently used optionsYusuke Endoh
2024-10-17[ruby/json] Stop prebuilding object_delim2Yusuke Endoh
2024-10-17[ruby/json] Stop prebuilding object_delimYusuke Endoh
2024-10-17[ruby/json] Stop prebuilding array_delimYusuke Endoh
2024-10-17[ruby/json] Directly use `generate_json_string` for object keysYusuke Endoh
2024-10-17[ruby/json] Use efficient object-type dispatchingYusuke Endoh
2024-10-17[ruby/json] Use `RARRAY_AREF` instead of `rb_ary_entry` to improve performanceYusuke Endoh
2024-10-08[ruby/json] generator.c: better fix for comparison of integers of different s...Jean Boussier
2024-10-08Fixed C23 compilation error with ruby/ruby masterHiroshi SHIBATA
2024-10-08[ruby/json] Fix compilation warningJean Boussier
2024-10-08[ruby/json] generator.c: Optimize by combining calls to fbuffer_appendLuke T. Shumaker
2024-10-08[ruby/json] Adjust to the CVTUTF code being goneLuke T. Shumaker
2024-10-08[ruby/json] Delete code that is based on CVTUTFLuke T. Shumaker
2024-10-03[flori/json] Optimize key type check in `json_object_i`Jean Boussier
2024-10-03[flori/json] JSON.dump: avoid redundant UTF-8 validationJean Boussier
2024-09-03[flori/json] Remove outdated ifdef checksJean Boussier
2024-06-04[flori/json] Use the pure-Ruby generator on TruffleRuby as it is much fasterBenoit Daloze
2024-06-04[flori/json] Cleanup useless ifdefJean Boussier
2024-04-27ruby tool/update-deps --fix卜部昌平
2024-03-27[flori/json] Fix memory leak when exception is raised during JSON generationPeter Zhu
2023-12-25[flori/json] Use rb_sym2str instead of SYM2IDJohn Hawthorn
2023-12-01Manually merged from flori/jsonHiroshi SHIBATA
2023-12-01Rename escape_slash in script_safe and also escape E+2028 and E+2029Jean Boussier
2023-05-24[flori/json] Call `super` in `included` hookUfuk Kayserilioglu
2023-02-28Update the depend filesMatt Valentine-House
2023-02-27Remove intern/gc.h from Make depsMatt Valentine-House
2023-02-08Extract include/ruby/internal/attr/packed_struct.hNobuyoshi Nakada
2022-07-29[flori/json] Stop including the parser source __LINE__ in exceptionsJean Boussier
2022-02-22[Feature #18249] Update dependenciesPeter Zhu
2021-11-21Update dependenciesNobuyoshi Nakada
2021-10-05ruby tool/update-deps --fix卜部昌平
2021-04-13dependency updates卜部昌平
2021-02-01Fix GC compatibility: Don't stash encodings in global constantsAaron Patterson
2020-12-21[json] Make json Ractor safeKenta Murata
2020-12-21[json] Stop using prototype objectsKenta Murata
2020-09-25Add an option to escape forward slash characterJean Boussier
2020-08-27sed -i '/rmodule.h/d'卜部昌平
2020-08-27sed -i '/r_cast.h/d'卜部昌平
2020-08-27sed -i '\,2/extern.h,d'卜部昌平
2020-07-01[flori/json] Typo fixMarc-Andre Lafortune
2020-05-11sed -i 's|ruby/impl|ruby/internal|'卜部昌平
2020-05-11sed -i s|ruby/3|ruby/impl|g卜部昌平
2020-04-08Merge pull request #2991 from shyouhei/ruby.h卜部昌平
2020-01-06[flori/json] Add :nodoc: for GeneratorMethodszverok
2019-10-17Remove unused constant.Aaron Patterson