index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
ruby_4_0
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
json
/
generator
Age
Commit message (
Expand
)
Author
2024-10-17
[ruby/json] Get rid of some more outdated compatibility code
Jean Boussier
2024-10-17
[ruby/json] Get rid of compatibility code for older rubies
Jean Boussier
2024-10-17
[ruby/json] generator.c: reduce the number of globals
Jean Boussier
2024-10-17
[ruby/json] Convert Generator initialize and configure method into Ruby
Jean Boussier
2024-10-17
[ruby/json] Use `RB_ENCODING_GET` instead of `rb_enc_get` to improve performance
Yusuke Endoh
2024-10-17
[ruby/json] Apply RB_UNLIKELY for less frequently used options
Yusuke Endoh
2024-10-17
[ruby/json] Stop prebuilding object_delim2
Yusuke Endoh
2024-10-17
[ruby/json] Stop prebuilding object_delim
Yusuke Endoh
2024-10-17
[ruby/json] Stop prebuilding array_delim
Yusuke Endoh
2024-10-17
[ruby/json] Directly use `generate_json_string` for object keys
Yusuke Endoh
2024-10-17
[ruby/json] Use efficient object-type dispatching
Yusuke Endoh
2024-10-17
[ruby/json] Use `RARRAY_AREF` instead of `rb_ary_entry` to improve performance
Yusuke Endoh
2024-10-08
[ruby/json] generator.c: better fix for comparison of integers of different s...
Jean Boussier
2024-10-08
Fixed C23 compilation error with ruby/ruby master
Hiroshi SHIBATA
2024-10-08
[ruby/json] Fix compilation warning
Jean Boussier
2024-10-08
[ruby/json] generator.c: Optimize by combining calls to fbuffer_append
Luke T. Shumaker
2024-10-08
[ruby/json] Adjust to the CVTUTF code being gone
Luke T. Shumaker
2024-10-08
[ruby/json] Delete code that is based on CVTUTF
Luke 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 validation
Jean Boussier
2024-09-03
[flori/json] Remove outdated ifdef checks
Jean Boussier
2024-06-04
[flori/json] Use the pure-Ruby generator on TruffleRuby as it is much faster
Benoit Daloze
2024-06-04
[flori/json] Cleanup useless ifdef
Jean Boussier
2024-04-27
ruby tool/update-deps --fix
卜部昌平
2024-03-27
[flori/json] Fix memory leak when exception is raised during JSON generation
Peter Zhu
2023-12-25
[flori/json] Use rb_sym2str instead of SYM2ID
John Hawthorn
2023-12-01
Manually merged from flori/json
Hiroshi SHIBATA
2023-12-01
Rename escape_slash in script_safe and also escape E+2028 and E+2029
Jean Boussier
2023-05-24
[flori/json] Call `super` in `included` hook
Ufuk Kayserilioglu
2023-02-28
Update the depend files
Matt Valentine-House
2023-02-27
Remove intern/gc.h from Make deps
Matt Valentine-House
2023-02-08
Extract include/ruby/internal/attr/packed_struct.h
Nobuyoshi Nakada
2022-07-29
[flori/json] Stop including the parser source __LINE__ in exceptions
Jean Boussier
2022-02-22
[Feature #18249] Update dependencies
Peter Zhu
2021-11-21
Update dependencies
Nobuyoshi Nakada
2021-10-05
ruby tool/update-deps --fix
卜部昌平
2021-04-13
dependency updates
卜部昌平
2021-02-01
Fix GC compatibility: Don't stash encodings in global constants
Aaron Patterson
2020-12-21
[json] Make json Ractor safe
Kenta Murata
2020-12-21
[json] Stop using prototype objects
Kenta Murata
2020-09-25
Add an option to escape forward slash character
Jean Boussier
2020-08-27
sed -i '/rmodule.h/d'
卜部昌平
2020-08-27
sed -i '/r_cast.h/d'
卜部昌平
2020-08-27
sed -i '\,2/extern.h,d'
卜部昌平
2020-07-01
[flori/json] Typo fix
Marc-Andre Lafortune
2020-05-11
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-04-08
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-01-06
[flori/json] Add :nodoc: for GeneratorMethods
zverok
2019-10-17
Remove unused constant.
Aaron Patterson
[prev]
[next]