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
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
/
generator.c
Age
Commit message (
Expand
)
Author
2024-11-05
[ruby/json] Resync
Jean Boussier
2024-11-05
[ruby/json] Add tests for the behavior of JSON.generate with base types subcl...
Jean Boussier
2024-11-05
[ruby/json] Use rb_str_new_frozen
Jean Boussier
2024-11-01
[ruby/json] Trigger write barrier when setting Generator::State configs
Jean Boussier
2024-11-01
JSON.generate: call to_json on String subclasses
Jean Boussier
2024-11-01
[ruby/json] Emit warnings when dumping binary strings
Jean Boussier
2024-11-01
Elide Generator::State allocation until a `to_json` method has to be called
Jean Boussier
2024-11-01
[ruby/json] Move State#configure back into C
Jean Boussier
2024-11-01
[ruby/json] generator.c: store pretty strings in VALUE
Jean Boussier
2024-11-01
[ruby/json] Allocate the initial generator buffer on the stack
Jean Boussier
2024-11-01
[ruby/json] Fix a memory leak in #to_json methods
Jean Boussier
2024-10-30
[ruby/json] Remove dead cases from convert_UTF8_to_* functions
Jean Boussier
2024-10-30
[ruby/json] Allocate the FBuffer struct on the stack
Jean Boussier
2024-10-26
[ruby/json] Workaround being loaded alongside a different `json_pure` version
Jean Boussier
2024-10-26
[ruby/json] Workaround rubygems $LOAD_PATH bug
Jean Boussier
2024-10-26
pretty_generate: don't apply object_nl / array_nl for empty containers
Jean Boussier
2024-10-26
[ruby/json] JSON.dump / String#to_json: raise on invalid encoding
Jean Boussier
2024-10-26
[ruby/json] Compile with std=c99
Jean Boussier
2024-10-26
[ruby/json] convert_UTF8_to_ASCII_only_JSON: apply the same optimization pass
Jean Boussier
2024-10-26
[ruby/json] Reduce encoding benchmark size
Jean Boussier
2024-10-26
[ruby/json] convert_UTF8_to_JSON: repurpose the escape tables into size tables
Jean Boussier
2024-10-26
[ruby/json] Optimize convert_UTF8_to_JSON for mostly ASCII strings
Jean Boussier
2024-10-17
[ruby/json] Sync changes
Peter Zhu
2024-10-17
[ruby/json] Fix State#max_nesting=
Peter Zhu
2024-10-17
Add a fast path for ASCII strings
Jean Boussier
2024-10-17
[ruby/json] Get rid of some more outdated compatibility code
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
[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] Cleanup useless ifdef
Jean Boussier
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
[next]