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-20
Fix string value in hash literal being forced frozen
Alan Wu
2024-02-21
skip a test on non-UTF-8 locale
Koichi Sasada
2024-02-20
Add pushtoarraykwsplat instruction to avoid unnecessary array allocation
Jeremy Evans
2024-02-20
YJIT: Support `**nil` for cfuncs
Alan Wu
2024-02-20
Update warning flags before dump
Nobuyoshi Nakada
2024-02-20
Remove never used method
Nobuyoshi Nakada
2024-02-20
Remove no longer used methods
Nobuyoshi Nakada
2024-02-19
[Bug #20280] Raise SyntaxError on invalid encoding symbol
Nobuyoshi Nakada
2024-02-16
YJIT: Support empty splat
Alan Wu
2024-02-16
YJIT: Support `**nil`
Alan Wu
2024-02-16
[PRISM] Make prism compiler warning experimental
Kevin Newton
2024-02-15
Do not show an anonymous class as a receiver
Yusuke Endoh
2024-02-15
Show the method owner in backtraces
Yusuke Endoh
2024-02-15
Do not include a backtick in error messages and backtraces
Yusuke Endoh
2024-02-15
Show the invalid source encoding in messages
Nobuyoshi Nakada
2024-02-14
YJIT: Simplify Kernel#send guards and admit more cases (#9956)
Alan Wu
2024-02-13
[PRISM] Add eval tests
Matt Valentine-House
2024-02-13
Fix memory leak when parsing invalid hash symbol
Peter Zhu
2024-02-13
[PRISM] Fix lambda start column number
Nikita Vasilevsky
2024-02-13
Fix [Bug #20246]: Don't set next_head_exact if a capture is called (#9897)
Hiroya Fujinami
2024-02-13
Warn duplication of `__ENCODING__` on the hash
yui-knk
2024-02-12
YJIT: Add support for `**kwrest` parameters
Alan Wu
2024-02-12
Allow `foo(**nil, &block_arg)`
Alan Wu
2024-02-11
Fix crash when passing large keyword splat to method accepting keywords and k...
Jeremy Evans
2024-02-11
[PRISM] Fix error handling in `pm_parse_prism`
eileencodes
2024-02-10
Fix constant name of `Ractor::IsolationError` message
yui-knk
2024-02-10
Include the first constant name into `Ractor::IsolationError` message
yui-knk
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
[prev]
[next]