aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Prevent objects from moving while iterating the heapAaron Patterson2020-10-061-6/+8
* Appended a newline to suppress newline-eof warningNobuyoshi Nakada2020-10-061-1/+1
* STRUCT_ALIGNOF: use RUBY_ALIGNOF卜部昌平2020-10-061-2/+1
* mark regex internal to string scannerAaron Patterson2020-10-021-1/+3
* Fix ObjectSpace.dump(obj, output: :stdout)Kazuhiro NISHIYAMA2020-10-031-2/+6
* memory_view.c: Use ssize_t for ndim in memory_view (#3615)Kenta Murata2020-10-021-1/+1
* strip trailing spaces [ci skip]Nobuyoshi Nakada2020-09-301-1/+1
* Fix up dependencies on internal/sanitizers.hNobuyoshi Nakada2020-09-292-13/+16
* Refactor common heap iteration codeAaron Patterson2020-09-281-125/+94
* Fix ASAN support when invalidating CCsAaron Patterson2020-09-281-2/+2
* make ext/coverage ASAN friendlyAaron Patterson2020-09-281-0/+8
* Make ext/objspace ASAN friendlyAaron Patterson2020-09-282-0/+44
* ext/socket/ipsocket.c: prevent "warning: unused variable 'resolv_timeout'"Yusuke Endoh2020-09-271-2/+1
* update-depsNARUSE, Yui2020-09-261-0/+100
* Return nil when argument to ObjectSpace.internal_class_of is T_IMEMOAlan Wu2020-09-251-2/+7
* ext/readline/depend: update-deps --fixKenta Murata2020-09-261-0/+50
* [ruby/readline-ext] Remove unnecessary header files from dependaycabta2020-09-251-150/+0
* Buffer protocol proposal (#3261)Kenta Murata2020-09-253-0/+567
* [flori/json] Fix JSON.load_file docJean Boussier2020-09-251-3/+3
* [flori/json] Partial compliance with doc/method_documentation.rdocBurdetteLamar2020-09-251-17/+7
* [flori/json] Enhanced RDoc for JSON.dump (#443)Burdette Lamar2020-09-251-11/+23
* bundle the LICENSE file in the gemJulien Feltesse2020-09-251-0/+1
* [flori/json] Nodoc for recurse_procBurdetteLamar2020-09-251-1/+1
* [flori/json] RDoc for JSON.load with procBurdetteLamar2020-09-251-18/+58
* unify json-java gemspec with the baselineKarol Bucek2020-09-251-6/+6
* [flori/json] RDoc example for JSON.loadBurdetteLamar2020-09-252-14/+88
* [flori/json] Enhance RDoc for JSON.parseBurdetteLamar2020-09-251-9/+40
* [flori/json] Move options from #generate and #parse to common areaBurdetteLamar2020-09-252-177/+181
* [flori/json] Add `load_file` and `load_file!` methods, with tests. Fixes ...Keith Bennett2020-09-251-0/+10
* Add an option to escape forward slash characterJean Boussier2020-09-253-8/+55
* Add comments for resolv_timeoutMasaki Matsushita2020-09-251-1/+3
* Add resolve_timeout to TCPSocket [Feature #17134]Masaki Matsushita2020-09-256-8/+52
* [ruby/psych] Forward keyword arguments in load_file and load_streamJean Boussier2020-09-251-5/+5
* [ruby/psych] Bump version to 3.2.0Hiroshi SHIBATA2020-09-251-1/+1
* [ruby/psych] Revert psych versionSzymonKowalczyk2020-09-251-1/+1
* [ruby/psych] Update SNAKEYAML CVE-2017-18640SzymonKowalczyk2020-09-251-2/+2
* Remove private_iv_getCharles Oliver Nutter2020-09-252-13/+1
* ext/-test-/RUBY_ALIGNOF: skip C++ when no compiler卜部昌平2020-09-253-6/+10
* ext/-test-/RUBY_ALIGNOF: add minimalistic test卜部昌平2020-09-254-0/+189
* [ruby/io-wait] update required_ruby_versionNobuyoshi Nakada2020-09-191-1/+1
* strip trailing spaces [ci skip]Nobuyoshi Nakada2020-09-191-1/+1
* Parse ObjectSpace.dump_all / dump arguments in Ruby to avoid allocation noiseJean Boussier2020-09-152-118/+115
* Optimize Pathname#relative? / absolute?Marc-Andre Lafortune2020-09-141-6/+9
* [ruby/zlib] Add Zlib::GzipReader.zcat for handling multiple gzip streams in g...Jeremy Evans2020-09-141-0/+55
* Rework console to use `rb_io_wait`.Samuel Williams2020-09-141-29/+29
* Standardised scheduler interface.Samuel Williams2020-09-141-90/+119
* Add missing breakKazuhiro NISHIYAMA2020-09-111-0/+1
* Promote syslog to default gemsHiroshi SHIBATA2020-09-101-0/+23
* Optimize ObjectSpace.dump_allJean Boussier2020-09-092-210/+388
* Add a :since option to dump_allJean Boussier2020-09-091-6/+37