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
2023-08-23
Handle Array#* raising ArgumentError in test
Jeremy Evans
2023-08-23
YJIT: Implement VM_CALL_ARGS_BLOCKARG with Proc for ISeq calls
Alan Wu
2023-08-20
Tempfile is not needed
Nobuyoshi Nakada
2023-08-17
Move total_freed_objects to size pool
Peter Zhu
2023-08-17
Move total_allocated_objects to size pool
Peter Zhu
2023-08-17
YJIT: implement side chain fallback for setlocal to avoid exiting (#8227)
Maxime Chevalier-Boisvert
2023-08-15
Add stat force_incremental_marking_finish_count
Peter Zhu
2023-08-13
Fix the precedence of `--backtrace-limit` option
Nobuyoshi Nakada
2023-08-11
Fix range of `--backtrace-limit`
Nobuyoshi Nakada
2023-08-10
Deprecate Kernel#open and IO support for subprocess creation/forking
Mike Dalessio
2023-08-09
Prevent warnings: assigned but unused variable
Yusuke Endoh
2023-08-08
[Bug #19833] Fix index underflow at superclasses of `BasicObject`
Nobuyoshi Nakada
2023-08-04
Revert "Tests to move between size pools are flaky on Windows too"
Peter Zhu
2023-08-03
Remove --disable-gems for assert_separately
Peter Zhu
2023-08-02
YJIT: Fallback setivar if the receiver isn't T_OBJECT (#8160)
Jean byroot Boussier
2023-08-02
Fix crash in NoMethodError for dummy frames
Peter Zhu
2023-08-02
Allow to override environment variables for debug
Nobuyoshi Nakada
2023-08-02
`EnvUtil.invoke_ruby` also passes ASAN options
Nobuyoshi Nakada
2023-08-02
Tests to move between size pools are flaky on Windows too [ci skip]
Nobuyoshi Nakada
2023-08-01
support `rescue` event for TracePoint
Koichi Sasada
2023-08-01
remove strange line event
Koichi Sasada
2023-08-01
Supress warnings by Refinement#refined_class in test code
Shugo Maeda
2023-07-31
Skip flaky test on Solaris
Peter Zhu
2023-07-31
Fix default value of global_init_slots
Peter Zhu
2023-07-31
Fix test_gc_parameter_init_slots
Peter Zhu
2023-07-31
Assert that at least one element has been embedded
Peter Zhu
2023-07-31
Store initial slots per size pool
Peter Zhu
2023-07-31
Add Refinement#target and deprecate Refinement#refined_class
Shugo Maeda
2023-07-31
use inline cache for refinements
Koichi Sasada
2023-07-30
Ease the `Encoding::CompatibilityError` test failure
Nobuyoshi Nakada
2023-07-28
Freeze test string to be shared for sharable-middle-substring
Nobuyoshi Nakada
2023-07-26
Implement `opt_aref_with` instruction (#8118)
ywenc
2023-07-26
Process.warmup: precompute strings coderange
Jean Boussier
2023-07-25
YJIT: Fix cfp inconsistency on tailcall (#8107)
Takashi Kokubun
2023-07-24
YJIT: Fallback send instructions to vm_sendish (#8106)
Takashi Kokubun
2023-07-24
Use the caller location as default filename for eval family of methods
Jean Boussier
2023-07-19
Add a corner case for `return`
Nobuyoshi Nakada
2023-07-19
[Bug #19774] Fix segfault at `return` in `END`
Nobuyoshi Nakada
2023-07-19
Add tests for `return` in `BEGIN` and `END` blocks
Nobuyoshi Nakada
2023-07-17
Fix logarithm of 0 with base
Nobuyoshi Nakada
2023-07-17
objspace is not used in parent process [ci skip]
Nobuyoshi Nakada
2023-07-17
Fix up to require objspace
Nobuyoshi Nakada
2023-07-17
Run `Process.warmup` tests in separate processes
Nobuyoshi Nakada
2023-07-17
Implement Process.warmup
Jean Boussier
2023-07-16
Allow -1 as the value of `--backtrace-limit` option
Tom Stuart
2023-07-16
Test that command line `--backtrace-limit` overrides RUBYOPT
Nobuyoshi Nakada
2023-07-15
[Bug #19769] Fix range of size 1 in `String#tr`
alexandre184
2023-07-15
Fix stack trace for rescued StopIteration
Marcelo Pereira
2023-07-13
Tighten Time.new(string) parsing
Jeremy Evans
2023-07-13
Move bsearch test with Bigdecimal under the test_bigdecimal.rb
Hiroshi SHIBATA
[prev]
[next]