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
/
ruby
Commit message (
Expand
)
Author
Age
Files
Lines
*
test/ruby/test_enum.rb: Avoid "warning: assigned but unused variable"
Yusuke Endoh
2020-12-16
1
-6
/
+6
*
[memory_view] Make MemoryView API Ractor-safe (#3911)
Kenta Murata
2020-12-16
1
-0
/
+18
*
Fixed marshal compatibility of Process::Status
Nobuyoshi Nakada
2020-12-16
1
-0
/
+6
*
Optimize `Enumerable#grep{_v}`
Marc-Andre Lafortune
2020-12-15
1
-0
/
+21
*
Deprecate Random::DEFAULT
Benoit Daloze
2020-12-14
1
-0
/
+2
*
Support shareable_constant_value: literal
Nobuyoshi Nakada
2020-12-14
1
-1
/
+10
*
Make shareable_constant_value tri-state
Nobuyoshi Nakada
2020-12-14
1
-4
/
+4
*
shareable_constant_value: is effective only in comment-only line
Nobuyoshi Nakada
2020-12-14
1
-5
/
+6
*
Added continued line case
Nobuyoshi Nakada
2020-12-14
1
-2
/
+5
*
Added false case
Nobuyoshi Nakada
2020-12-14
1
-1
/
+6
*
Test by Ractor.shareable?
Nobuyoshi Nakada
2020-12-14
1
-5
/
+5
*
Make the value shareable deeply
Nobuyoshi Nakada
2020-12-14
1
-2
/
+6
*
Implemented shareable_constant_value
Nobuyoshi Nakada
2020-12-14
1
-0
/
+17
*
Support shareable_constant_value pragma
Nobuyoshi Nakada
2020-12-14
1
-0
/
+6
*
test/ruby/test_method_cache.rb: suppress "assigned but unused variable"
Yusuke Endoh
2020-12-14
1
-2
/
+2
*
add tests for method cache.
Koichi Sasada
2020-12-14
1
-0
/
+65
*
Wait testing/helper threads to terminate
Nobuyoshi Nakada
2020-12-13
1
-5
/
+5
*
Reintroduce `expr in pat` [Feature #17371]
Kazuki Tsujimoto
2020-12-13
1
-1
/
+5
*
test/ruby/test_lambda.rb: prevent lambda(&proc_block) warnings
Yusuke Endoh
2020-12-12
1
-0
/
+6
*
fix lambda's warning and tests
Koichi Sasada
2020-12-12
1
-2
/
+6
*
Let Fiber#raise work with transferring fibers
nicholas a. evans
2020-12-12
1
-0
/
+10
*
RDoc states that Process::Status.wait returns nil if cannot wait
Nobuyoshi Nakada
2020-12-11
1
-0
/
+4
*
show deprecation warning correctly for lambda(&b)
Koichi Sasada
2020-12-11
1
-0
/
+39
*
Make ruby -We the same as ruby -W -e
Jeremy Evans
2020-12-10
1
-1
/
+3
*
Remove the uninitialized instance variable verbose mode warning
Jeremy Evans
2020-12-10
3
-8
/
+6
*
test/ruby/test_arithmetic_sequence.rb: restore test_last_bug17218
Kenta Murata
2020-12-10
1
-1
/
+6
*
memory_view.c: Add rb_memory_view_get_item and rb_memory_view_prepare_item_de...
Kenta Murata
2020-12-10
1
-10
/
+12
*
test/ruby/test_arithmetic_sequence.rb: remove a duplicated test
Yusuke Endoh
2020-12-10
1
-5
/
+0
*
Fix ArithmeticSequence#last and ArithmeticSequence#each for non-integer seque...
Kenta Murata
2020-12-09
1
-0
/
+10
*
Add support for non-blocking `Process.wait`.
Samuel Williams
2020-12-09
1
-0
/
+6
*
Supported category option in Warning#warn
Nobuyoshi Nakada
2020-12-08
1
-0
/
+43
*
Made method-local instance variables local variables
Nobuyoshi Nakada
2020-12-08
1
-24
/
+16
*
memory_view.c: Add rb_memory_view_extract_item_members (#3855)
Kenta Murata
2020-12-08
1
-0
/
+51
*
Windows: Read ENV names and values as UTF-8 encoded Strings (#3818)
Lars Kanis
2020-12-08
2
-13
/
+16
*
Removed deprecated Time#succ
Nobuyoshi Nakada
2020-12-07
1
-2
/
+1
*
Revert "memory_view.c: Add rb_memory_view_extract_item_members"
Kenta Murata
2020-12-07
1
-51
/
+0
*
memory_view.c: Add rb_memory_view_extract_item_members
Kenta Murata
2020-12-06
1
-0
/
+51
*
Guard all accesses to RubyVM::MJIT with defined?(RubyVM::MJIT) &&
Benoit Daloze
2020-12-04
7
-13
/
+13
*
memory_view.c: Fix endianness of n, N, v, V
Kenta Murata
2020-12-04
1
-4
/
+4
*
test/ruby/test_io.rb: some test methods had been overwritten
Yusuke Endoh
2020-12-03
1
-2
/
+2
*
delete deprecated IO-like methods
卜部昌平
2020-12-03
2
-48
/
+57
*
Do not reduce quantifiers if it affects which text will be matched
Jeremy Evans
2020-12-02
1
-0
/
+14
*
ENV.index: delete
卜部昌平
2020-12-02
1
-1
/
+0
*
Revert "Removed deprecated Dir.exists? and File.exists?"
Nobuyoshi Nakada
2020-12-02
1
-6
/
+2
*
Removed deprecated Dir.exists? and File.exists?
Nobuyoshi Nakada
2020-12-02
1
-2
/
+6
*
memory_view.c: Check availability in rb_memory_view_get
Kenta Murata
2020-12-02
1
-0
/
+13
*
tune parallel test
Koichi Sasada
2020-12-01
1
-0
/
+2
*
Raise when loading unprovided builtin function [Bug #17192]
Nobuyoshi Nakada
2020-11-30
1
-0
/
+15
*
Keep references of memory-view-exported objects (#3816)
Kenta Murata
2020-11-30
1
-0
/
+8
*
[Feature #17136] Remove special behavior from $KCODE
Nobuyoshi Nakada
2020-11-28
1
-10
/
+0
[next]