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
*
extend timeout more
naruse
2018-01-18
1
-1
/
+1
*
extend timeout
naruse
2018-01-17
1
-1
/
+1
*
parse.y (new_regexp): Fix SEGV of `/#{"\u3042"}#{'い'}/` in non UTF-8
mame
2018-01-16
1
-2
/
+6
*
test/ruby/test_syntax.rb (test_command_with_cmd_brace_block): Added
mame
2018-01-15
1
-0
/
+5
*
parse.y: Fix a bug of `obj[42, &blk] ||= foo bar`
mame
2018-01-15
1
-0
/
+24
*
iseq.c: child iseq encoding
nobu
2018-01-11
1
-0
/
+5
*
vm_insnhelper.c: search in the indexing order
nobu
2018-01-11
1
-0
/
+12
*
parse.y: insane syntax too (class definition in cond)
mame
2018-01-09
1
-0
/
+5
*
parse.y: insane syntax
nobu
2018-01-09
1
-0
/
+5
*
Allow `-> do rescue; end` as well as `proc do rescue; end`
mame
2018-01-09
1
-0
/
+18
*
vm.c: respect redefinition of Proc#call
nobu
2018-01-08
1
-0
/
+18
*
parse.y: nd_line of new_qcall
nobu
2018-01-07
1
-0
/
+26
*
eval_error.c: reset in each line
nobu
2018-01-07
1
-0
/
+3
*
test_exception.rb: fix message
nobu
2018-01-07
1
-2
/
+2
*
test_process.rb: skip not-found groups
nobu
2018-01-06
1
-1
/
+6
*
Extend timeout of test_clear_unreachable_keyword_args
naruse
2018-01-05
1
-1
/
+1
*
extend timeout to 15 seconds for ARMv8 environment
naruse
2018-01-05
1
-1
/
+1
*
compile.c: fix stack consistency error
nobu
2018-01-05
1
-0
/
+9
*
marshal.c: allow marshalling keyword_init struct
k0kubun
2018-01-05
1
-0
/
+7
*
check array for zsuper. [Bug #14279]
ko1
2018-01-05
1
-0
/
+16
*
test/ruby/test_io.rb: relax RLIMIT_NPROC for invocation of ruby
mame
2018-01-04
1
-1
/
+1
*
long long is a C99ism
shyouhei
2018-01-02
1
-1
/
+3
*
parse.y: code end position
nobu
2018-01-02
1
-0
/
+6
*
test_exception.rb: more assertions
nobu
2017-12-31
1
-0
/
+5
*
error.c: negative uplevel
nobu
2017-12-31
1
-0
/
+1
*
parse.y: assignable_error
nobu
2017-12-31
1
-0
/
+6
*
increase test timeout.
ko1
2017-12-30
1
-1
/
+1
*
numeric.c: Fix Integer#pow with a large Fixnum modulo
mrkn
2017-12-30
1
-0
/
+5
*
hash literal deduplicates like Hash#[]=
normal
2017-12-30
1
-0
/
+3
*
string.c: chomp rs at the end
nobu
2017-12-29
1
-0
/
+4
*
test/ruby/test_hash: minor test cleanup
normal
2017-12-29
1
-4
/
+4
*
`$SAFE` as a process global state. [Feature #14250]
ko1
2017-12-28
5
-12
/
+24
*
Fix KeyError#{key,receiver} of Thread#fetch
kazu
2017-12-28
1
-1
/
+3
*
test_proc.rb: remove duplicate test_source_location
nobu
2017-12-26
1
-6
/
+0
*
vm_method.c: fix super in refined module
nobu
2017-12-26
1
-0
/
+19
*
parse.y: warning for locations
nobu
2017-12-26
1
-0
/
+6
*
vm_eval.c: strange message in eval
nobu
2017-12-26
1
-0
/
+5
*
test/ruby/test_proc.rb: Add a test for Binding#source_location
mame
2017-12-26
1
-0
/
+15
*
test/ruby/test_process.rb: get rid of timing issue
nobu
2017-12-25
1
-3
/
+6
*
Set first line numbers for empty iseqs.
ko1
2017-12-25
1
-0
/
+33
*
compile.c: toplevel return arguments
nobu
2017-12-24
1
-0
/
+1
*
RubyVM::InstructionSequence#trace_points.
ko1
2017-12-23
1
-20
/
+56
*
RubyVM::InstructionSequence#each_child.
ko1
2017-12-23
1
-0
/
+41
*
revert line number spec of *return events.
ko1
2017-12-23
1
-12
/
+12
*
fix unicode data directory
nobu
2017-12-23
1
-5
/
+3
*
update unicode data files directory
nobu
2017-12-22
2
-2
/
+7
*
force hash values fixable
usa
2017-12-22
1
-0
/
+7
*
test for [Bug #14214]
nobu
2017-12-21
1
-0
/
+10
*
Don't allow mixed escape
naruse
2017-12-21
1
-0
/
+2
*
move dump format validation into parsing epilogue
naruse
2017-12-21
1
-0
/
+10
[next]