summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-18* 2022-06-18 [ci skip]git
2022-06-18Disable Mach exception handlers when read barriers in placeKJ Tsanaktsidis
2022-06-17Reuse an interned stringNobuyoshi Nakada
2022-06-17Remove unused function declarationPeter Zhu
2022-06-17[ruby/fileutils] [DOC] Revisions for module-level doc (https://github.com/rub...Burdette Lamar
2022-06-17[ci skip][lldb] Fix array length representation with USING_RVARGCMatt Valentine-House
2022-06-17Debug TestThreadInstrumentationJean Boussier
2022-06-17[rubygems/rubygems] Unset ENV set by official Ruby docker imagesDavid Rodríguez
2022-06-17[rubygems/rubygems] Bring TODO message up to dateDavid Rodríguez
2022-06-17[rubygems/rubygems] Remove part of comment that fell out of dateDavid Rodríguez
2022-06-17[rubygems/rubygems] Don't modify RbConfig at all when building extensionsDavid Rodríguez
2022-06-17[rubygems/rubygems] Remove unnecessary conditionDavid Rodríguez
2022-06-17[rubygems/rubygems] No need to change `RbConfig::CONFIG` at allDavid Rodríguez
2022-06-17GVL Instrumentation API: add STARTED and EXITED eventsJean Boussier
2022-06-17Skip failing test on FreeBSD [ci skip]Nobuyoshi Nakada
2022-06-17Using is_ascii_string to check encodingS-H-GAMELINKS
2022-06-17Using RBOOL in cmp_between funcS-H-GAMELINKS
2022-06-17Update configure.acJeremiah Gowdy
2022-06-17Add branch protection to aarch64 targetsJeremiah Gowdy
2022-06-17Suppress code unused unless GC_CAN_COMPILE_COMPACTIONNobuyoshi Nakada
2022-06-16Fix spec version guardAlan Wu
2022-06-16Allow calling protected methods from refinementsJohn Hawthorn
2022-06-17Respect the encoding of the source [Bug #18827]Nobuyoshi Nakada
2022-06-17ENV.merge! support multile arguments [Feature #18279]Nobuyoshi Nakada
2022-06-16Added tests for setting ivars on frozen objsJemma Issroff
2022-06-16Adding more clone tests, and adding dup testsJemma Issroff
2022-06-17* 2022-06-17 [ci skip]git
2022-06-16Added vm_ivar benchmark for initializing an embedded objJemma Issroff
2022-06-16[ruby/fileutils] [DOC] Small tweaks (https://github.com/ruby/fileutils/pull/89)Burdette Lamar
2022-06-16[ruby/net-http] Make `Net::HTTPHeader#content_range` return nil on non-byte u...Shishir Joshi
2022-06-16Include runtime checks for compaction supportPeter Zhu
2022-06-16Rename GC_COMPACTION_SUPPORTEDPeter Zhu
2022-06-16Revert "HTTPHeader.content_range throws error on non-byte units"Nobuyoshi Nakada
2022-06-16[ruby/racc] Fix flag to `Regexp.new`Nobuyoshi Nakada
2022-06-16Remove unused and accidentally public rb_str_shared_root_p()Alan Wu
2022-06-16HTTPHeader.content_range throws error on non-byte unitsShishir Joshi
2022-06-16MJIT: Consider compaction on CC failureTakashi Kokubun
2022-06-15MJIT: Remove free_compiling_iseqs from mswinTakashi Kokubun
2022-06-15MJIT: Handle compaction units on stop_workerTakashi Kokubun
2022-06-15MJIT: Get rid of obsoleted compiling_iseqsTakashi Kokubun
2022-06-15MJIT: Deal with mjit_free_iseq on mjit_notify_waitpidTakashi Kokubun
2022-06-15MJIT: Fix test_jit_failure for mswinTakashi Kokubun
2022-06-15MJIT: Handle C compiler failuresTakashi Kokubun
2022-06-15Restore rb_exec_recursive_outerJohn Hawthorn
2022-06-15MJIT: Handle JIT failure properlyTakashi Kokubun
2022-06-16[ruby/fileutils] [DOC] More on paths and lists (https://github.com/ruby/fileu...Burdette Lamar
2022-06-15[ci skip] [lldb] Ensure rbbt has loaded the globalsMatt Valentine-House
2022-06-15[ci skip] Print the rb_classext_t for a class, using an offsetMatt Valentine-House
2022-06-15Remove unused rb_thread_create_mjit_threadTakashi Kokubun
2022-06-15Move RubyVM::MJIT to builtin RubyTakashi Kokubun