summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-31lib/net/http.rb: use connect_timeout instead of Timeoutglass
2018-12-30vm_args.c: search symbol proc in super classesnobu
2018-12-30Exclude Solaris in Process.clock_gettime specseregon
2018-12-30* 2018-12-31svn
2018-12-30Revert "clock_gettime_spec.rb: exclude invalid clocks for Solaris"eregon
2018-12-30[DOC] Update basename [ci skip]kazu
2018-12-30vm.c: Move the rdoc of RubyVM.resolve_feature_path [Bug #15482]mame
2018-12-30accept_nonblock_spec.rb: wait before calling #accept_nonblockk0kubun
2018-12-30test_array.rb: increase timeout for RubyCIk0kubun
2018-12-30clock_gettime_spec.rb: exclude invalid clocks for Solarisk0kubun
2018-12-30test_optimization.rb: increase timeout for RubyCIk0kubun
2018-12-30Unset SOURCE_DATE_EPOCH on Rubygems test casessorah
2018-12-30test_refinement.rb: increase timeout for RubyCIk0kubun
2018-12-30accept_nonblock_spec: IO.select instead of sleepnormal
2018-12-30Update to ruby/spec@2d89e48eregon
2018-12-29Update NoMethodError/NameError docs [ci skip]nobu
2018-12-29Skip specs on AIX as it doesn't have /dev/fderegon
2018-12-29Reenable spec on Solaris to find out which clocks fail on Solariseregon
2018-12-29Exclude CLOCKs which require special permissions in Process.clock_gettime specseregon
2018-12-29`TracePoint#enable(target_thraed:)` [Feature #15473]ko1
2018-12-29* 2018-12-30svn
2018-12-29hide ar_table internals from internal.h.ko1
2018-12-29process.c: document system(..., exception: true) [ci skip]k0kubun
2018-12-29Reenable spec on Linux to find out which clocks fail on RHELeregon
2018-12-29Refactor Process.clock_gettime spec to give more information when it failseregon
2018-12-29test_jit.rb: suppress random test failurek0kubun
2018-12-29clock_gettime_spec.rb: add more platform guards for RubyCIk0kubun
2018-12-29erb.rb: increase warn level only when non-zero safe_levelk0kubun
2018-12-29Revert "erb.rb: print deprecation warning with warn level 1"k0kubun
2018-12-29test_gc.rb: increase timeout for RubyCIk0kubun
2018-12-29test_jit.rb: prevent mixing outputs by race conditionk0kubun
2018-12-29test_notimp.rb: loosen timeoutk0kubun
2018-12-29spawn_spec.rb: add missing platform guardk0kubun
2018-12-29test_iseq_load.rb: increase timeout for stressful roundtripk0kubun
2018-12-29* properties.svn
2018-12-29clock_gettime_spec.rb: skip a new spec broken on solarisk0kubun
2018-12-29Update to ruby/spec@c8b36c4eregon
2018-12-29Update to ruby/spec@944ea57eregon
2018-12-29Update to ruby/mspec@2bd2eaderegon
2018-12-28* 2018-12-29svn
2018-12-28.travis.yml: increase timeout for test-allk0kubun
2018-12-28test_io.rb: increase timeout for RubyCIk0kubun
2018-12-28test_readline.rb: skip readline test for new solaris11s-sunck0kubun
2018-12-28webrick/test_utils.rb: loosen timeout severityk0kubun
2018-12-28jit_support.rb: deal with -std=c99 flagk0kubun
2018-12-28test_array.rb: increase timeout for RubyCIk0kubun
2018-12-28test_iseq_load.rb: increase timeout for RubyCIk0kubun
2018-12-28Fix #endif annotation.samuel
2018-12-28Don't allow rb_fiber_resume to raise exception on unborn fiber.samuel
2018-12-28Implement Fiber#raise. Fixes #10344.samuel