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-01
[YARP] Small fixes for existing ConstantNodes (#8346)
Jemma Issroff
2023-09-01
Skip weak references to old objects in minor GC
Peter Zhu
2023-09-01
[ruby/yarp] Ensure node are present only once in the desugared AST
Benoit Daloze
2023-09-01
[ruby/yarp] Move name_loc before value for LocalVariableWriteNode
Benoit Daloze
2023-09-01
[ruby/yarp] Make operator_loc the last field for GlobalVariableWriteNode
Benoit Daloze
2023-09-01
[ruby/yarp] Do not desugar Foo::Bar {||,&&,+}= baz as it is incorrect without...
Benoit Daloze
2023-09-01
[ruby/yarp] Fix comments for methods using desugar_or_write_defined_node
Benoit Daloze
2023-09-01
[rubygems/rubygems] Use assertion message strictly
Hiroshi SHIBATA
2023-09-01
Copy compile options from AST directly without intermediate Hash
Nobuyoshi Nakada
2023-09-01
Copy `rb_compile_option_t` only if needed
Nobuyoshi Nakada
2023-09-01
Use macro argument not the variable directly
Nobuyoshi Nakada
2023-09-01
[Bug #19281] Allow semicolon in parenthesis at the first argument of command ...
yui-knk
2023-08-31
[ruby/yarp] fix: octal, hex, and unicode strings at the end of a
Mike Dalessio
2023-09-01
[Bug-18878] Parse qualified const with brace block as method call
Nobuyoshi Nakada
2023-08-31
Remove gc_mark_values
Matt Valentine-House
2023-08-31
Prevent rb_gc_mark_values from pinning objects
Matt Valentine-House
2023-08-31
[DOC] RDoc for #spawn (#8342)
Burdette Lamar
2023-08-31
[ruby/yarp] add some `const` qualifiers to local variables
Nathan Froyd
2023-08-31
[YARP] Avoid if-else in yp_compile_node (#8336)
Mau Magnaguagno
2023-08-31
[YARP] Implement SourceNodes (File, Line, Encoding) (#8328)
Jemma Issroff
2023-08-31
[ruby/irb] Drop rdoc's version requirement
Stan Lo
2023-08-31
YJIT: Handle getblockparamproxy with ifunc
John Hawthorn
2023-08-31
TestSocket_UNIXSocket: stop testing empty packets
Jean Boussier
2023-08-31
[DOC] Link fix (#8340)
Burdette Lamar
2023-08-31
[ruby/irb] Require Reline 0.3.8+
Stan Lo
2023-08-31
Correctly calculate initial pages
Peter Zhu
2023-08-31
[DOC] RDoc for Kernel#system (#8309)
Burdette Lamar
2023-08-31
[Bug #19349] Respect `#to_int` of `base` argument
Nobuyoshi Nakada
2023-08-31
Separate test for `Kernel#Integer` with `base` argument
Nobuyoshi Nakada
2023-08-31
[ruby/shellwords] omit blank line
Hiroshi SHIBATA
2023-08-31
[YARP] Remove Java templates [ci skip]
Nobuyoshi Nakada
2023-08-31
CodeQL: Increase memory size [ci skip]
Nobuyoshi Nakada
2023-08-31
sync_default_gems.rb: Discard some error messages
Nobuyoshi Nakada
2023-08-31
sync_default_gems.rb: Remove the pattern for yarp
Nobuyoshi Nakada
2023-08-31
sync_default_gems.rb: Remove the pattern for bundler
Nobuyoshi Nakada
2023-08-31
sync_default_gems.rb: Refactor
Nobuyoshi Nakada
2023-08-31
sync_default_gems.rb: Move ignored_paths to ignore_file_pattern_for
Nobuyoshi Nakada
2023-08-30
Change heap init environment variable names
Peter Zhu
2023-08-30
[ruby/yarp] Add a value to numbered references
Kevin Newton
2023-08-30
[YARP] Compile ProgramNode as ScopeNode (#8327)
Jemma Issroff
2023-08-30
[YARP] Implement BreakNode, NextNode, RedoNode (#8334)
Jemma Issroff
2023-08-30
[YARP] Fix variables in compilation (#8326)
Jemma Issroff
2023-08-30
[ruby/yarp] simplify the calling convention for `unescape`
Mike Dalessio
2023-08-30
[ruby/yarp] fix: regular expression with start and end out of order
Mike Dalessio
2023-08-30
[ruby/yarp] fix: binary CallNode with out-of-order arg and receiver
Mike Dalessio
2023-08-30
[ruby/yarp] fix: StatementsNode with out-of-order body nodes
Mike Dalessio
2023-08-30
[ruby/yarp] BASERUBY fails because of .then not existing
Kevin Newton
2023-08-30
[ruby/yarp] Revisit lex.rake, make lex:rubygems more useable
Kevin Newton
2023-08-30
[ruby/yarp] Nest all of the YARP tests under the YARP namespace
Kevin Newton
2023-08-30
[ruby/yarp] Fix up Rust config.yml reading
Kevin Newton
[prev]
[next]