summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-26Don't attempt to read ivars on T_ICLASS in struct (#5664)John Hawthorn
2022-05-27* 2022-05-27 [ci skip]git
2022-05-26Use bindgen to import CRuby constants for YARV instruction bytecodesNoah Gibbs (and/or Benchmark CI)
2022-05-27Show ASAN_OPTIONS in hacking guide.Samuel Williams
2022-05-26Using TZMODE_SET_LOCALTIME macroS-H-GAMELINKS
2022-05-26Stop rebuilding miniruby always [ci skip]Nobuyoshi Nakada
2022-05-26Remove unnecessary ignore warnings.Samuel Williams
2022-05-26Simplify the autoload require logic.Samuel Williams
2022-05-26* 2022-05-26 [ci skip]git
2022-05-26[ruby/fileutils] [DOC] Enhanced RDoc for copy_entry (https://github.com/ruby/...Burdette Lamar
2022-05-26Fix GC race condition in autoload.Samuel Williams
2022-05-25[ruby/timeout] Set the flag surely before returnNobuyoshi Nakada
2022-05-25Remove unexpected rakelib [ci skip]Nobuyoshi Nakada
2022-05-25[ruby/timeout] Add epoch.rake [ci skip]Nobuyoshi Nakada
2022-05-25[ruby/timeout] Update spec files not to include unused files [ci skip]Nobuyoshi Nakada
2022-05-25Fix out of bounds read.Samuel Williams
2022-05-25Ensure we retain the main fiber stack bounds.Samuel Williams
2022-05-25Hack to avoid leak checkerNobuyoshi Nakada
2022-05-25[ruby/timeout] Hack to avoid leak checkerNobuyoshi Nakada
2022-05-25Run find in PATH [ci skip]Nobuyoshi Nakada
2022-05-25Update default gems list at fde4519af8762fccc8488d1972d984 [ci skip]git
2022-05-25[ruby/timeout] Bump version to 0.3.0Hiroshi SHIBATA
2022-05-25Clean intermediate files for update-deps [ci skip]Nobuyoshi Nakada
2022-05-25Tidy up redundant returns.Samuel Williams
2022-05-25Retain reference to blocking fibers.Samuel Williams
2022-05-25Add support for address sanitizer for amd64 and arm64.Samuel Williams
2022-05-25[ruby/reline] Workaround libncurses.so as a linker scriptnicholas a. evans
2022-05-24Define unsupported GC compaction methods as rb_f_notimplementMike Dalessio
2022-05-24Move compaction-related methods into gc.cMike Dalessio
2022-05-25[rubygems/rubygems] Show exception cause in bug report templateDavid Rodríguez
2022-05-25* 2022-05-25 [ci skip]git
2022-05-25[ruby/fileutils] [DOC] Enhanced RDoc for ::cp_r (https://github.com/ruby/file...Burdette Lamar
2022-05-24[rubygems/rubygems] Fix crash when printing resolution conflicts on metadata ...David Rodríguez
2022-05-24altstack is native thread's attrKoichi Sasada
2022-05-24[ruby/date] Constify gperf-generated tableNobuyoshi Nakada
2022-05-24remove `DEBUG_OUT()` macroKoichi Sasada
2022-05-24[WASM] System initialization has no stack rewinding code to AsyncifyNobuyoshi Nakada
2022-05-24remove `-DTHREAD_DEBUG` ruleKoichi Sasada
2022-05-24use `RUBY_DEBUG_LOG` instead of `thread_debug`Koichi Sasada
2022-05-24add `rb_th_serial()`Koichi Sasada
2022-05-24remove `NON_SCALAR_THREAD_ID` supportKoichi Sasada
2022-05-24`native_tls_get()`' should not check resultsKoichi Sasada
2022-05-24[ruby/fileutils] [DOC] Enhanced RDoc for ::cp (https://github.com/ruby/fileut...Burdette Lamar
2022-05-23Remove unnecessary module flag, add module assertions to other module flagsJemma Issroff
2022-05-24cleanup by `RUBY_DEBUG_LOG2` and `VM_ASSERT`Koichi Sasada
2022-05-24* 2022-05-24 [ci skip]git
2022-05-24[ruby/fileutils] Enhanced RDoc for ::ln_sf and ::link_entry (https://github.c...Burdette Lamar
2022-05-23Make internal function `rb_main` staticNobuyoshi Nakada
2022-05-23[ruby/fileutils] [DOC] Enhanced RDoc for ::ln_s (https://github.com/ruby/file...Burdette Lamar
2022-05-23[rubygems/rubygems] Support the change of did_you_mean about Exception#detail...Yusuke Endoh