index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
ruby_4_0
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-09-11
[ruby/yarp] Introduce MatchLastLineNode and InterpolatedMatchLastLineNode
Kevin Newton
2023-09-11
Use constant lookup for constant names
Kevin Newton
2023-09-11
Remove deprecated aliases from yarp compiler
Kevin Newton
2023-09-11
[ruby/yarp] Update pretty_print to use inspect
Kevin Newton
2023-09-11
[rubygems/rubygems] Fixed include realpath in error statement
negi0109
2023-09-11
[rubygems/rubygems] Fixed false positive SymlinkError in symbolic link directory
negi0109
2023-09-12
Rename `NODE_NEW_TEMPORAL` as `NODE_NEW_INTERNAL`
Nobuyoshi Nakada
2023-09-11
[ruby/yarp] Mark flags as private
Kevin Newton
2023-09-11
[ruby/yarp] Update fixtures
Tim Morgan
2023-09-11
[ruby/yarp] Fix order of Regexp flags
Tim Morgan
2023-09-11
[ruby/yarp] Add failing test for Regexp flags
Tim Morgan
2023-09-11
Use the keyword for output and omit default arguments [ci skip]
Nobuyoshi Nakada
2023-09-11
Add `modencs` target to build encodings/transcoders as modules
Nobuyoshi Nakada
2023-09-11
Split commit recipe and pass more macros
Nobuyoshi Nakada
2023-09-10
Declare `k_class` and `k_module` as `ctxt`
Nobuyoshi Nakada
2023-09-10
Add a new line between function definitions [ci skip]
Yuichiro Kaneko
2023-09-10
Refactor to use same logic with other assignment nodes
yui-knk
2023-09-10
[DOC] Fix method docs of scheduler#io_read and scheduler#io_write
kudojp
2023-09-10
[DOC] Fix a typo in "Open Options" section of IO
Herwin
2023-09-10
Set 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-09
memory_view: Avoid using bit field
Sutou Kouhei
2023-09-08
[YARP] Extract YP_COMPILE helper (#8403)
Jemma Issroff
2023-09-08
Update default gems list at f4443f3b1c6dd70b6b22470a7d5f87 [ci skip]
git
2023-09-08
[ruby/yarp] Increment version
Kevin Newton
2023-09-08
[ruby/yarp] Template out a comment_targets method
Kevin Newton
2023-09-08
[ruby/yarp] Move parse result mutations into their own files
Kevin 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 locations
Vinicius Stock
2023-09-08
Fix weak_references count test
Matt Valentine-House
2023-09-08
[DOC] Kernel#{proc,lambda} don't issue warnings anymore
Alan 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 multiwrite
Kevin Newton
2023-09-08
[ruby/yarp] Multi target nodes
Kevin Newton
2023-09-08
Try default `gcc` 9.4.0 to see if it exhibits the same compiler bugs. (#8394)
Samuel Williams
2023-09-08
Bump actions/cache from 3.3.1 to 3.3.2
dependabot[bot]
2023-09-08
Continue even if addr or rnglists headers not found
Nobuyoshi Nakada
2023-09-07
Add `String#getbyte` YJIT implementation (#8397)
Ian Candy
2023-09-07
YJIT: Decrease IVAR_MAX_DEPTH to 8 (#8398)
Takashi Kokubun
2023-09-07
GC: Only force alloc slowpath for NEWOBJ hook
John Hawthorn
2023-09-07
Optimize handle_interrupt(Exception => ..) as a common case
Matthew Draper
2023-09-07
Skip allocation if handle_interrupt arg is already usable
Matthew Draper
2023-09-07
YJIT: Decrease SEND_MAX_DEPTH to 5 (#8390)
Takashi Kokubun
2023-09-07
[ruby/yarp] Avoid an extra "stop" parameter to yp_strspn_whitespace_newlines
Mike Dalessio
2023-09-07
Rewrite 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-07
Document that thread event hooks are called without the GVL
Jean 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
[next]