summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2019-04-26extend machine stacks when sanitizers are thereUrabe, Shyouhei
2019-04-26disable assertion when MSAN is activeUrabe, Shyouhei
2019-04-26__asan_region_is_poisoned takes void *Urabe, Shyouhei
2019-04-26print the disasmUrabe, Shyouhei
2019-04-26suppress warning [ci skip]Urabe, Shyouhei
2019-04-26Hide internal IDsNobuyoshi Nakada
2019-04-26* 2019-04-26git
2019-04-26Syntax-highlight yield in IRBTakashi Kokubun
2019-04-26NEWS: Credit goes to Pry [ci skip]Takashi Kokubun
2019-04-26Support highlighting Regexp in inspectTakashi Kokubun
2019-04-26Add NEWS entry about IRB syntax highlight [ci skip]Takashi Kokubun
2019-04-26Force IRB::Color to recognize TERMTakashi Kokubun
2019-04-26Do not color IRB output on 'dumb' TERMPocket7878
2019-04-26Colorize IRB's inspect resultTakashi Kokubun
2019-04-26Colorize IRB's code_around_bindingTakashi Kokubun
2019-04-25Mention warning of `$,`Kazuhiro NISHIYAMA
2019-04-25Ripper does not use internal IDs directlyNobuyoshi Nakada
2019-04-25Add more debug print for random CI failure on osx TravisKazuhiro NISHIYAMA
2019-04-25BSD's mktemp does not have `-p`Takashi Kokubun
2019-04-25Show `make checkout-github/merge-github` in helpTakashi Kokubun
2019-04-25Resurrect `make xxx-github PR=1234` interfaceTakashi Kokubun
2019-04-25Added pr-%Nobuyoshi Nakada
2019-04-25Cache git config valuesNobuyoshi Nakada
2019-04-25Add `make checkout-github` tooTakashi Kokubun
2019-04-25Make working tree under the source directoryNobuyoshi Nakada
2019-04-25Rebase the pull request in a worktreeNobuyoshi Nakada
2019-04-25Add RB_ID_SERIAL_MAXNobuyoshi Nakada
2019-04-25Lazy allocate the compile data catch table arrayLourens Naudé
2019-04-25Upgrade test-unit to 3.3.2Kouhei Sutou
2019-04-25* 2019-04-25git
2019-04-25add DRbObject dereference test (Preparation for investigation of Bug #15711)Masatoshi SEKI
2019-04-25Fix typos [ci skip]Kazuhiro NISHIYAMA
2019-04-25Automatically gpg-sign rebase when commit.gpgsignTakashi Kokubun