aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* suppress warning [ci skip]Urabe, Shyouhei2019-04-261-1/+1
* Hide internal IDsNobuyoshi Nakada2019-04-264-7/+40
* * 2019-04-26git2019-04-261-1/+1
* Syntax-highlight yield in IRBTakashi Kokubun2019-04-262-1/+2
* NEWS: Credit goes to Pry [ci skip]Takashi Kokubun2019-04-261-3/+2
* Support highlighting Regexp in inspectTakashi Kokubun2019-04-262-3/+5
* Add NEWS entry about IRB syntax highlight [ci skip]Takashi Kokubun2019-04-261-0/+6
* Force IRB::Color to recognize TERMTakashi Kokubun2019-04-261-1/+19
* Do not color IRB output on 'dumb' TERMPocket78782019-04-261-1/+1
* Colorize IRB's inspect resultTakashi Kokubun2019-04-263-2/+39
* Colorize IRB's code_around_bindingTakashi Kokubun2019-04-265-6/+132
* Mention warning of `$,`Kazuhiro NISHIYAMA2019-04-251-0/+3
* Ripper does not use internal IDs directlyNobuyoshi Nakada2019-04-251-4/+6
* Add more debug print for random CI failure on osx TravisKazuhiro NISHIYAMA2019-04-251-1/+3
* BSD's mktemp does not have `-p`Takashi Kokubun2019-04-251-1/+1
* Show `make checkout-github/merge-github` in helpTakashi Kokubun2019-04-252-1/+8
* Resurrect `make xxx-github PR=1234` interfaceTakashi Kokubun2019-04-251-2/+2
* Added pr-%Nobuyoshi Nakada2019-04-251-7/+22
* Cache git config valuesNobuyoshi Nakada2019-04-251-6/+11
* Add `make checkout-github` tooTakashi Kokubun2019-04-251-0/+4
* Make working tree under the source directoryNobuyoshi Nakada2019-04-251-3/+3
* Rebase the pull request in a worktreeNobuyoshi Nakada2019-04-251-4/+6
* Add RB_ID_SERIAL_MAXNobuyoshi Nakada2019-04-251-0/+4
* Lazy allocate the compile data catch table arrayLourens Naudé2019-04-252-2/+7
* Upgrade test-unit to 3.3.2Kouhei Sutou2019-04-251-1/+1
* * 2019-04-25git2019-04-251-1/+1
* add DRbObject dereference test (Preparation for investigation of Bug #15711)Masatoshi SEKI2019-04-251-0/+47
* Fix typos [ci skip]Kazuhiro NISHIYAMA2019-04-251-7/+7