summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-01-15Suppress warning: ambiguous first argument; put parentheses or a space even a...naruse
2019-01-14ast.c: fix missing head part in dynamic literalnobu
2019-01-13rdoc: ignore gemspec filesnobu
2019-01-13rdoc: fixup the test for r66806nobu
2019-01-12No FloatDomainError at non-finitive number if exception: falsenobu
2019-01-12No TypeError at nil if exception: falsenobu
2019-01-11Ensure to terminate the childnobu
2019-01-10test_jit.rb: change format of test error outputk0kubun
2019-01-10test/ruby/test_method.rb: Remove unreachable callkazu
2019-01-10proc.c: proc without blocknobu
2019-01-10proc.c: check if callablenobu
2019-01-09class.c: refactor class_instance_method_listnobu
2019-01-09Follow behaviour of IO#ungetbytekazu
2019-01-08Mark array as "going to be modified" in `Array#reject!`tenderlove
2019-01-08Check by #name [ruby-core:90853] [Bug #15497]nobu
2019-01-08Defer escaping control char in error messagesnobu
2019-01-08Test for "%p" in Time.strptimenobu
2019-01-08range.c (range_last): disable optimization when each is redefinedmrkn
2019-01-07time.c: support military time zone namesnobu
2019-01-07time.c: UTC and Z timezones should be utcnobu
2019-01-07complex.c (f_divide): canonicalize a quotientmrkn
2019-01-06ast.c: argument must be a stringnobu
2019-01-06Fix mday overflownobu
2019-01-05test/ruby/test_range.rb: add assertionsmrkn
2019-01-05parse.y: refine error messagesnobu
2019-01-04introduce rb_nogvl C-API to mark ubf as async-signal-safenormal
2019-01-03test_complex.rb: use the same approach to fix failuresk0kubun
2019-01-03test_complex.rb: fix tests for RUBYOPT="-w"k0kubun
2019-01-02complex.c: fix against redefining component methodsmrkn
2019-01-02test/net/fixtures/Makefile: moved from test/net/imapmrkn
2019-01-02Try to update cert (2nd try)kazu
2019-01-02Try to update certkazu
2019-01-01suppress warning: method redefined; discarding old + introduced at r66681naruse
2019-01-01complex.c: Optimize Complex#+ for some conditionsmrkn
2019-01-01test_jit.rb: test methodref insnk0kubun
2019-01-01Merge rubygems-3.0.2.hsbt
2019-01-01compile.c (iseq_set_sequence): fix branch coverage tablemame
2019-01-01compile.c: support branch coverage for `a&.foo = 1`mame
2019-01-01Revert r66670 because of wrong ticket numbermame
2019-01-01compile.c: support branch coverage for `a&.foo = 1`mame
2018-12-31Method reference operatornobu
2018-12-31test_io_wait.rb: try to stabilize test_wait_readablek0kubun
2018-12-31load.c: resolve_feature_pathnobu
2018-12-30vm_args.c: search symbol proc in super classesnobu
2018-12-30test_array.rb: increase timeout for RubyCIk0kubun
2018-12-30test_optimization.rb: increase timeout for RubyCIk0kubun
2018-12-30test_refinement.rb: increase timeout for RubyCIk0kubun
2018-12-29`TracePoint#enable(target_thraed:)` [Feature #15473]ko1
2018-12-29test_jit.rb: suppress random test failurek0kubun
2018-12-29erb.rb: increase warn level only when non-zero safe_levelk0kubun