summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-27Update to ruby/spec@15c9619Benoit Daloze
2019-04-27Update to ruby/mspec@18c5a7dBenoit Daloze
2019-04-28* 2019-04-28git
2019-04-28Reduce matz's work, let git do it insteadNobuyoshi Nakada
2019-04-27Improve documentation of Array.try_convertBenoit Daloze
2019-04-27Added ChangeLog marker for the beginning of 2.7.0Nobuyoshi Nakada
2019-04-27Support git-log format ChangeLogNobuyoshi Nakada
2019-04-27Separate format_changelogNobuyoshi Nakada
2019-04-27Override log format to parse for ChangeLogNobuyoshi Nakada
2019-04-27Include the beginning commit in ChangeLogNobuyoshi Nakada
2019-04-27Updated marked commits for ChangeLogNobuyoshi Nakada
2019-04-27Retry downloads more for unicode outageTakashi Kokubun
2019-04-27make sync-default-gems GEM=irbTakashi Kokubun
2019-04-27Get rid of indirect sharingNobuyoshi Nakada
2019-04-27Isolate test_gc_compact on msys2 AppVeyorTakashi Kokubun
2019-04-27Fix description of NODE_INKazuki Tsujimoto
2019-04-27Add class ref to `UnboundMethod#owner` docokuramasafumi
2019-04-27ia64: Don't clear register_stack_startJames Clarke
2019-04-27Isolate TestGCCompact from JIT testingTakashi Kokubun
2019-04-27Add `or nil` to call-seq of `Enumerator::ArithmeticSequence#begin`Kazuhiro NISHIYAMA
2019-04-27Update NEWS for pattern matching [ci skip]Kazuki Tsujimoto
2019-04-27NEWS: Note about $TERM requirement [ci skip]Takashi Kokubun
2019-04-27make sync-default-gems GEM=irbTakashi Kokubun
2019-04-27suppress warning in test/irbnaruse
2019-04-27* 2019-04-27git
2019-04-27suppress redefinition warningsnaruse
2019-04-27Prefer block_given? to iterator?nobu
2019-04-26Fix rdoc in 52cfb17086Nobuyoshi Nakada
2019-04-26Revert "Class instance should be also colorable on IRB"Takashi Kokubun
2019-04-26Class instance should be also colorable on IRBTakashi Kokubun
2019-04-26make sync-default-gems GEM=irbTakashi Kokubun
2019-04-26Define `make sync-default-gems`Takashi Kokubun
2019-04-26tool/sync_default_gems.rb: Check prerequisitesTakashi Kokubun
2019-04-26Add more debug print for random CI failure on osx TravisKazuhiro NISHIYAMA
2019-04-26yaml cannot deep-merge arraysUrabe, Shyouhei
2019-04-26make test needs no gemsUrabe, Shyouhei
2019-04-26update travis clangUrabe, Shyouhei
2019-04-26new travis setting to enable assertionsUrabe, Shyouhei
2019-04-26sanitizer compiler flag updateUrabe, Shyouhei
2019-04-26eliminate use of freed memoryUrabe, Shyouhei
2019-04-26avoid buffer overflow in vm_check_canaryUrabe, Shyouhei
2019-04-26newptr should not be NULLUrabe, Shyouhei
2019-04-26unpoison header before touchingUrabe, Shyouhei
2019-04-26memo.c might not always be initializedUrabe, Shyouhei
2019-04-26avoid reading uninitialized variableUrabe, Shyouhei
2019-04-26zero-fill before GC markUrabe, Shyouhei
2019-04-26give up sanitizing BSD_vfprintfUrabe, Shyouhei
2019-04-26fix size of allocated memoryUrabe, Shyouhei
2019-04-26mark verify functions non-sanitizableUrabe, Shyouhei
2019-04-26use __attribute__((__no_sanitize__("memory")))Urabe, Shyouhei