summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add @maximecb as code owner for YJIT filesmaximecb-patch-1Maxime 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
* test/ruby/test_rubyvm.rb: prevent "assigned but unused variable" warningsYusuke Endoh2021-10-251-3/+3
* test/ruby/test_refinement.rb: Prevent deprecation warnings during testYusuke Endoh2021-10-251-3/+16
* test/ruby/test_marshal.rb: Prevent "assigned but unused variable" warningYusuke Endoh2021-10-251-1/+1
* [rubygems/rubygems] Vendor a pure ruby implementation of SHA1Jean Boussier2021-10-256-2/+128
* Make Coverage suspendable (#4856)Yusuke Endoh2021-10-256-16/+305
* Update TypeProf to 0.20.1Yusuke Endoh2021-10-251-1/+1
* [rubygems/rubygems] Simplify and remove some unused codeDaniel Colson2021-10-252-22/+1
* check other IO#close callsKoichi Sasada2021-10-251-17/+20
* introduce check code for mysterious EBADFKoichi Sasada2021-10-251-2/+15
* add example for buffer: argument of pack.Tanaka Akira2021-10-251-0/+10
* fix typo [ci skip]1809092021-10-251-2/+2
* Fix `Enumerable#each_cons` and `Enumerable#each_slice` to return a receiverTSUYUSATO Kitsune2021-10-254-10/+14
* Fix links [ci skip]Kazuhiro NISHIYAMA2021-10-251-0/+2
* [DOC] Fix code markup [ci skip]Nobuyoshi Nakada2021-10-253-5/+5
* * 2021-10-25 [ci skip]git2021-10-251-1/+1
* [ruby/openssl] bn: expand BIGNUM_RAND and BIGNUM_RAND_RANGE macrosKazuki Yamaguchi2021-10-251-50/+50
* [ruby/openssl] bn: make BN.pseudo_rand{,_range} an alias of BN.rand{,_range}Kazuki Yamaguchi2021-10-252-16/+6
* [ruby/openssl] pkey, ssl: use EVP_PKEY_eq() instead of EVP_PKEY_cmp()Kazuki Yamaguchi2021-10-254-3/+8
* [ruby/openssl] pkey/ec: use EC_GROUP_free() instead of EC_GROUP_clear_free()Kazuki Yamaguchi2021-10-251-1/+1
* [ruby/openssl] pkey/ec: deprecate PKey::EC::Point#make_affine! and make it a ...Kazuki Yamaguchi2021-10-251-0/+5
* [ruby/openssl] hmac: use EVP_MD_CTX_get_pkey_ctx() instead of EVP_MD_CTX_pkey...Kazuki Yamaguchi2021-10-253-5/+14
* [ruby/openssl] digest: use EVP_MD_CTX_get0_md() instead of EVP_MD_CTX_md() if...Kazuki Yamaguchi2021-10-254-4/+9