aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pack.c: add an offset argument to unpack and unpack1Jean Boussier2021-10-265-13/+103
* Add Class#descendantsJeremy Evans2021-10-266-0/+122
* [Bug #18264] Fix memory leak in TracePointPeter Zhu2021-10-262-1/+11
* Fix TypoSteven Nunez2021-10-261-1/+1
* * 2021-10-27 [ci skip]git2021-10-271-1/+1
* Embed bare `double` if `sizeof(double) == sizeof(VALUE)`Nobuyoshi Nakada2021-10-272-3/+3
* Align `RFloat` at VALUE boundaryNobuyoshi Nakada2021-10-273-19/+27
* Fix unaligned access to `double` in RFloatNobuyoshi Nakada2021-10-262-0/+16
* Make new object for negated float as `Float` is always frozen nowNobuyoshi Nakada2021-10-261-1/+1
* Make the metaclass of Refinement explicitlyShugo Maeda2021-10-262-0/+6
* Revert "introduce check code for mysterious EBADF"Koichi Sasada2021-10-261-15/+2
* Revert "check other IO#close calls"Koichi Sasada2021-10-261-20/+17
* Fix typoNobuyoshi Nakada2021-10-261-5/+5
* fix random EBADF problemKoichi Sasada2021-10-261-6/+10
* improve doc coverage [ci skip]卜部昌平2021-10-261-7/+9
* just another evidence that @shyouhei is an idiot [ci skip]卜部昌平2021-10-261-1/+1
* more on eliminating $make卜部昌平2021-10-261-5/+5
* GNUMAKEFLAGS is too new for mac卜部昌平2021-10-262-2/+2
* .github: use GNUMAKEFLAGS instead of JOBS卜部昌平2021-10-267-27/+27
* [rubygems/rubygems] Add support to build and sign certificates with multiple ...Jenny Shen2021-10-268-38/+176
* Update YJIT code owners. Revert accidental commit.Maxime Chevalier-Boisvert2021-10-252-1/+3
* Test PRMaxime Chevalier-Boisvert2021-10-251-1/+1
* Add code owners for YJIT sourcesMaxime Chevalier-Boisvert2021-10-251-0/+7
* [Feature #18239] Implement VWA for stringsPeter Zhu2021-10-2516-171/+452
* [Feature #18239] Refactor RVARGC alloc functionsPeter Zhu2021-10-253-10/+13
* [Feature #18239] Add struct for embedded stringsPeter Zhu2021-10-252-21/+22
* ast.c: Use kept script_lines data instead of re-opening the source file (#5019)Yusuke Endoh2021-10-264-16/+18
* * 2021-10-26 [ci skip]git2021-10-261-1/+1
* [rubygems/rubygems] Fix Bundler::Digest#sha1 on big-endian systemsJean Boussier2021-10-261-1/+1
* Strip out YJIT at build time when unsupported or disabled (#5003)Alan Wu2021-10-253-3/+41
* YJIT: Implement duphash (#5009)Ian C. Anderson2021-10-253-0/+32
* test/ruby/test_jit.rb: Add a test for checkmatch insnYusuke Endoh2021-10-251-0/+11
* test/ruby/test_jit.rb: Print a hint at exit of the original processYusuke Endoh2021-10-251-1/+2
* [rubygems/rubygems] Avoid loading the `digest` gem unnecessarilyDavid Rodriguez2021-10-253-11/+10
* [rubygems/rubygems] Remove comment that seems no longer accurateDavid Rodriguez2021-10-251-1/+1
* Unify issue template and ISSUES.md documentDavid Rodriguez2021-10-252-33/+9
* [rubygems/rubygems] Show proper error when previous installation of gem can't...David Rodriguez2021-10-253-2/+58
* [rubygems/rubygems] Show a proper error if gem path is not writableDavid Rodriguez2021-10-253-3/+47
* [rubygems/rubygems] Catch up with recent error message modificationDavid Rodriguez2021-10-251-2/+2
* [rubygems/rubygems] Improve readability by splitting updating the cache and s...David Rodriguez2021-10-251-1/+4
* [rubygems/rubygems] Manage global gem cache directlyDavid Rodriguez2021-10-253-41/+33
* [rubygems/rubygems] Cached gem path resolution should consider default gemsDavid Rodriguez2021-10-251-9/+6
* [rubygems/rubygems] Simplify gem downloading inside bundlerDavid Rodriguez2021-10-253-19/+27
* [rubygems/rubygems] Remove unused `let`David Rodriguez2021-10-251-1/+0
* [rubygems/rubygems] Raise original exceptionDavid Rodriguez2021-10-251-2/+2
* [rubygems/rubygems] Add missing requiresDavid Rodriguez2021-10-251-0/+2
* [rubygems/rubygems] Use `Gem::Specification#file_name` consistentlyDavid Rodriguez2021-10-251-4/+4
* [rubygems/rubygems] Extract a `default_cache_path` helperDavid Rodriguez2021-10-251-2/+6
* [rubygems/rubygems] Small refactorDavid Rodriguez2021-10-251-7/+8
* process.c: Add Process._fork (#5017)Yusuke Endoh2021-10-255-11/+136