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-01-09
Introduce NODE_SYM to manage symbol literal
yui-knk
2024-01-08
Fix memory leak in grapheme clusters
Peter Zhu
2024-01-07
Label memory leak test
Peter Zhu
2024-01-07
Check hash key duplication for `__LINE__` and `__FILE__`
yui-knk
2024-01-07
Introduce Numeric Node's
S-H-GAMELINKS
2024-01-06
Add test case for GC.measure_total_time
Rian McGuire
2024-01-05
YJIT: Let RubyVM::YJIT.enable respect --yjit-stats (#9415)
Takashi Kokubun
2024-01-05
Add test cases for duplicated `when\' clause warnings
yui-knk
2024-01-04
Memory leak when duplicating identhash
Peter Zhu
2024-01-02
Fix Exception#detailed_message for GC compaction
Peter Zhu
2024-01-02
Introduce NODE_FILE
yui-knk
2024-01-02
Add a test case for `__LINE__` assignment in condition warning
yui-knk
2024-01-02
Warn "literal in condition" for `__LINE__`
yui-knk
2024-01-01
Don't create T_MATCH object if /regexp/.match(string) doesn't match
Luke Gruber
2023-12-29
Change test_warmup_frees_pages to check each size pool
Peter Zhu
2023-12-29
Fix [Bug #20098]: set counter value for {n,m} repetition correctly (#9391)
Hiroya Fujinami
2023-12-28
Fix [Bug #20083]: correct a cache point size for atomic groups (#9367)
Hiroya Fujinami
2023-12-27
[Bug #20094] Distinguish `begin` and parentheses
Nobuyoshi Nakada
2023-12-27
Fix Window private file mapping unlink EACCES issue. (#9358)
Samuel Williams
2023-12-25
suppress a warning
NARUSE, Yui
2023-12-25
[Feature #19370] Blocks without anonymous parameters should not affect
Nobuyoshi Nakada
2023-12-25
Implement `it` (#9199)
Takashi Kokubun
2023-12-25
[Feature #19370] Prohibit nesting anonymous parameter forwarding
Nobuyoshi Nakada
2023-12-25
Do not leave test file
Nobuyoshi Nakada
2023-12-24
Don't copy RUBY_FL_PROMOTED flag in rb_obj_setup
Peter Zhu
2023-12-25
Typofix under lib and test, tool directories
Hiroshi SHIBATA
2023-12-24
Fix Symbol#inspect for GC compaction
Peter Zhu
2023-12-24
Fix off-by-one error for declarative marking
Peter Zhu
2023-12-25
Correctly release the underlying file mapping. (#9340)
Samuel Williams
2023-12-24
Fix Enumerator#with_index for GC compaction
Peter Zhu
2023-12-24
Fix Regexp#inspect for GC compaction
Peter Zhu
2023-12-24
Fix Regexp#match for GC compaction
Peter Zhu
2023-12-25
IO::Buffer improvements and documentation. (#9329)
Samuel Williams
2023-12-23
Fix String#sub for GC compaction
Peter Zhu
2023-12-23
Fix Regexp#to_s for GC compaction
Peter Zhu
2023-12-23
Adjust indent [ci skip]
Nobuyoshi Nakada
2023-12-22
[Bug #19977] Fix (nil..nil) === x not to raise TypeError
Kouhei Yanagita
2023-12-21
RJIT: Convert opt_case_dispatch keys with #to_value
Takashi Kokubun
2023-12-21
Fix ary_make_partial_step for compaction
Peter Zhu
2023-12-20
Correct free_on_exit env var to free_at_exit
HParker
2023-12-19
YJIT: Add stats option to RubyVM::YJIT.enable (#9297)
Takashi Kokubun
2023-12-19
restore the stack pointer on finalizer
Koichi Sasada
2023-12-18
Fix flaky test test_stat_heap
Peter Zhu
2023-12-18
Make the SHAPE_TOO_COMPLEX performance warning more actionable
Jean Boussier
2023-12-17
Stir the hash value more with encoding index
Nobuyoshi Nakada
2023-12-16
[Bug #20068] Encoding does not matter to empty strings
Nobuyoshi Nakada
2023-12-15
[PRISM] Compile CallTargetNode
Matt Valentine-House
2023-12-15
[PRISM] Compile IndexTargetNode
Matt Valentine-House
2023-12-15
Update error message in test_rubyoptions
Kevin Newton
2023-12-15
Introduce --parser runtime flag
HParker
[next]