summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-22ostruct.rb: Accept block for to_h [#15451].marcandre
2018-12-22Use idExceptionnobu
2018-12-22test/ruby/test_thread.rb (test_fork_while_parent_locked): reduce threadsnormal
2018-12-22Fix for circular causesnobu
2018-12-22Removed garbage outputnobu
2018-12-22Moved regexps not to confuse ruby-mode.elnobu
2018-12-22benchmark/app_erb.yml: remove unused variablek0kubun
2018-12-22thread_sync.c (rb_mutex_t): eliminate fork_gennormal
2018-12-21test/ruby/test_thread.rb: reduce thread count to avoid SIGKILLnormal
2018-12-21test/ruby/test_thread.rb: add diagnosis code for [Bug #15430]normal
2018-12-21.travis.yml: use -v for osx to find a blocking testk0kubun
2018-12-21../arith_seq/../extract.c: remove unused variablek0kubun
2018-12-21.travis.yml: give up parallel build for osxk0kubun
2018-12-21* 2018-12-22svn
2018-12-21.travis.yml: avoid using -j3 for osxk0kubun
2018-12-21* properties.svn
2018-12-21test/excludes/_wercker: give up testing TestGemRemoteFetcherk0kubun
2018-12-21test_jit.rb: show debug info for success_count testk0kubun
2018-12-21range.c: reject ArithmeticSequence in rb_range_valuesmrkn
2018-12-21thread_sync.c (rb_mutex_cleanup_keeping_mutexes): update fork_gennormal
2018-12-21thread_sync.c (rb_mutex_abandon_keeping_mutexes): remove unnecessary checknormal
2018-12-21eval_error.c (show_cause): check if cause is an Exception or notmame
2018-12-21enumerator.c: Fix airth_seq_each for Rationalmrkn
2018-12-20Import bigdecimal-1.4.0.pre.20181220amrkn
2018-12-20iseq.c: resurrect literal hash operandsnobu
2018-12-20NEWS: small improvementsstomar
2018-12-20* 2018-12-21svn
2018-12-20A couple of small English fixes [ci skip]nobu
2018-12-20ext/coverage/lib/coverage.rb (Coverage.line_stub): use only line eventsmame
2018-12-20[DOC] Update CI build status badges [ci skip]kazu
2018-12-20hide iseq operand object for duphash. [Bug #15440]ko1
2018-12-20Test separately to get rid of risk to modify unrelated hashnobu
2018-12-20Freeze hash literals embedded in duphash instructionsnobu
2018-12-20parse.y: ignore constant name capturesnobu
2018-12-20Really ensure loading REXML in testskou
2018-12-20rbinstall.rb: purge %x[git ls-files] toonobu
2018-12-20rbinstall.rb: syntax error in gemspecnobu
2018-12-20Ensure loading REXMLkou
2018-12-20rexml: upgrade to 3.1.8kou
2018-12-20thread_pthread.c (ubf_timer_disarm): ignore EINVAL iff timer is deadnormal
2018-12-19* 2018-12-20svn
2018-12-19* gems/bundled_gems: Upgrade the did_you_mean gem to 1.3.0yuki
2018-12-19Update entry of Psych on NEWS file.hsbt
2018-12-19Update entry of RubyGems on NEWS file.hsbt
2018-12-19webrick: add the ability to override res, req creationnormal
2018-12-19Merge RubyGems 3.0.0 from upstream.hsbt
2018-12-19Update metadata of Bundler 1.17.2hsbt
2018-12-19avoid passing unnecessary options to download methodduerst
2018-12-19add option to deal with Unicode beta data filesduerst
2018-12-18sample/fib.py: Fix syntax error in Python 3 [ci skip]kazu