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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge rubygems/rubygems from upstream.
hsbt
2019-04-02
20
-70
/
+201
*
Added tests for end of Heisei
nobu
2019-04-01
2
-1
/
+64
*
exp is String, so it's always truthy
kazu
2019-03-31
1
-1
/
+1
*
ruby.c: respect features by command line
nobu
2019-03-30
1
-1
/
+3
*
Fix a typo in an assertion message
nobu
2019-03-30
1
-1
/
+1
*
[bug:8215] seems to be still broken on mswin
k0kubun
2019-03-28
1
-0
/
+1
*
erb.rb: prohibit marshaling [EXPERIMENTAL]
nobu
2019-03-28
1
-0
/
+13
*
Fix typos
kazu
2019-03-27
1
-7
/
+7
*
dir.c: fix Dir.glob starts with brace
shirosaki
2019-03-21
1
-0
/
+8
*
Fix a wrong lineno in backtrace for cfunc
mame
2019-03-21
1
-0
/
+14
*
Show retry's stdout as well
k0kubun
2019-03-21
1
-2
/
+4
*
Explain why cl.exe needs --jit-verbose=2 [ci skip]
k0kubun
2019-03-21
1
-0
/
+2
*
Insert --jit-verbose=2 logs for mswin debugging
k0kubun
2019-03-21
1
-1
/
+4
*
parse.y: removed redundant number_arg parser event
nobu
2019-03-19
1
-7
/
+1
*
parse.y: fix var_ref of numbered param in ripper
nobu
2019-03-19
1
-0
/
+1
*
parse.y: fix segv with Ripper#yydebug
nobu
2019-03-19
1
-0
/
+9
*
parse.y: numbered parameter in lambda
nobu
2019-03-18
1
-0
/
+4
*
Merge https://github.com/rubygems/rubygems/pull/2684
k0kubun
2019-03-18
1
-1
/
+1
*
Numbered parameters [Feature #4475]
nobu
2019-03-17
4
-5
/
+37
*
dsym should be treated as string [ruby-core:91852] [Bug #15670]
ktsj
2019-03-16
1
-0
/
+8
*
Show the source line at an invalid class/instance variable
nobu
2019-03-15
2
-5
/
+7
*
compile.c: fix the corner case of rest and keyword arguments
mame
2019-03-14
1
-0
/
+2
*
parse.y: no punctuation instance/class variables
nobu
2019-03-14
2
-7
/
+9
*
parse.y: show invalid global variable line
nobu
2019-03-14
1
-3
/
+5
*
Guard out the test when it is run under root permission
mame
2019-03-14
1
-6
/
+8
*
Assertion for r67226
nobu
2019-03-12
1
-1
/
+2
*
The combination of non-Symbol keys and Symbol keys is now allowed again
mame
2019-03-11
1
-12
/
+12
*
Added to check MJIT constant for the Ruby 2.3-2.5.
hsbt
2019-03-11
2
-2
/
+2
*
Implement Enumerator::Yielder#to_proc
knu
2019-03-11
1
-0
/
+15
*
Renamed duplicate test
nobu
2019-03-11
1
-1
/
+1
*
numeric.c: fix infinite loop
nobu
2019-03-11
1
-0
/
+11
*
eval.c: clear internal errinfo
nobu
2019-03-10
1
-0
/
+22
*
Add ignored_sp event
nobu
2019-03-09
1
-0
/
+7
*
Use assert_respond_to
nobu
2019-03-09
1
-1
/
+1
*
Ignore to handle the different platform
hsbt
2019-03-07
2
-1
/
+54
*
io.c: chomp CR at the end of read buffer
nobu
2019-03-07
1
-0
/
+13
*
Symbol creation is not a problem now unless pinned down
nobu
2019-03-06
1
-10
/
+2
*
proc.c: call respond_to_missing? with a symbol
nobu
2019-03-06
1
-0
/
+16
*
Skip malicious extension test with mswin platform.
hsbt
2019-03-06
1
-0
/
+2
*
Merge RubyGems upstream: 56c0bbb69e4506bda7ef7f447dfec5db820df20b
hsbt
2019-03-05
13
-52
/
+503
*
string.c: respect the actual encoding
nobu
2019-03-05
1
-0
/
+7
*
do not close FSs explicitly.
ko1
2019-03-03
1
-2
/
+2
*
close opened files explicitly
ko1
2019-03-03
1
-1
/
+4
*
Merge json-2.2.0 from flori/json.
hsbt
2019-02-23
2
-4
/
+10
*
STATX_BTIME depends on filesystems
nobu
2019-02-22
1
-0
/
+2
*
Skip EPERM, when statx(2) is wholely blocked
nobu
2019-02-22
1
-1
/
+4
*
Skip EPERM, like as r67102
nobu
2019-02-22
1
-1
/
+1
*
STATX_BTIME depends on filesystems
nobu
2019-02-22
1
-0
/
+2
*
Support File#birthtime on Linux
nobu
2019-02-22
1
-0
/
+11
*
Do not test File class method
nobu
2019-02-20
1
-3
/
+3
[prev]
[next]