summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-16[ruby/io-wait] Allow earlier versionsNobuyoshi Nakada
2021-11-16[ruby/io-wait] Disable ractor test which is meaningless on earlier versionsNobuyoshi Nakada
2021-11-16[ruby/io-wait] Fix backward compatibility with earlier versionsNobuyoshi Nakada
2021-11-16[ruby/io-wait] Use `omit` as per test-unitNobuyoshi Nakada
2021-11-16Merge the master branch of rubygems repoHiroshi SHIBATA
2021-11-16Ignore LUCENSE files of standard libraries for sync targetHiroshi SHIBATA
2021-11-16Added LICENSE entry of vendored net-http-persistent to LEGALHiroshi SHIBATA
2021-11-16Added LICENSE entry of vendored connection_pool to LEGALHiroshi SHIBATA
2021-11-16Added LICENSE entry of vendored molinillo to LEGALHiroshi SHIBATA
2021-11-16Added LICENSE entry of vendored thor to LEGALHiroshi SHIBATA
2021-11-16Merge digest-3.0.3.pre3 and https://github.com/ruby/digest/commit/efd76821b8a...Hiroshi SHIBATA
2021-11-16[ruby/digest] Abort loading if being loaded by gem/bundle pre Ruby 3.0.3Akinori MUSHA
2021-11-16[ruby/digest] Avoid null pointer subtraction in digest/md5xtkoba
2021-11-16Support preview releaseNARUSE, Yui
2021-11-15Enhanced RDoc for Integer (#5118)Burdette Lamar
2021-11-15Add Aaron Patterson (@tenderlove) to YJIT code owners (#5119)Maxime Chevalier-Boisvert
2021-11-15Sync test_http_request.rb after fix to net-httpJeremy Evans
2021-11-16* 2021-11-16 [ci skip]git
2021-11-16[ruby/net-http] Fix tests after change to allow HEAD to send Accept-EncodingJeremy Evans
2021-11-15test/ruby/test_m17n.rb: skip a test that breaks another testYusuke Endoh
2021-11-15Ignore extentions of bundled gems for testingHiroshi SHIBATA
2021-11-15Relax extention name for macOSHiroshi SHIBATA
2021-11-14Skip string allocation in benchmark/time_at.ymlTakashi Kokubun
2021-11-15add benchmark/time_at.ymlKoichi Sasada
2021-11-15Use `Primitive.mandatory_only?` for `Time.at`Koichi Sasada
2021-11-15add benchmark/array_sample.ymlKoichi Sasada
2021-11-15Use `Primitive.mandatory_only?` for `Array#sample`Koichi Sasada
2021-11-15`Primitive.mandatory_only?` for fast pathKoichi Sasada
2021-11-15Revert "test/ruby/test_m17n.rb: Run a test under assert_separately"Yusuke Endoh
2021-11-15Revert "Enhanced RDoc for Integer (#5099)"Yusuke Endoh
2021-11-15test/ruby/test_m17n.rb: Run a test under assert_separatelyYusuke Endoh
2021-11-15* 2021-11-15 [ci skip]git
2021-11-15`rb_vm_lvar_exposed()` is PUREFUNCKoichi Sasada
2021-11-13Enhanced RDoc for Integer (#5099)Burdette Lamar
2021-11-14show encoding for each pathKoichi Sasada
2021-11-14* 2021-11-14 [ci skip]git
2021-11-14test/io/console/test_io_console.rb: dump debug output to stderrYusuke Endoh
2021-11-12parse.y: Fix memory leak at parse errorYusuke Endoh
2021-11-12test/ruby/test_jit.rb: suppress a false-positive warningYusuke Endoh
2021-11-12test/io/console/test_io_console.rb: add debug codeYusuke Endoh
2021-11-12Update bundled_gems at 2021-11-12git
2021-11-12Rework implementation of `IO::Buffer.for(string)` to use string locking.Samuel Williams
2021-11-12More immutability and locking tests.Samuel Williams
2021-11-12Update vcvars on windows-2022 [ci skip]Kazuhiro NISHIYAMA
2021-11-12[rubygems/rubygems] Remove duplicated specDavid Rodríguez
2021-11-12[rubygems/rubygems] Remove `gemfile_should_be` helper as wellDavid Rodríguez
2021-11-12[rubygems/rubygems] Remove `have_lockfile` matcher tooDavid Rodríguez
2021-11-12[rubygems/rubygems] Remove `lockfile_should_be` helperDavid Rodríguez
2021-11-11[Bug #18329] Fix crash when calling non-existent super methodPeter Zhu
2021-11-11Remove RCLASS(obj)->ptr when RVARGC is enabledMatt Valentine-House