summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-01[ruby/json] json_string_unescape: assume the string doesn't need escapingJean Boussier
2024-11-01[ruby/json] parser.rl: extract `build_string`Jean Boussier
2024-11-01[ruby/json] Use String#encode instead of rb_str_conv_enc()Benoit Daloze
2024-11-01[ruby/json] Emit warnings when dumping binary stringsJean Boussier
2024-11-01Deprecate unsafe default options of `JSON.load`Jean Boussier
2024-11-01Elide Generator::State allocation until a `to_json` method has to be calledJean Boussier
2024-11-01[ruby/json] Skip test failing on JRubyBenoit Daloze
2024-11-01[ruby/json] Add test for parsing broken stringsBenoit Daloze
2024-11-01[ruby/json] Setup ruby_memcheckJean Boussier
2024-11-01[ruby/json] Move State#configure back into CJean Boussier
2024-11-01[ruby/json] generator.c: store pretty strings in VALUEJean Boussier
2024-11-01[ruby/json] Use JSON.generate instead of JSON.dump for benchmarkingJean Boussier
2024-11-01[ruby/json] Make fbuffer_inc_capa easier to inlineJean Boussier
2024-11-01[ruby/json] Allocate the initial generator buffer on the stackJean Boussier
2024-11-01[ruby/json] Fix a memory leak in #to_json methodsJean Boussier
2024-11-01`alias` should not set `defined_class` for ModulesKoichi Sasada
2024-11-01Removed accidentally sync fileHiroshi SHIBATA
2024-10-31Remove vm_assert_envPeter Zhu
2024-10-31Fix assertion when envval of proc is QundefPeter Zhu
2024-11-01Remove debug printNobuyoshi Nakada
2024-11-01Tweaks for actions groupsNobuyoshi Nakada
2024-11-01Use net-imap 0.5.0 for testsNobuyoshi Nakada
2024-11-01Fetch gem sources to be tested onlyNobuyoshi Nakada
2024-11-01Make gemspec files for default gems with extensionsNobuyoshi Nakada
2024-10-31[rubygems/rubygems] Add useful error message for plugin loadSarah Sehr
2024-10-31Fix indentation in TestProc#test_hash [ci skip]Peter Zhu
2024-10-31Define `VM_ASSERT_TYPE` macrosNobuyoshi Nakada
2024-10-31[ruby/rdoc] Use thicker fonts with high contrast to improveStan Lo
2024-10-31[ruby/openssl] pkcs7: remove default cipher from PKCS7.encryptKazuki Yamaguchi
2024-10-31[ruby/openssl] ssl: remove redundant ossl_ssl_ex_vcb_idxKazuki Yamaguchi
2024-10-31[ruby/openssl] [DOC] better wording for OpenSSL::Config document.Yuki Morohoshi
2024-10-31[ruby/openssl] [DOC] Replace removed method in example for OpenSSL::Config#to_sYuki Morohoshi
2024-10-31Introduce Fiber Scheduler `blocking_region` hook. (#11963)Samuel Williams
2024-10-31[DOC] Fix typoskojix2
2024-10-31[ruby/error_highlight] use `instance_method` to get method objectKoichi Sasada
2024-10-30[rubygems/rubygems] Update `--ext=rust` to support compiling the native exten...Guilherme Carreiro
2024-10-30Only check RubyVM on CRubyCharles Oliver Nutter
2024-10-30[rubygems/rubygems] Rely on PATH if Ruby is not installed in the same directo...David Rodríguez
2024-10-30[rubygems/rubygems] Simplify enable-load-relative prolog script creationDavid Rodríguez
2024-10-30[rubygems/rubygems] Fix `gem update --system` leaving old default bundler exe...David Rodríguez
2024-10-30[rubygems/rubygems] Remove confusing documentationDavid Rodríguez
2024-10-30[rubygems/rubygems] Indent github workflow steps for generated gemsJerome Dalbert
2024-10-30Detail the failing assertion [ci skip]Nobuyoshi Nakada
2024-10-30Update bundled gems list at 20f483ef362a0d443e1a75ffda9c2c [ci skip]git
2024-10-30Use https://github.com/ruby/net-imap/commit/898ee6e7878fdb2d0b79a4691fd68b6d8...Hiroshi SHIBATA
2024-10-30Update bundled_gemsHiroshi SHIBATA
2024-10-30[ruby/json] Remove double semicolon at end of line in parserPeter Zhu
2024-10-30[ruby/json] Remove dead cases from convert_UTF8_to_* functionsJean Boussier
2024-10-30[ruby/json] Allocate the FBuffer struct on the stackJean Boussier
2024-10-29Remove double semicolon at end of line in weakmap.c [ci skip]Peter Zhu