summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-09-10[DOC] Fix method docs of scheduler#io_read and scheduler#io_writekudojp
2023-09-10[DOC] Fix a typo in "Open Options" section of IOHerwin
2023-09-10Set ripper_init.c.tmpl to C mode [ci skip]Nobuyoshi Nakada
2023-09-08[DOC] Update Reline and IRB's maintainers list (#8406)Stan Lo
2023-09-09memory_view: Avoid using bit fieldSutou Kouhei
2023-09-08[YARP] Extract YP_COMPILE helper (#8403)Jemma Issroff
2023-09-08Update default gems list at f4443f3b1c6dd70b6b22470a7d5f87 [ci skip]git
2023-09-08[ruby/yarp] Increment versionKevin Newton
2023-09-08[ruby/yarp] Template out a comment_targets methodKevin Newton
2023-09-08[ruby/yarp] Move parse result mutations into their own filesKevin Newton
2023-09-08[YARP] Implement compilation for RationalNodes, fix other num types (#8404)Jemma Issroff
2023-09-08[ruby/yarp] Add ParseResult#attach_comments! to tie comments to their locationsVinicius Stock
2023-09-08Fix weak_references count testMatt Valentine-House
2023-09-08[DOC] Kernel#{proc,lambda} don't issue warnings anymoreAlan Wu
2023-09-08[YARP] Implement compilation for Regex / InterpolatedRegex (#8396)Jemma Issroff
2023-09-08[YARP] Implement compilation for InterpolatedXStringNode (#8395)Jemma Issroff
2023-09-08[ruby/yarp] Flatten multitarget into multiwriteKevin Newton
2023-09-08[ruby/yarp] Multi target nodesKevin Newton
2023-09-08Try default `gcc` 9.4.0 to see if it exhibits the same compiler bugs. (#8394)Samuel Williams
2023-09-08Bump actions/cache from 3.3.1 to 3.3.2dependabot[bot]
2023-09-08Continue even if addr or rnglists headers not foundNobuyoshi Nakada
2023-09-07Add `String#getbyte` YJIT implementation (#8397)Ian Candy
2023-09-07YJIT: Decrease IVAR_MAX_DEPTH to 8 (#8398)Takashi Kokubun
2023-09-07GC: Only force alloc slowpath for NEWOBJ hookJohn Hawthorn
2023-09-07Optimize handle_interrupt(Exception => ..) as a common caseMatthew Draper
2023-09-07Skip allocation if handle_interrupt arg is already usableMatthew Draper
2023-09-07YJIT: Decrease SEND_MAX_DEPTH to 5 (#8390)Takashi Kokubun
2023-09-07[ruby/yarp] Avoid an extra "stop" parameter to yp_strspn_whitespace_newlinesMike Dalessio
2023-09-07Rewrite Integer#times in Ruby (#8388)Takashi Kokubun
2023-09-07[ruby/yarp] Extract error messages into diagnostic.c and use canonical messag...Mike Dalessio
2023-09-07Document that thread event hooks are called without the GVLJean Boussier
2023-09-07[YARP] Miscellaneous small bug fixes (#8387)Jemma Issroff
2023-09-07[ruby/yarp] remove now-redundant `YP_TOKEN_NOT_PROVIDED_VALUE`Nathan Froyd
2023-09-07[ruby/yarp] use `YP_LOCATION_*_VALUE` macros more consistentlyNathan Froyd
2023-09-07[ruby/yarp] Introduce owned constantsKevin Newton
2023-09-07Remove function call for String#bytesize (#8389)Aaron Patterson
2023-09-07[YARP] Use the correct field for the name on classes and modulesKevin Newton
2023-09-07[ruby/yarp] Constants and def nodesKevin Newton
2023-09-07[ruby/yarp] Constants on rest parameter nodesKevin Newton
2023-09-07[ruby/yarp] Constants on keyword rest parametersKevin Newton
2023-09-07[ruby/yarp] Constants on keyword parametersKevin Newton
2023-09-07[ruby/yarp] Remove name constant from classes/modulesKevin Newton
2023-09-08Extract `do_mutex_lock_check_interrupts` to try and fix `ppc64le`. (#8393)Samuel Williams
2023-09-07Update bundled gems list at 2023-09-07git
2023-09-07[Bug #19549] Check for variables to be interpolatedNobuyoshi Nakada
2023-09-07Reduce number of iterations in `TestFiberScheduler#test_autoload`. (#8391)Samuel Williams
2023-09-07[DOC] Fix up Process::Status#>>Nobuyoshi Nakada
2023-09-07[rubygems/rubygems] Reduce excess index creation and mergingMartin Emde
2023-09-07[rubygems/rubygems] Improve efficiency of Index#use and #search_allMartin Emde
2023-09-07[rubygems/rubygems] Source::Rubygems#fetch_names is only called with override...Martin Emde