aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ostruct.rb: Accept block for to_h [#15451].marcandre2018-12-224-2/+36
* Use idExceptionnobu2018-12-224-5/+5
* test/ruby/test_thread.rb (test_fork_while_parent_locked): reduce threadsnormal2018-12-221-3/+2
* Fix for circular causesnobu2018-12-222-6/+33
* Removed garbage outputnobu2018-12-221-1/+0
* Moved regexps not to confuse ruby-mode.elnobu2018-12-221-1/+5
* benchmark/app_erb.yml: remove unused variablek0kubun2018-12-221-1/+0
* thread_sync.c (rb_mutex_t): eliminate fork_gennormal2018-12-222-41/+1
* test/ruby/test_thread.rb: reduce thread count to avoid SIGKILLnormal2018-12-211-0/+1
* test/ruby/test_thread.rb: add diagnosis code for [Bug #15430]normal2018-12-211-4/+25
* .travis.yml: use -v for osx to find a blocking testk0kubun2018-12-211-1/+2
* ../arith_seq/../extract.c: remove unused variablek0kubun2018-12-211-1/+1
* .travis.yml: give up parallel build for osxk0kubun2018-12-211-0/+2
* * 2018-12-22svn2018-12-211-1/+1
* .travis.yml: avoid using -j3 for osxk0kubun2018-12-211-1/+2
* * properties.svn2018-12-210-0/+0
* test/excludes/_wercker: give up testing TestGemRemoteFetcherk0kubun2018-12-211-0/+4
* test_jit.rb: show debug info for success_count testk0kubun2018-12-211-3/+1
* range.c: reject ArithmeticSequence in rb_range_valuesmrkn2018-12-214-1/+6
* thread_sync.c (rb_mutex_cleanup_keeping_mutexes): update fork_gennormal2018-12-211-0/+16
* thread_sync.c (rb_mutex_abandon_keeping_mutexes): remove unnecessary checknormal2018-12-211-3/+1
* eval_error.c (show_cause): check if cause is an Exception or notmame2018-12-212-1/+10
* enumerator.c: Fix airth_seq_each for Rationalmrkn2018-12-212-2/+18
* Import bigdecimal-1.4.0.pre.20181220amrkn2018-12-205-3/+11
* iseq.c: resurrect literal hash operandsnobu2018-12-201-0/+3
* NEWS: small improvementsstomar2018-12-201-7/+7
* * 2018-12-21svn2018-12-201-1/+1
* A couple of small English fixes [ci skip]nobu2018-12-201-2/+2
* ext/coverage/lib/coverage.rb (Coverage.line_stub): use only line eventsmame2018-12-202-2/+2
* [DOC] Update CI build status badges [ci skip]kazu2018-12-201-1/+2
* hide iseq operand object for duphash. [Bug #15440]ko12018-12-205-9/+14
* Test separately to get rid of risk to modify unrelated hashnobu2018-12-201-11/+14
* Freeze hash literals embedded in duphash instructionsnobu2018-12-202-0/+17
* parse.y: ignore constant name capturesnobu2018-12-204-5/+14
* Really ensure loading REXML in testskou2018-12-201-1/+2
* rbinstall.rb: purge %x[git ls-files] toonobu2018-12-201-0/+1
* rbinstall.rb: syntax error in gemspecnobu2018-12-201-6/+3
* Ensure loading REXMLkou2018-12-201-1/+4
* rexml: upgrade to 3.1.8kou2018-12-2026-197/+566
* thread_pthread.c (ubf_timer_disarm): ignore EINVAL iff timer is deadnormal2018-12-201-2/+12
* * 2018-12-20svn2018-12-191-1/+1
* * gems/bundled_gems: Upgrade the did_you_mean gem to 1.3.0yuki2018-12-191-1/+1
* Update entry of Psych on NEWS file.hsbt2018-12-191-1/+1
* Update entry of RubyGems on NEWS file.hsbt2018-12-191-1/+3
* webrick: add the ability to override res, req creationnormal2018-12-192-2/+48
* Merge RubyGems 3.0.0 from upstream.hsbt2018-12-196-7/+28
* Update metadata of Bundler 1.17.2hsbt2018-12-191-0/+2
* avoid passing unnecessary options to download methodduerst2018-12-191-0/+5
* add option to deal with Unicode beta data filesduerst2018-12-192-0/+12
* sample/fib.py: Fix syntax error in Python 3 [ci skip]kazu2018-12-181-1/+1