aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Wait killed threadNobuyoshi Nakada2022-12-021-0/+1
* Clarify the storage argument. (#6849)Samuel Williams2022-12-022-7/+12
* [ruby/irb] Skip debug command tests on ruby/rubyTakashi Kokubun2022-12-021-0/+6
* [rubygems/rubygems] require bundler/setup only when Bundler is not definedYusuke Endoh2022-12-021-1/+1
* [ruby/irb] Use the proper ruby command and library pathNobuyoshi Nakada2022-12-021-2/+5
* Skip examples for SyntaxError extensions on Ruby 3.2Hiroshi SHIBATA2022-12-021-0/+4
* [ruby/irb] Test debug commands without yamatanoorotiStan Lo2022-12-022-223/+258
* [ruby/syntax_suggest] Add temp support for 3.2.0-preview{3,2,1}schneems2022-12-021-1/+10
* [ruby/syntax_suggest] No longer need PathnameFromMessage with SyntaxError#path.Hiroshi SHIBATA2022-12-021-7/+4
* Improve packing of iseq_constant_body structJohn Hawthorn2022-12-012-6/+8
* YJIT: Respect destination num_bits on STUR (#6848)Takashi Kokubun2022-12-011-2/+7
* Relax the timeout of a YAML testTakashi Kokubun2022-12-011-1/+1
* Add a macro for SHAPE_DEBUGJohn Hawthorn2022-12-011-2/+6
* Inherit max_iv_count from superclassJohn Hawthorn2022-12-011-1/+7
* [ruby/net-http] [DOC] Enhanced RDoc for Net::HTTPHeaderBurdette Lamar2022-12-011-60/+103
* Module#remove_method: Check frozen on the right objectJean byroot Boussier2022-12-013-1/+22
* [Bug #19087] Merge to "trailing garbage" caseNobuyoshi Nakada2022-12-021-6/+3
* [Bug #19087] Fix an assertion of `String#to_c`Nobuyoshi Nakada2022-12-021-2/+4
* [Bug #19087] Disallow successive underscores in Complex stringNobuyoshi Nakada2022-12-022-3/+25
* parenthesize to macroS-H-GAMELINKS2022-12-021-3/+3
* Introduce encoding check macroS-H-GAMELINKS2022-12-028-10/+20
* Introduce argf_encoding functionS-H-GAMELINKS2022-12-021-8/+13
* Reuse NIL_OR_UNDEF_P macroS-H-GAMELINKS2022-12-024-4/+4
* YJIT: Reorder branches for Fixnum opt_case_dispatch (#6841)Takashi Kokubun2022-12-014-5/+77
* [Feature #19163] Marshal-loaded Data object also should be frozenNobuyoshi Nakada2022-12-022-0/+11
* [Feature #19163] Data object should be frozenNobuyoshi Nakada2022-12-022-1/+19
* YJIT: fix 32 and 16 bit register store (#6840)Jemma Issroff2022-12-013-2/+45
* Fix indents in NEWS [ci skip]Nobuyoshi Nakada2022-12-011-31/+33
* Introduce `Fiber#storage` for inheritable fiber-scoped variables. (#6612)Samuel Williams2022-12-0110-56/+442
* [Bug #19108] Check for the encoding of pack/unpack formatNobuyoshi Nakada2022-12-012-0/+16
* [ruby/delegate] Revert "Fix `DelegateClass` block "method redefined" warning"Nobuyoshi Nakada2022-12-012-14/+0
* [Feature #19138] Add `SyntaxError#path`Nobuyoshi Nakada2022-12-013-10/+55
* Use RTEST and add test for GH-6832Alan Wu2022-11-302-1/+9
* struct.c (struct_ivar_get): add conditional for potential Qnil returned by rb...Zack Deveau2022-11-301-1/+1
* YJIT: Optimize rb_int_equal (#6838)Takashi Kokubun2022-11-302-0/+47
* YJIT: add new counters for deferred compilation and queued blocks (#6837)Maxime Chevalier-Boisvert2022-11-303-0/+8
* Prevent segfault in String#scan with ObjectSpace.each_objectYusuke Endoh2022-12-012-0/+16
* [ruby/rdoc] Fix `=end` delimiterNobuyoshi Nakada2022-12-011-1/+1
* [ruby/rdoc] Non-RD part feature has not been imported to RDocNobuyoshi Nakada2022-12-012-0/+28
* [ruby/rdoc] Use TempfileNobuyoshi Nakada2022-12-011-7/+4
* Use class methods of `File` over `Kernel.open` and `IO.read`Nobuyoshi Nakada2022-12-0111-30/+40
* YJIT: Deallocate `struct Block` to plug memory leaksAlan Wu2022-11-303-27/+84
* YJIT: Deallocate when assumptions tables are emptyAlan Wu2022-11-301-0/+28
* YJIT: Fix IseqPayload::pages memory bloatAlan Wu2022-11-301-1/+1
* Enable to dispatch Code scanning [ci skip]Nobuyoshi Nakada2022-11-301-0/+1
* [ruby/irb] Use class methods of `File` over `Kernel.open`Nobuyoshi Nakada2022-11-301-1/+1
* [ruby/un] wait_writable: close opened fileNobuyoshi Nakada2022-11-301-1/+1
* Removed documentation for incomplete option about [Feature #17134]Hiroshi SHIBATA2022-11-301-1/+0
* MJIT: Revert FL_EXIVAR check optimizationTakashi Kokubun2022-11-291-17/+7
* MJIT: Rename mjit_compile_attr to mjit_sp_incTakashi Kokubun2022-11-296-7/+7