index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
-ext-
Commit message (
Expand
)
Author
Age
Files
Lines
*
Decouple GC slot sizes from RVALUE
Peter Zhu
2022-02-02
2
-7
/
+10
*
Remove assert_equal that will never be run
Peter Zhu
2022-01-28
1
-1
/
+1
*
Do not create core file if it is intentional abort
Koichi Sasada
2022-01-19
1
-1
/
+2
*
Make embedded string length a long for VWA
Peter Zhu
2022-01-12
1
-1
/
+1
*
Use omit instead of skip: test/-ext-/**/*.rb
Hiroshi SHIBATA
2021-12-28
4
-6
/
+6
*
Remove tainted and trusted features
Nobuyoshi Nakada
2021-12-26
1
-14
/
+0
*
Prepare for removing RubyVM::JIT (#5262)
Takashi Kokubun
2021-12-13
1
-1
/
+1
*
Rename --jit to --mjit (#5248)
Takashi Kokubun
2021-12-13
1
-1
/
+1
*
Avoid assert failure when NULL EC is expected
Alan Wu
2021-11-22
1
-0
/
+7
*
Rename ::YJIT to RubyVM::YJIT
Alan Wu
2021-10-28
1
-1
/
+1
*
fix random EBADF problem
Koichi Sasada
2021-10-26
1
-6
/
+10
*
[Feature #18239] Implement VWA for strings
Peter Zhu
2021-10-25
2
-11
/
+32
*
Show +YJIT in version string and RUBY_DESCRIPTION
Alan Wu
2021-10-20
1
-0
/
+1
*
Use Test::Unit::AssertionFailedError instead of MiniTest::Assertion for test-...
Hiroshi SHIBATA
2021-09-06
1
-1
/
+1
*
Guard array when appending
Aaron Patterson
2021-09-01
1
-0
/
+20
*
Renamed thraed_fd_close as thread_fd
Nobuyoshi Nakada
2021-07-29
1
-1
/
+1
*
Escape unprintable chars only, without surrounding quotes
Nobuyoshi Nakada
2021-07-24
1
-2
/
+2
*
Add basic test for updated IO wait functions.
Samuel Williams
2021-06-29
2
-49
/
+32
*
Scan the coderange in the given encoding
Nobuyoshi Nakada
2021-06-26
1
-0
/
+9
*
rb_enc_interned_str: handle autoloaded encodings
Jean Boussier
2021-03-22
1
-0
/
+16
*
Rename RubyVM::MJIT to RubyVM::JIT
Takashi Kokubun
2021-01-13
1
-1
/
+1
*
Get rid of defining methods for tests in core classes
Nobuyoshi Nakada
2021-01-09
12
-294
/
+300
*
Remove the uninitialized instance variable verbose mode warning
Jeremy Evans
2020-12-10
1
-4
/
+2
*
Guard all accesses to RubyVM::MJIT with defined?(RubyVM::MJIT) &&
Benoit Daloze
2020-12-04
1
-1
/
+1
*
Fix rb_interned_str_* functions to not assume static strings
Jean Boussier
2020-11-30
1
-0
/
+12
*
Make String methods return String instances when called on a subclass instance
Jeremy Evans
2020-11-20
2
-5
/
+5
*
keep proc on the stack so it does not move
Aaron Patterson
2020-10-16
1
-2
/
+6
*
Added `get_real` interface
Nobuyoshi Nakada
2020-09-07
1
-0
/
+7
*
separate rb_random_t
Nobuyoshi Nakada
2020-09-07
1
-0
/
+20
*
vm_backtrace.c: let rb_profile_frames show cfunc frames
Yusuke Endoh
2020-07-28
1
-5
/
+11
*
Make Thread#thread_variable? similar to #thread_variable_get
Jeremy Evans
2020-05-25
1
-1
/
+1
*
Fix rb_profile_frame_classpath to handle module singletons
Jean Boussier
2020-05-07
1
-6
/
+34
*
Clear all trace events during teardown
Alan Wu
2020-03-29
1
-0
/
+4
*
Word array instead of splitting
Nobuyoshi Nakada
2020-03-08
1
-4
/
+4
*
Moved not-implemented method tests [Bug #16662]
Nobuyoshi Nakada
2020-02-28
1
-0
/
+7
*
Introduce disposable call-cache.
Koichi Sasada
2020-02-22
1
-10
/
+2
*
VALUE size packed callinfo (ci).
Koichi Sasada
2020-02-22
1
-2
/
+8
*
skip SEGV test if RUBY_ON_BUG is specified
Koichi Sasada
2020-02-13
1
-0
/
+2
*
rb_rational_raw: convert num and den by to_int
Kenta Murata
2020-01-17
1
-0
/
+24
*
rb_rational_raw: make a denominator always positive
Kenta Murata
2020-01-17
1
-0
/
+14
*
Update tests for full keyword argument separation
Jeremy Evans
2020-01-02
2
-112
/
+32
*
Reword keyword arguments warning messages to convey these are deprecation war...
Marc-Andre Lafortune
2019-12-23
2
-17
/
+17
*
vm_args.c: rephrase the warning message of keyword argument separation
Yusuke Endoh
2019-12-20
1
-3
/
+3
*
Fixed misspellings
Nobuyoshi Nakada
2019-12-20
1
-1
/
+1
*
check interrupts at each frame pop timing.
Koichi Sasada
2019-11-29
1
-2
/
+2
*
test/-ext-/string/test_fstring.rb: suppress a warning for taint
Yusuke Endoh
2019-11-18
1
-1
/
+6
*
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-11-18
2
-39
/
+0
*
Fix typos
Kazuki Tsujimoto
2019-11-09
1
-2
/
+2
*
Revert "[EXPERIMENTAL] Make Symbol#to_s return a frozen String [Feature #16150]"
NARUSE, Yui
2019-11-05
1
-3
/
+1
*
more use of RbConfig::LIMITS
卜部昌平
2019-10-08
1
-2
/
+1
[next]