aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Improve documentation of Array.try_convertBenoit Daloze2019-04-271-2/+2
* Added ChangeLog marker for the beginning of 2.7.0Nobuyoshi Nakada2019-04-271-0/+8
* Support git-log format ChangeLogNobuyoshi Nakada2019-04-271-3/+6
* Separate format_changelogNobuyoshi Nakada2019-04-271-24/+34
* Override log format to parse for ChangeLogNobuyoshi Nakada2019-04-271-1/+1
* Include the beginning commit in ChangeLogNobuyoshi Nakada2019-04-271-1/+1
* Updated marked commits for ChangeLogNobuyoshi Nakada2019-04-272-2/+9
* Retry downloads more for unicode outageTakashi Kokubun2019-04-271-1/+1
* make sync-default-gems GEM=irbTakashi Kokubun2019-04-275-5/+10
* Get rid of indirect sharingNobuyoshi Nakada2019-04-272-3/+17
* Isolate test_gc_compact on msys2 AppVeyorTakashi Kokubun2019-04-271-2/+2
* Fix description of NODE_INKazuki Tsujimoto2019-04-271-1/+1
* Add class ref to `UnboundMethod#owner` docokuramasafumi2019-04-271-1/+1
* ia64: Don't clear register_stack_startJames Clarke2019-04-271-1/+0
* Isolate TestGCCompact from JIT testingTakashi Kokubun2019-04-272-0/+2
* Add `or nil` to call-seq of `Enumerator::ArithmeticSequence#begin`Kazuhiro NISHIYAMA2019-04-271-1/+1
* Update NEWS for pattern matching [ci skip]Kazuki Tsujimoto2019-04-271-1/+1
* NEWS: Note about $TERM requirement [ci skip]Takashi Kokubun2019-04-271-1/+1
* make sync-default-gems GEM=irbTakashi Kokubun2019-04-272-2/+2
* suppress warning in test/irbnaruse2019-04-272-1/+4
* * 2019-04-27git2019-04-271-1/+1
* suppress redefinition warningsnaruse2019-04-271-1/+1
* Prefer block_given? to iterator?nobu2019-04-271-1/+1
* Fix rdoc in 52cfb17086Nobuyoshi Nakada2019-04-261-3/+3
* Revert "Class instance should be also colorable on IRB"Takashi Kokubun2019-04-262-2/+1
* Class instance should be also colorable on IRBTakashi Kokubun2019-04-262-1/+2
* make sync-default-gems GEM=irbTakashi Kokubun2019-04-2611-34/+185
* Define `make sync-default-gems`Takashi Kokubun2019-04-261-0/+5
* tool/sync_default_gems.rb: Check prerequisitesTakashi Kokubun2019-04-261-0/+3
* Add more debug print for random CI failure on osx TravisKazuhiro NISHIYAMA2019-04-261-0/+1
* yaml cannot deep-merge arraysUrabe, Shyouhei2019-04-261-2/+10
* make test needs no gemsUrabe, Shyouhei2019-04-261-0/+2
* update travis clangUrabe, Shyouhei2019-04-261-6/+31
* new travis setting to enable assertionsUrabe, Shyouhei2019-04-261-0/+9
* sanitizer compiler flag updateUrabe, Shyouhei2019-04-261-5/+6
* eliminate use of freed memoryUrabe, Shyouhei2019-04-261-0/+1
* avoid buffer overflow in vm_check_canaryUrabe, Shyouhei2019-04-261-0/+4
* newptr should not be NULLUrabe, Shyouhei2019-04-261-7/+3
* unpoison header before touchingUrabe, Shyouhei2019-04-261-0/+3
* memo.c might not always be initializedUrabe, Shyouhei2019-04-261-0/+4
* avoid reading uninitialized variableUrabe, Shyouhei2019-04-261-0/+1
* zero-fill before GC markUrabe, Shyouhei2019-04-261-0/+1
* give up sanitizing BSD_vfprintfUrabe, Shyouhei2019-04-261-0/+1
* fix size of allocated memoryUrabe, Shyouhei2019-04-261-1/+1
* mark verify functions non-sanitizableUrabe, Shyouhei2019-04-261-0/+3
* use __attribute__((__no_sanitize__("memory")))Urabe, Shyouhei2019-04-261-8/+11
* extend machine stacks when sanitizers are thereUrabe, Shyouhei2019-04-261-0/+12
* disable assertion when MSAN is activeUrabe, Shyouhei2019-04-261-0/+2
* __asan_region_is_poisoned takes void *Urabe, Shyouhei2019-04-261-1/+1
* print the disasmUrabe, Shyouhei2019-04-261-1/+1