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
/
spec
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use hex-encoded binaries instead of UTF-8
Nobuyoshi Nakada
2020-11-22
1
-2
/
+2
*
Add string encoding IBM720 alias CP720 (#3803)
Lars Kanis
2020-11-22
1
-0
/
+8
*
Suppress a unused-variable warning
Nobuyoshi Nakada
2020-11-22
1
-0
/
+2
*
Make String methods return String instances when called on a subclass instance
Jeremy Evans
2020-11-20
24
-152
/
+516
*
Improve error message when subclassing non-Class
Jeremy Evans
2020-11-13
2
-2
/
+2
*
Update to ruby/spec@b0b7f53
Benoit Daloze
2020-11-13
27
-77
/
+704
*
Update to ruby/mspec@f8b0618
Benoit Daloze
2020-11-13
1
-4
/
+0
*
Fixup 957efa95cc12c608705a5663256226f022ea6c7f
Hiroshi SHIBATA
2020-11-13
1
-1
/
+1
*
spec/ruby/core/file/utime_spec.rb: XFS seems to have Year 2038 problem
Yusuke Endoh
2020-11-12
1
-3
/
+7
*
Fix indentation
Kazuki Tsujimoto
2020-11-07
1
-187
/
+187
*
Fix and remove spec testing undefined behavior
Kazuki Tsujimoto
2020-11-07
1
-34
/
+8
*
Revert "Make `marshal_load` public"
Marc-Andre Lafortune
2020-11-04
1
-1
/
+1
*
Make Array methods return Array instances instead of subclass instances
Jeremy Evans
2020-11-03
4
-28
/
+86
*
Use the suppress_warning helper instead of doing it manually
Kazuki Tsujimoto
2020-11-01
1
-4
/
+1
*
Suppress "One-line pattern matching is experimental" warning
Kazuki Tsujimoto
2020-11-01
1
-4
/
+9
*
Fix Rubyspec (ruby-2.7) failures
Kazuki Tsujimoto
2020-11-01
3
-11
/
+41
*
use one-line pattern matching for warning tests
Koichi Sasada
2020-11-01
3
-7
/
+5
*
Assoc pattern matching (#3703)
Nobuyoshi Nakada
2020-10-26
4
-11
/
+13
*
Ignore <internal: entries from core library methods for Kernel#warn(message, ...
Benoit Daloze
2020-10-26
2
-0
/
+30
*
Add specs that #caller and #caller_locations include core library methods def...
Benoit Daloze
2020-10-26
2
-0
/
+24
*
Update to ruby/spec@b164536
Benoit Daloze
2020-10-26
1
-0
/
+57
*
Remove spec which is too difficult to get working with various compilers
Benoit Daloze
2020-10-26
2
-14
/
+0
*
Use gcc-specific pragma only on gcc (and the family)
Nobuyoshi Nakada
2020-10-26
1
-0
/
+2
*
Fix compilation on MSVC
Nobuyoshi Nakada
2020-10-25
1
-9
/
+4
*
Try to fix compilation on MSVC
Benoit Daloze
2020-10-25
1
-0
/
+6
*
Update to ruby/spec@4f59d86
Benoit Daloze
2020-10-24
47
-61
/
+725
*
Update to ruby/mspec@b56e7a2
Benoit Daloze
2020-10-24
2
-2
/
+16
*
numeric.c, range.c: prohibit zero step
Kenta Murata
2020-10-23
4
-49
/
+92
*
Fix typos [ci skip]
Kazuhiro NISHIYAMA
2020-10-19
2
-2
/
+2
*
Partly reverted test failing with https://github.com/rubygems/rubygems/pull/3921
Hiroshi SHIBATA
2020-10-15
1
-8
/
+8
*
Merge bundler-2.2.0.rc.2
Hiroshi SHIBATA
2020-10-15
45
-119
/
+583
*
spec/ruby/library/socket/socket/listen_spec.rb: Allow both EACCES and EOPNOSUPP
Yusuke Endoh
2020-10-12
1
-2
/
+2
*
relax Fiber#transfer's restriction
Koichi Sasada
2020-10-12
5
-38
/
+113
*
Make the test suite pass on real Android/Termux environment
Yusuke Endoh
2020-10-12
4
-5
/
+17
*
Removed meaningless system dependent tests
Nobuyoshi Nakada
2020-10-02
1
-18
/
+0
*
spec/ruby/core/process/spawn_spec.rb: skip a test on Android
Yusuke Endoh
2020-10-01
1
-1
/
+1
*
[ruby/ostruct] Improved YAML serialization.
Marc-Andre Lafortune
2020-09-30
1
-1
/
+3
*
Update to ruby/spec@bfd843a
Benoit Daloze
2020-09-30
9
-61
/
+51
*
Update to ruby/mspec@e154fa1
Benoit Daloze
2020-09-30
1
-1
/
+7
*
Update to ruby/spec@681e8cf
Benoit Daloze
2020-09-30
2
-8
/
+10
*
Update to ruby/mspec@4120a62
Benoit Daloze
2020-09-30
1
-9
/
+18
*
Update to ruby/spec@9277d27
Benoit Daloze
2020-09-30
17
-6
/
+209
*
Add rb_category_warn{,ing} for warning messages with categories
Jeremy Evans
2020-09-28
2
-9
/
+68
*
Clarify spec description for Hash#{each,each_pair}
Benoit Daloze
2020-09-28
1
-1
/
+1
*
[rubygems/rubygems] Move comment below shebang in bin/console template
Steven Peckins
2020-09-28
1
-0
/
+2
*
freeze all Range objects.
v3_0_0_preview1
Koichi Sasada
2020-09-25
2
-3
/
+8
*
should not check taint flag on rubyspec.
Koichi Sasada
2020-09-25
2
-2
/
+6
*
Disable deprecation warning by the default [Feature #16345]
Nobuyoshi Nakada
2020-09-25
7
-32
/
+48
*
bump Bundler's version to 2.2.0.rc.1
Hiroshi SHIBATA
2020-09-23
1
-1
/
+1
*
Revert "Prevent SystemStackError when calling super in module with activated ...
Jeremy Evans
2020-09-22
1
-59
/
+20
[next]