aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix `Module#const_defined?` on inherited constantsnobu2019-01-281-0/+11
* added assertion with method ref operatornobu2019-01-281-0/+1
* Add refinements support to method/instance_method.nobu2019-01-281-2/+39
* parse.y: trim newline in erred codenobu2019-01-261-0/+6
* Upgrade CSV to 3.0.4kou2019-01-2519-511/+788
* Upgrade RSS to 0.2.8kou2019-01-254-29/+59
* parse.y: remove an extra error messagenobu2019-01-242-2/+3
* numeric.c: Fix negative step with float componentsmrkn2019-01-242-0/+19
* tmpdir.rb: permission of user given directorynobu2019-01-231-0/+6
* Merge rubygems master targeted RubyGems 3.1.0.hsbt2019-01-228-32/+59
* parse.y: enclose keyword token names by quotesnobu2019-01-221-1/+1
* parse.y: more token namesnobu2019-01-211-1/+1
* test_io.rb: skip test on MJIT to prevent random failurek0kubun2019-01-211-0/+1
* Prefer block_given? to iterator?nobu2019-01-181-11/+6
* dir.c: fix Dir.glob with braces and matching dirshirosaki2019-01-161-0/+14
* setbyte / ungetbyte allow out-of-range integersshyouhei2019-01-152-10/+10
* 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
* rdoc: ignore gemspec filesnobu2019-01-131-1/+1
* rdoc: fixup the test for r66806nobu2019-01-131-1/+1
* 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-112-31/+42
* test_jit.rb: change format of test error outputk0kubun2019-01-102-2/+2
* 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
* Follow behaviour of IO#ungetbytekazu2019-01-091-0/+4
* 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
* Test for "%p" in Time.strptimenobu2019-01-081-0/+19
* 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
* Fix mday overflownobu2019-01-061-0/+4
* test/ruby/test_range.rb: add assertionsmrkn2019-01-051-0/+13
* parse.y: refine error messagesnobu2019-01-051-0/+5
* introduce rb_nogvl C-API to mark ubf as async-signal-safenormal2019-01-041-0/+20
* 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
* test/net/fixtures/Makefile: moved from test/net/imapmrkn2019-01-021-0/+0
* Try to update cert (2nd try)kazu2019-01-022-84/+83
* Try to update certkazu2019-01-023-118/+124
* suppress warning: method redefined; discarding old + introduced at r66681naruse2019-01-011-0/+3
* complex.c: Optimize Complex#+ for some conditionsmrkn2019-01-011-0/+30