summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-25test/ruby/test_iseq.rb: Avoid pollution of method namespaceYusuke Endoh
2021-11-24update YJIT docs to reference RubyVM::YJIT instead of just YJITAdam Hess
2021-11-24Whats here for float (#5170)Burdette Lamar
2021-11-24Enhanced RDoc for Float#floor (#5167)Burdette Lamar
2021-11-25* 2021-11-25 [ci skip]git
2021-11-25[rubygems/rubygems] Fix bad instance variable nameDavid Rodríguez
2021-11-25[rubygems/rubygems] Check not having load system features also for successful...David Rodríguez
2021-11-25[rubygems/rubygems] These method should be returning a stringDavid Rodríguez
2021-11-25[rubygems/rubygems] We should be checking raised exception, not status code hereDavid Rodríguez
2021-11-25[rubygems/rubygems] Don't replace ENV twice on non Windows platformsDavid Rodríguez
2021-11-24No need to link and install .pdb anymoreAlan Wu
2021-11-24MJIT MSVC: Use /Z7 to avoid PDB write raceAlan Wu
2021-11-24Enhanced RDoc for Float#prev_float (#5162)Burdette Lamar
2021-11-24Fix typofurunkel
2021-11-24[Actions] use windows-2022 for mingwMSP-Greg
2021-11-24[ruby/zlib] [Bug #18358] Fix crash in zlib when in progressPeter Zhu
2021-11-24[ruby/cgi] Bump versionYusuke Endoh
2021-11-24[ruby/cgi] When parsing cookies, only decode the valuesNobuyoshi Nakada
2021-11-24[ruby/cgi] Fix integer overflowNobuyoshi Nakada
2021-11-24test/ruby/test_iseq.rb: Use __LINE__ to make the error log easy to seeYusuke Endoh
2021-11-23Enhanced RDoc for Float#next_float (#5160)Burdette Lamar
2021-11-23Add setclassvariable to yjit (#5127)Eileen M. Uchitelle
2021-11-24* 2021-11-24 [ci skip]git
2021-11-23Speed up Ractors for Variable Width AllocationPeter Zhu
2021-11-23Assign temporary ID to anonymous ID [Bug #18250]Nobuyoshi Nakada
2021-11-23Add an extra failing test case for [Bug #18250]Jean Boussier
2021-11-23Add Class#subclassesJean Boussier
2021-11-23Suppress the “experimental" warnings for `IO::Buffer`Nobuyoshi Nakada
2021-11-22What's Here section for Integer (#5155)Burdette Lamar
2021-11-22Avoid assert failure when NULL EC is expectedAlan Wu
2021-11-22YJIT: Make block invalidation more robustAlan Wu
2021-11-22Enhanced RDoc for Float (#5153)Burdette Lamar
2021-11-23* 2021-11-23 [ci skip]git
2021-11-22Removes unused HEAP_PAGE_BITMAP_PLANES constant from gc.cJemma Issroff
2021-11-22Make RCLASS_EXT(c)->subclasses a doubly linked listMatt Valentine-House
2021-11-22* 2021-11-22 [ci skip]git
2021-11-22[rubygems/rubygems] Clarify `bundle viz` deprecationDavid Rodríguez
2021-11-21Throttle pull-requests only [ci skip]Nobuyoshi Nakada
2021-11-21Ignore preprocessed C++ files [ci skip]Nobuyoshi Nakada
2021-11-21Update dependenciesNobuyoshi Nakada
2021-11-21Stop including node.h from vm_debug.h only for `NODE`Nobuyoshi Nakada
2021-11-21Adjust formatNobuyoshi Nakada
2021-11-21[ruby/reline] Correct padding space calculationima1zumi
2021-11-21Refactor hacky ID tables to struct rb_ast_id_table_tYusuke Endoh
2021-11-20Enhanced RDoc for Float (#5150)Burdette Lamar
2021-11-21* 2021-11-21 [ci skip]git
2021-11-21Fix setting struct member by public_sendNobuyoshi Nakada
2021-11-20`struct_pos_num` is no longer usedNobuyoshi Nakada
2021-11-19Add YJIT codegen for objtostring (#5149)Adam Hess
2021-11-19Fix test_super_with_anonymous_block test to use anonymous blockJeremy Evans