aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* vm_args.c: improve keyword argument errorsnobu2017-07-041-0/+13
* time.c: preserve marshalled timezonenobu2017-07-041-1/+3
* Suppress warning: method redefined; discarding old ==naruse2017-07-031-0/+1
* Symbol#== should be able to be redefinedktsj2017-07-021-0/+12
* compile.c: disallow next in oncenobu2017-06-292-11/+8
* introduce rb_fiber_t::first_proc.ko12017-06-281-0/+13
* parse.y: fix tokennobu2017-06-281-0/+8
* parse.y: add ellipsisnobu2017-06-281-0/+9
* parse.y: flush numeric tokennobu2017-06-281-0/+6
* add two testsduerst2017-06-281-0/+3
* parse.y: fix parser_yyerrornobu2017-06-281-0/+6
* fix return in toplevel ensurenobu2017-06-271-0/+1
* fix return in toplevel rescue/ensurenobu2017-06-272-0/+11
* vm_insnhelper.c: break in oncenobu2017-06-271-0/+11
* compile.c: toplevel return in argumentnobu2017-06-251-1/+3
* parse.y: should not warn op method callnobu2017-06-231-0/+1
* parse.y: check multibyte charnobu2017-06-231-0/+2
* skip on other threads (again).ko12017-06-231-1/+1
* revert r59151 which introduce failures.ko12017-06-231-1/+0
* skip on other threads.ko12017-06-231-0/+1
* Revert "Allow IO#reopen to take a block"glass2017-06-231-16/+0
* Allow IO#reopen to take a blockglass2017-06-221-0/+16
* test/ruby/test_string.rb: add tests to chomp substrsonots2017-06-211-0/+72
* string.c: add String#delete_prefix and String#delete_prefix!sonots2017-06-211-0/+95
* Fix Enumerable#uniq with non single yield argumentsnobu2017-06-211-0/+1
* string.c: check just before modificationnobu2017-06-181-0/+8
* test_string.rb: chomp! frozen stringnobu2017-06-181-0/+3
* proc.c: infect inspect resultnobu2017-06-141-0/+3
* test/ruby/test_method.rb: refined [ruby-core:81666] [Bug #13656]nobu2017-06-141-5/+6
* proc.c: skip prepended modulesnobu2017-06-141-0/+11
* remove ruby_kill() introduced for [Bug #7951].ko12017-06-121-0/+14
* iseq.c: preserve encodingnobu2017-06-121-0/+8
* * proc.c (get_local_variable_ptr): return found env ptr. Returned envko12017-06-121-0/+14
* enumerator.c: fix nested mapsnobu2017-06-101-1/+17
* check break target correctly.ko12017-06-081-0/+4
* IO#close: do not enqueue redundant interrupts (take #2)normal2017-06-061-0/+22
* add test_ill_formed_utf_8_replace to test recommended number of \uFFFDduerst2017-06-061-0/+74
* re-revert r59020ko12017-06-061-22/+0
* revert r59023 because it contans unrelated developping codeko12017-06-061-0/+22
* revert r59020 because it may fail some tests sometimes on some environment (h...ko12017-06-061-22/+0
* IO#close: do not enqueue redundant interruptsnormal2017-06-061-0/+22
* test_require.rb: fix expected pathnobu2017-06-041-1/+1
* test_require.rb: ignore EPERM at UNCnobu2017-06-031-7/+14
* file.c: preserve encodingnobu2017-06-031-0/+3
* test/ruby/test_require.rb: remove duplicate assertionnobu2017-06-031-7/+0
* test_require.rb: untouch default internal encodingnobu2017-06-031-2/+5
* test: attempt to reduce failures in assert_cpu_usage_lownormal2017-06-031-1/+1
* test_require.rb: assert_require_insecure_pathnobu2017-06-021-17/+48
* test_require.rb: fallback encodingnobu2017-06-021-1/+2
* test_require.rb: filesystem encodingnobu2017-06-021-2/+2