summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [DOC] Enhanced RDoc for String (#5751)Burdette Lamar2022-04-024-41/+53
* * 2022-04-03 [ci skip]git2022-04-031-1/+1
* dir.c: refresh pathtype when emulating `IFTODT` in `glob_helper`Yuta Saito2022-04-031-2/+2
* [ruby/zlib] Use `z_size_t` version functionsNobuyoshi Nakada2022-04-022-3/+13
* Update bundled gems list at e73d76027e7a7e0927785c66629c18 [ci skip]git2022-04-021-1/+1
* Update bundled_gemsKazuhiro NISHIYAMA2022-04-021-1/+1
* [ruby/zlib] Mask checksums to lower 32bits on also IL32 platformsNobuyoshi Nakada2022-04-021-1/+1
* [ruby/zlib] Mask checksums to lower 32bitsNobuyoshi Nakada2022-04-022-3/+11
* [DOC] Fix broken links to encodings.rdocNobuyoshi Nakada2022-04-023-13/+13
* Adjust indent [ci skip]Nobuyoshi Nakada2022-04-021-29/+29
* [DOC] Main doc for encodings moved from encoding.c to doc/encodings.rdoc (#5748)Burdette Lamar2022-04-013-192/+22
* Finer-grained constant cache invalidation (take 2)Kevin Newton2022-04-0117-80/+490
* Fix up global name references in misc/lldb_disasm.pyAaron Patterson2022-04-011-4/+4
* * 2022-04-02 [ci skip]git2022-04-021-1/+1
* [ruby/net-http] Update the content-length heading when decoding bodiesJeremy Evans2022-04-022-0/+25
* extract magic number from gc_sweep_stepMatt Valentine-House2022-04-011-1/+3
* Use mmap for heap page allocation onlyPeter Zhu2022-04-011-77/+104
* Revert "Raise RuntimeError if Kernel#binding is called from a non-Ruby frame"Jeremy Evans2022-04-016-59/+72
* [Feature #18619] remove FL_FROM_FREELISTMatt Valentine-House2022-04-011-13/+1
* [Feature #18619] Remove redundant compaction pathMatt Valentine-House2022-04-011-204/+2
* [Feature #18619] Reverse the order of compaction movementMatt Valentine-House2022-04-011-60/+233
* Update bundled gems list at b3a05827c716bbb6a54cb6924f5840 [ci skip]git2022-04-011-0/+1
* debug.gem v1.5.0Koichi Sasada2022-04-011-1/+1
* Update default gems list at 06f94d1784c6f00ba7d21af57af0d0 [ci skip]git2022-04-011-0/+1
* [ruby/net-protocol] Bump version to 0.1.3Hiroshi SHIBATA2022-04-011-1/+1
* [ruby/psych] Output libyaml configure logNobuyoshi Nakada2022-04-011-7/+10
* Remove dependency on libcapstoneAlan Wu2022-03-311-9/+0
* [DOC] Enhanced RDoc for String (#5742)Burdette Lamar2022-03-314-69/+101
* Remove hard-coded swept slots thresholdMatt Valentine-House2022-03-311-1/+4
* Update default gems list at 8a38419b73ec2b698dd2d0462055f3 [ci skip]git2022-03-311-1/+1
* [ruby/ostruct] v0.5.5Marc-André Lafortune2022-04-011-1/+1
* * 2022-04-01 [ci skip]git2022-04-011-2/+2
* [ruby/ostruct] Avoid using block_given in the presence of aliasesCharles Oliver Nutter2022-04-011-1/+1
* [ruby/psych] Make a static library from PIC object filesNobuyoshi Nakada2022-03-312-2/+11
* [rubygems/rubygems] Update bundler documentation to reflect bundle config sco...James Hill2022-03-312-9/+11
* Return only captured range in `MatchData` [Bug #18670]Nobuyoshi Nakada2022-03-312-1/+2
* test/date/test_date_parse.rb: relax the time limitYusuke Endoh2022-03-311-2/+2
* [ruby/psych] Remove `unknown` vendor for cross-compiling tool prefixNobuyoshi Nakada2022-03-311-1/+1
* Remove CI configuration files from extracted bundled gemsNobuyoshi Nakada2022-03-311-0/+4
* Remove github and git related files from extracted bundled gemsNobuyoshi Nakada2022-03-312-1/+3
* re.c: stop a wrong warning of "flags ignored" on Regexp.new(//)Yusuke Endoh2022-03-312-1/+3
* [DOC] Fix ghcr linkS-H-GAMELINKS2022-03-311-1/+1
* [Bug #18667] Define RUBY_API_VERSION on WindowsPeter Zhu2022-03-301-1/+1
* Repair format for What's Here in Dir (#5737)Burdette Lamar2022-03-301-43/+43
* Repaired What's Here sections for Range, String, Symbol, Struct (#5735)Burdette Lamar2022-03-303-232/+233
* Update NEWS for proc autosplat changeJeremy Evans2022-03-301-0/+12
* * 2022-03-31 [ci skip]git2022-03-311-1/+1
* Do not autosplat array in block call just because keywords acceptedJeremy Evans2022-03-304-4/+97
* [ruby/psych] Propagate the host configuration to libyamlNobuyoshi Nakada2022-03-301-0/+1
* Decouple incremental marking step from page sizesPeter Zhu2022-03-302-96/+137