summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-18[DOC] Fix formatting for ways to create Range objectsPeter Zhu
2024-09-18Revert "Fix evaluation order issue in f(**h, &h.delete(key))"Jeremy Evans
2024-09-18Fix evaluation order issue in f(**h, &h.delete(key))Jeremy Evans
2024-09-18Move more of GC.latest_gc_info into RubyPeter Zhu
2024-09-18[rubygems/rubygems] Add a note about when hack can be removedDavid Rodríguez
2024-09-18[rubygems/rubygems] Fix TODODavid Rodríguez
2024-09-18[rubygems/rubygems] Stop fighting with ourselvesDavid Rodríguez
2024-09-18Fix coding issue in prism_compile.cLuke Gruber
2024-09-18[ruby/prism] Allow returns in default parameter valuesKevin Newton
2024-09-18Change rb_gc_impl_get_measure_total_time to return a boolPeter Zhu
2024-09-18[Bug #20754] Document in hash.rbNobuyoshi Nakada
2024-09-18Prevent a warning (retry)Yusuke Endoh
2024-09-18Detect existing Visual Studio instances using `vswhere.exe`Nobuyoshi Nakada
2024-09-17YJIT: Accept key for runtime_stats to return only that stat (#11536)Randy Stauner
2024-09-17[ruby/uri] Fix spelling of "cannot"David Rodríguez
2024-09-17Make rb_gc_impl_set_measure_total_time return voidPeter Zhu
2024-09-17[rubygems/rubygems] Fix spelling, it's "cannot" rather than "can not"David Rodríguez
2024-09-17Rename rb_gc_impl_get_profile_total_time to rb_gc_impl_get_total_timePeter Zhu
2024-09-17Change rb_gc_impl_get_profile_total_time to return unsigned long longPeter Zhu
2024-09-17Use unsigned long long for marking and sweeping timePeter Zhu
2024-09-17[ruby/prism] Accept "do" blocks in some parameter default valuesKevin Newton
2024-09-17Replace all GC.disable with EnvUtil.without_gcPeter Zhu
2024-09-17Fix a typo, sorry!Yusuke Endoh
2024-09-17Prevent two warningsYusuke Endoh
2024-09-17[rubygems/rubygems] Bump rubies in CI to 3.3.5David Rodríguez
2024-09-17TestProcess#test_daemon_noclose is working fine with macOS 15.1 beta3 and Xco...Hiroshi SHIBATA
2024-09-17Skip failing examples related with https://github.com/ruby/ruby/commit/d81b05...Hiroshi SHIBATA
2024-09-17Removed accidentally commit for snapshot file of prismHiroshi SHIBATA
2024-09-17[ruby/strscan] Accept String as a pattern at non headNAITOH Jun
2024-09-17Unlock parallel_testsDavid Rodríguez
2024-09-17[rubygems/rubygems] Fix `--local` hitting the network when default gems are i...David Rodríguez
2024-09-17[rubygems/rubygems] Improve specDavid Rodríguez
2024-09-17[rubygems/rubygems] Fix spec to setup a default gem correctlyDavid Rodríguez
2024-09-17[rubygems/rubygems] Inline a private methodDavid Rodríguez
2024-09-17[rubygems/rubygems] Consistently access install options through symbol keysDavid Rodríguez
2024-09-17Prevent a warning due to error recovery of prismYusuke Endoh
2024-09-17Prevent warnings for RubyVM::AbstractSyntaxTree.parse in test_ast.rbYusuke Endoh
2024-09-17Prevent warning: assigned but unused variable - messageYusuke Endoh
2024-09-17Bump github/codeql-action from 3.26.6 to 3.26.7dependabot[bot]
2024-09-17[DOC] Fix autoload method formattingNikolay Ponomarev
2024-09-17Activate irb if irb is bundled gemsHiroshi SHIBATA
2024-09-17Prevent prism warnings in syntax exhaustive testsYusuke Endoh
2024-09-17Ensure fiber scheduler is woken up when close interrupts readKJ Tsanaktsidis
2024-09-16Move desired_compaction_pages_i inside of GC_CAN_COMPILE_COMPACTIONPeter Zhu
2024-09-16[ruby/prism] Handle retry doubly nested under rescueKevin Newton
2024-09-16[ruby/prism] Do not leak explicit encodingKevin Newton
2024-09-16Don't export unnecessary string functionsPeter Zhu
2024-09-16[PRISM] Assume an eval context for RubyVM::ISEQ compileKevin Newton
2024-09-16[ruby/irb] Use InstructionSequence#script_lines to get method sourcetomoya ishida
2024-09-16[DOC] Tweaks for Array#select!BurdetteLamar