summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-04Fix crash in tracing object allocationsPeter Zhu
2023-01-04Allow malloc during gc when GC has been disabledPeter Zhu
2023-01-04[rubygems/rubygems] Raise invalid option when bundle open --path is called wi...yoka
2023-01-04[rubygems/rubygems] Enhance bundle open with --path optionyoka
2023-01-04[ruby/irb] workspace.rb cleanupStan Lo
2023-01-04[ruby/reline] correct Win32API capitalization for JRubyJoel Anderson
2023-01-04Pin octokit/request-action@v2.1.7Hiroshi SHIBATA
2023-01-04Bump ruby/setup-ruby from 1.128.0 to 1.133.0dependabot[bot]
2023-01-03YJIT: Dump spill error to stderr [ci skip]Alan Wu
2023-01-03YJIT: Fix `yield` into block with >=30 locals on ARMAlan Wu
2023-01-03Bump actions/cache from 3.2.0 to 3.2.2dependabot[bot]
2023-01-03[ci skip] Remove trailing semicolon in gc.cPeter Zhu
2023-01-04[DOC] Move the internal document for `Init_class_hierarchy`Nobuyoshi Nakada
2023-01-03[ruby/uri] [DOC] Enhanced RDoc for common methodsBurdette Lamar
2023-01-03Fix Error in GC Compaction specsMatt Valentine-House
2023-01-03NEWS.md: remove a redundant bundled gems entry. [ci skip]nagachika
2023-01-03Update bundled gems list at 2bbf63dd867fe3d349b1758805ad44 [ci skip]git
2023-01-02Remove lib/mjit/instruction.rbTakashi Kokubun
2023-01-02[ruby/irb] Fix prompt and code mismatchtomoya ishida
2023-01-02[Bug #19296] Precheck bits of time componentsNobuyoshi Nakada
2023-01-02Add missing assertionNobuyoshi Nakada
2023-01-02[Bug #19291] Rewind to the previous lineNobuyoshi Nakada
2023-01-02Adjut indent [ci skip]Nobuyoshi Nakada
2023-01-02Update bundled gems list at 2023-01-02git
2023-01-01Make IO#set_encoding with binary external encoding use nil internal encodingJeremy Evans
2023-01-01[rubygems/rubygems] Remove stray word in bundle config man page.Mark Doliner
2023-01-01[ruby/net-http] Enhanced RDoc for HTTPHeaderBurdetteLamar
2023-01-01[Bug #19292] Re-initialize tm when wday or yday is not setNobuyoshi Nakada
2023-01-01[DOC] [Bug #19290] fix formattingNobuyoshi Nakada
2022-12-30Fix test when Ruby is verbosePeter Zhu
2022-12-30Fix integer underflow when using HEAP_INIT_SLOTSPeter Zhu
2022-12-30[rubygems/rubygems] Fix a typoNobuyoshi Nakada
2022-12-29[DOC] remove space from inside code span elementJohn Bampton
2022-12-29Coverage.supported? recognizes oneshot_lines mode (#7040)Kevin Murphy
2022-12-28[DOC] Fix call-seq for Data.defineKouhei Yanagita
2022-12-28Fix [Bug 19273], set correct value to `outer_repeat` on `OP_REPEAT` (#7035)TSUYUSATO Kitsune
2022-12-28add debug print for the failureKoichi Sasada
2022-12-28Test bundler and bundled gems by examNobuyoshi Nakada
2022-12-28Order test-bundler-parallel dependencyNobuyoshi Nakada
2022-12-27[ruby/irb] Refactor RubyLex#process_literal_typeMau Magnaguagno
2022-12-27[ruby/irb] Add dynamic prompt test case for quoted heredocStan Lo
2022-12-27load.c: remove unneeded rb_str_freeze callsEric Wong
2022-12-27[ruby/irb] Fix wrong conf path with XDG_CONFIG_HOME. It should be under the H...Hiroshi SHIBATA
2022-12-26[ruby/net-http] Adding links to referencesBurdetteLamar
2022-12-26Sync IRB master: tool/sync_default_gems.rb irbTakashi Kokubun
2022-12-26[ruby/irb] Suppress "switching inspect mode" messagesNobuyoshi Nakada
2022-12-26[ruby/irb] Remove unnecessary warning check on help commandStan Lo
2022-12-26[ruby/irb] Remove unnecessary test setupStan Lo
2022-12-26[ruby/irb] Add test for the help commandst0012
2022-12-26[ruby/irb] fix indent depth calculation after heredoc and embdoctompng