aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* setbyte / ungetbyte allow out-of-range integersshyouhei2019-01-151-7/+7
* Suppress warning: ambiguous first argument; put parentheses or a space even a...naruse2019-01-151-15/+15
* ast.c: fix missing head part in dynamic literalnobu2019-01-141-0/+12
* No FloatDomainError at non-finitive number if exception: falsenobu2019-01-121-0/+9
* No TypeError at nil if exception: falsenobu2019-01-122-0/+12
* Ensure to terminate the childnobu2019-01-111-1/+6
* test_jit.rb: change format of test error outputk0kubun2019-01-101-1/+1
* test/ruby/test_method.rb: Remove unreachable callkazu2019-01-101-2/+2
* proc.c: proc without blocknobu2019-01-101-2/+2
* proc.c: check if callablenobu2019-01-102-4/+4
* class.c: refactor class_instance_method_listnobu2019-01-091-0/+8
* Mark array as "going to be modified" in `Array#reject!`tenderlove2019-01-081-0/+59
* Check by #name [ruby-core:90853] [Bug #15497]nobu2019-01-081-6/+2
* Defer escaping control char in error messagesnobu2019-01-083-9/+38
* range.c (range_last): disable optimization when each is redefinedmrkn2019-01-081-0/+12
* time.c: support military time zone namesnobu2019-01-071-0/+54
* time.c: UTC and Z timezones should be utcnobu2019-01-071-0/+6
* complex.c (f_divide): canonicalize a quotientmrkn2019-01-071-5/+7
* ast.c: argument must be a stringnobu2019-01-061-0/+8
* test/ruby/test_range.rb: add assertionsmrkn2019-01-051-0/+13
* parse.y: refine error messagesnobu2019-01-051-0/+5
* test_complex.rb: use the same approach to fix failuresk0kubun2019-01-031-12/+6
* test_complex.rb: fix tests for RUBYOPT="-w"k0kubun2019-01-031-0/+12
* complex.c: fix against redefining component methodsmrkn2019-01-021-5/+68
* suppress warning: method redefined; discarding old + introduced at r66681naruse2019-01-011-0/+3
* complex.c: Optimize Complex#+ for some conditionsmrkn2019-01-011-0/+30
* test_jit.rb: test methodref insnk0kubun2019-01-011-0/+7
* Method reference operatornobu2018-12-313-0/+29
* load.c: resolve_feature_pathnobu2018-12-311-0/+20
* vm_args.c: search symbol proc in super classesnobu2018-12-301-0/+6
* test_array.rb: increase timeout for RubyCIk0kubun2018-12-301-1/+1
* test_optimization.rb: increase timeout for RubyCIk0kubun2018-12-301-1/+1
* test_refinement.rb: increase timeout for RubyCIk0kubun2018-12-301-1/+1
* `TracePoint#enable(target_thraed:)` [Feature #15473]ko12018-12-291-0/+38
* test_jit.rb: suppress random test failurek0kubun2018-12-291-7/+3
* test_gc.rb: increase timeout for RubyCIk0kubun2018-12-291-1/+1
* test_jit.rb: prevent mixing outputs by race conditionk0kubun2018-12-291-0/+1
* test_notimp.rb: loosen timeoutk0kubun2018-12-291-1/+1
* test_io.rb: increase timeout for RubyCIk0kubun2018-12-281-1/+1
* test_array.rb: increase timeout for RubyCIk0kubun2018-12-283-3/+3
* Don't allow rb_fiber_resume to raise exception on unborn fiber.samuel2018-12-281-0/+1
* Implement Fiber#raise. Fixes #10344.samuel2018-12-281-0/+40
* test_jit.rb: suppress random failure on RubyCIk0kubun2018-12-281-2/+2
* test_method.rb: do not kill RubyCI openSUSE machinek0kubun2018-12-271-0/+4
* string.c: remove the deprecation warnings of `String#bytes` with blockmame2018-12-261-53/+35
* Revert "string.c: remove the deprecation warnings of `String#bytes` with block"mame2018-12-261-35/+53
* object.c (rb_obj_match): use rb_warn for deprecation warningmame2018-12-261-0/+9
* string.c: remove the deprecation warnings of `String#bytes` with blockmame2018-12-261-53/+35
* test/ruby/test_process.rb (test_execopts_uid): rescue Errno::EACCESmame2018-12-261-5/+5
* fix a test by restoring value checking.ko12018-12-251-1/+2