summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Automatically gpg-sign rebase when commit.gpgsignTakashi Kokubun2019-04-251-4/+7
* Add `make fetch-github` and `make merge-github`Takashi Kokubun2019-04-241-0/+27
* Add more debug print for random CI failure on osx TravisKazuhiro NISHIYAMA2019-04-241-0/+1
* Defer setting gc_stress instead of setting dont_gcNobuyoshi Nakada2019-04-241-5/+1
* Defer setting gc_stress until inits doneNobuyoshi Nakada2019-04-243-0/+15
* force 10 chars SHA1 display.Koichi Sasada2019-04-241-1/+1
* syntax error can move, so do not cacheAaron Patterson2019-04-231-2/+2
* Fix complex hash keys to work with compactionAaron Patterson2019-04-232-1/+12
* Remove member char_offset_updated from struct rmatch as member char_offset_nu...Lourens Naudé2019-04-242-14/+3
* The step should not fail when isolated testsTakashi Kokubun2019-04-241-2/+3