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
path:
root
/
test
/
ruby
Age
Commit message (
Expand
)
Author
2024-02-09
rb_obj_setup: do not copy RUBY_FL_SEEN_OBJ_ID
Jean Boussier
2024-02-08
Fix crash when checking symbol encoding
Peter Zhu
2024-02-06
[PRISM] Use block node location when building block iseq
Nikita Vasilevsky
2024-02-04
Remove TestProcess#test_low_memory_startup
Yusuke Endoh
2024-02-05
[PRISM] Fix encoding of interpolated strings
Peter Zhu
2024-02-05
[PRISM] Implement opt_aset_with
Jenny Shen
2024-02-02
[PRISM] Fix numbered parameters stealing local names
Alan Wu
2024-02-02
Add memory leak test for Regexp timeout
Peter Zhu
2024-02-02
Add an assertion that `%x` literals call `` ` `` method
Nobuyoshi Nakada
2024-02-01
[PRISM] Respect string encoding override in array literals
Alan Wu
2024-02-01
[PRISM] dedup hash string keys
Jenny Shen
2024-02-01
[PRISM] Do not shell out in prism tests
Kevin Newton
2024-02-01
[PRISM] Fix multiple return with splat and splat+kwsplat
Alan Wu
2024-01-31
Do not modify provided argument splat when using ruby2_keywords with anonymou...
Jeremy Evans
2024-01-31
[PRISM] Fix else with rescue
Peter Zhu
2024-01-30
[PRISM] pm_compile_logical: Fix OrNode in IfNode predicate
Matt Valentine-House
2024-01-30
Update forwarding locals for prism
Aaron Patterson
2024-01-29
[PRISM] Fix crash when multiple underscores
Peter Zhu
2024-01-29
Fix RegExp warning causing flaky Ripper failure
Alan Wu
2024-01-29
Fix test/ruby/test_rubyoptions.rb + --parser=prism
Kevin Newton
2024-01-29
[PRISM] Use opt_str_freeze instruction
Peter Zhu
2024-01-29
[PRISM] Support US-ASCII symbols
Peter Zhu
2024-01-29
[PRISM] Support ASCII-8BIT symbols
Peter Zhu
2024-01-29
[PRISM] Support UTF-8 symbols
Peter Zhu
2024-01-29
YJIT: Fix tailcall and JIT entry eating up FINISH frames (#9729)
Alan Wu
2024-01-29
[PRISM] Use the splatkw instruction
Peter Zhu
2024-01-29
Correctly handle consecutive lookarounds (#9738)
Hiroya Fujinami
2024-01-28
[Bug #20219] `gettable` returns NULL on error
Nobuyoshi Nakada
2024-01-28
[Bug #20217] `rescue` block is void only if all children are void
Nobuyoshi Nakada
2024-01-28
[Bug #20217] `return` with `ensure` is a void value expression
Nobuyoshi Nakada
2024-01-26
[PRISM] Fix loop in rescue blocks
Peter Zhu
2024-01-26
[PRISM] Keyword arguments incorrectly passed as mutable
Peter Zhu
2024-01-25
Fix incorrect use of VM_CALL_KW_SPLAT_MUT in zsuper with keyword splat
Jeremy Evans
2024-01-25
[PRISM] Add raw option to assert_prism_eval
Peter Zhu
2024-01-25
[PRISM] Fix next inside rescue
Matt Valentine-House
2024-01-25
[PRISM] Fix indentation of test_ScopeNode
Peter Zhu
2024-01-25
Simplified test case for encoding option
Hiroshi SHIBATA
2024-01-25
Use Encoding.local_charmap instead of locale
Hiroshi SHIBATA
2024-01-24
Do not use ruby2_keywords for ... argument forwarding
Jeremy Evans
2024-01-25
Use echo with all platforms
Hiroshi SHIBATA
2024-01-25
Use echo command in mswin platform
Hiroshi SHIBATA
2024-01-24
[PRISM] Fix method calls in keyword arguments
Peter Zhu
2024-01-24
Fix repeated block param
Aaron Patterson
2024-01-24
Fix local table size / index for repeated kwrest
Aaron Patterson
2024-01-24
Fix local table size and variable offset for repeated keywords
Aaron Patterson
2024-01-24
Fix local table size and index for required post underscore
Aaron Patterson
2024-01-24
Fix local table space for `*_`
Aaron Patterson
2024-01-24
Fix repeated optional _ parameters
Aaron Patterson
2024-01-24
Fix required positional repeated _ parameters
Aaron Patterson
2024-01-24
[PRISM] Fix forwarding from within block
Peter Zhu
[prev]
[next]