summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-15[rubygems/rubygems] Use OpenSSL::Digest instead of digest stdlibHiroshi SHIBATA
2023-03-15[rubygems/rubygems] Added OpenSSL namespace explicitlyHiroshi SHIBATA
2023-03-15[rubygems/rubygems] OpenSSL::Digest is always provided after Ruby 2.4Hiroshi SHIBATA
2023-03-15core_assertions.rb: Refine `assert_linear_performance`Nobuyoshi Nakada
2023-03-15rb_ary_sum: don't enter fast path if initial isn't a native numeric type.Jean Boussier
2023-03-15`Hash#dup` for kwsplat argumentsKoichi Sasada
2023-03-15Remove SIGCHLD `waidpid`. (#7527)Samuel Williams
2023-03-15Fix indirect counter incrementNobuyoshi Nakada
2023-03-15[rubygems/rubygems] Don't use full_required_path and extension_dir under the ...Hiroshi SHIBATA
2023-03-15[rubygems/rubygems] Removed test forHiroshi SHIBATA
2023-03-15[rubygems/rubygems] Move build artifact detection logic for root gemspec to b...Hiroshi SHIBATA
2023-03-14Fix crash during compactionPeter Zhu
2023-03-14YJIT: Introduce no_gc attribute (#7511)Takashi Kokubun
2023-03-14Remove unused jit_enable_p flagTakashi Kokubun
2023-03-14YJIT: Implement throw instruction (#7491)Takashi Kokubun
2023-03-14YJIT: Allow testing assembler with disasm (#7470)Takashi Kokubun
2023-03-14ObjectSpace::WeakMap: fix compaction supportJean Boussier
2023-03-14Revert SIGCHLD changes to diagnose CI failures. (#7517)Samuel Williams
2023-03-14Try to use https://github.com/ruby/rbs/pull/1273Hiroshi SHIBATA
2023-03-13Disable RJIT_FORCE_ENABLE CI for nowTakashi Kokubun
2023-03-14[rubygems/rubygems] Bump rb-sysdependabot[bot]
2023-03-13Remove an unused VM optionTakashi Kokubun
2023-03-14Removed to load jit_support.rbHiroshi SHIBATA
2023-03-13RJIT: Simplify how Capstone is used in testsTakashi Kokubun
2023-03-14Bump ruby/action-slack from 3.0.0 to 3.2.1dependabot[bot]
2023-03-14Use __builtin_ppc_get_timebase on POWER with clangpkubaj
2023-03-13Prevent a warning: assigned but unused variableYusuke Endoh
2023-03-13Fork rbs to fix test failuresTakashi Kokubun
2023-03-13YJIT: Merge add/sub/and/or/xor and mov on x86_64 (#7492)Takashi Kokubun
2023-03-13[ruby/irb] Replace METHOD_IS_A with ===Stan Lo
2023-03-13[DOC] Enhanced RDoc for NilClass (#7500)Burdette Lamar
2023-03-13YJIT: Handle rest+splat where non-splat < required (#7499)Jimmy Miller
2023-03-13[ruby/irb] Support inspecting BasicObjectStan Lo
2023-03-13[rubygems/rubygems] Removed `Gem.datadir`.Hiroshi SHIBATA
2023-03-13[Bug #19476]: correct cache index computation for repetition (#7457)TSUYUSATO Kitsune
2023-03-13Update bundled gems list at 2023-03-13git
2023-03-12Add btest-bruby targetTakashi Kokubun
2023-03-13* remove trailing spaces. [ci skip]git
2023-03-13[Bug #19467] correct cache points and counting failure on `OP_ANYCHAR_STAR_PE...TSUYUSATO Kitsune
2023-03-12RJIT: Count invokeblock exit typesTakashi Kokubun
2023-03-12RJIT: Rename a side exit counterTakashi Kokubun
2023-03-12RJIT: Fix a typoTakashi Kokubun
2023-03-12RJIT: Implement definedivarTakashi Kokubun
2023-03-12RJIT: Fix block param proxy on sendTakashi Kokubun
2023-03-12RJIT: Fix block finding logicTakashi Kokubun
2023-03-12RJIT: Update dependenciesTakashi Kokubun
2023-03-12RJIT: Fix -Wshorten-64-to-32Takashi Kokubun
2023-03-13Bump github/codeql-action from 2.2.5 to 2.2.6dependabot[bot]
2023-03-12RJIT: Implement --rjit-trace-exitsTakashi Kokubun
2023-03-12RJIT: Give up freezing InsnCompilerTakashi Kokubun