summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2019-04-08range.c: force hash values fixablenobu
2019-04-08enumerator.c: force hash values fixablenobu
2019-04-06Cover all insns in test_jit againk0kubun
2019-04-06Suppress unnecessary warnings in test_jitk0kubun
2019-04-06Resurrect a test dropped in r67442k0kubun
2019-04-05add definemethod/definesmethod insn.ko1
2019-04-05update to Unicode Version 12.1.0 (beta)duerst
2019-04-04enumerator.c: make arith_seq_first support nil beginmrkn
2019-04-04ruby/test_arithmetic_sequence.rb: add assertions for beginless and endless ra...mrkn
2019-04-04range.c: support to make beginless arithmetic sequencesmrkn
2019-04-03Revive accidentally removed assertionkazu
2019-04-03range.c (r_cover_range_p): support beginless rangemame
2019-04-03Introduce beginless range [Feature#14799]mame
2019-03-31exp is String, so it's always truthykazu
2019-03-30ruby.c: respect features by command linenobu
2019-03-27Fix typoskazu
2019-03-21dir.c: fix Dir.glob starts with braceshirosaki
2019-03-21Fix a wrong lineno in backtrace for cfuncmame
2019-03-21Show retry's stdout as wellk0kubun
2019-03-21Explain why cl.exe needs --jit-verbose=2 [ci skip]k0kubun
2019-03-21Insert --jit-verbose=2 logs for mswin debuggingk0kubun
2019-03-18parse.y: numbered parameter in lambdanobu
2019-03-17Numbered parameters [Feature #4475]nobu
2019-03-15Show the source line at an invalid class/instance variablenobu
2019-03-14compile.c: fix the corner case of rest and keyword argumentsmame
2019-03-14parse.y: no punctuation instance/class variablesnobu
2019-03-14parse.y: show invalid global variable linenobu
2019-03-12Assertion for r67226nobu
2019-03-11Implement Enumerator::Yielder#to_procknu
2019-03-10eval.c: clear internal errinfonobu
2019-03-07io.c: chomp CR at the end of read buffernobu
2019-03-06proc.c: call respond_to_missing? with a symbolnobu
2019-03-05string.c: respect the actual encodingnobu
2019-03-03do not close FSs explicitly.ko1
2019-03-03close opened files explicitlyko1
2019-02-22Skip EPERM, when statx(2) is wholely blockednobu
2019-02-22Skip EPERM, like as r67102nobu
2019-02-22STATX_BTIME depends on filesystemsnobu
2019-02-22Support File#birthtime on Linuxnobu
2019-02-13Consider END blocknobu
2019-02-13Fix rb_bug message pattern listnobu
2019-02-13Fix rb_bug message pattern listnobu
2019-02-13fix test for r67061naruse
2019-02-08Use assert_syntax_errornobu
2019-02-08Suppress warning [Feature #15575]nobu
2019-02-07enum.c: Enumerable#tallynobu
2019-02-01Revert r63383, r63248 "compile.c: copy a short insn with leave"nobu
2019-01-31test_iseq.rb: update expected error messagenobu
2019-01-31test_iseq.rb: enablednobu
2019-01-30enumerator.c: fix arith_seq_first for Infinitymrkn