summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-16Revert "Disable ccache on arm64 build"Takashi Kokubun
2019-10-16Support multiline history in incremental searchaycabta
2019-10-16Revert "alias assert_raise_message for compatibility with test-unit"Nobuyoshi Nakada
2019-10-16alias assert_raise_message for compatibility with test-unitNobuyoshi Nakada
2019-10-16Temporarily drop test_jit_debug.rbTakashi Kokubun
2019-10-16Added test for rdoc `--force-update` optionNobuyoshi Nakada
2019-10-16Removed an unused assignmentNobuyoshi Nakada
2019-10-15Do not test --jit-debug on -DVM_CHECK_MODETakashi Kokubun
2019-10-15Maintain the intention of comment in Travis matrixTakashi Kokubun
2019-10-15Remove arm64 build from DroneTakashi Kokubun
2019-10-15Disable ccache on arm64 buildTakashi Kokubun
2019-10-15Enforce --jit-debug test by another wayTakashi Kokubun
2019-10-15Fix test path on travis buildTakashi Kokubun
2019-10-15Test without --jit-debug by defaultTakashi Kokubun
2019-10-15Add arm64 case on Travis. (#2559)Jun Aruga
2019-10-15Dup hash with keyword flag when converted to keywordsJeremy Evans
2019-10-16Support backspace in incremental searchaycabta
2019-10-16C-r is incremental history search in vi insert modeaycabta
2019-10-16* 2019-10-16 [ci skip]git
2019-10-16Comparable#clamp with a range [Feature #14784]Nobuyoshi Nakada
2019-10-15test/csv/write/test_general.rb: suppress warningsYusuke Endoh
2019-10-15Fixed the key to delete [Bug #16250]Nobuyoshi Nakada
2019-10-15[DOC] fixed a variable name [ci skip]Nobuyoshi Nakada
2019-10-15[rubygems/rubygems] Bump version to 3.1.0.pre2Hiroshi SHIBATA
2019-10-15[rubygems/rubygems] Also bump test variableHiroshi SHIBATA
2019-10-15Remove duplicated `.` [ci skip]Kazuhiro NISHIYAMA
2019-10-15Use compare_by_identity hash [Bug #16250]Nobuyoshi Nakada
2019-10-15Try to avoid random failureKazuhiro NISHIYAMA
2019-10-14Simplify circular reference check of IRB::ColorTakashi Kokubun
2019-10-14IRB colorize: take into account recursive arrays and hashes (#2555)Ary Borenszweig
2019-10-15* 2019-10-15 [ci skip]git
2019-10-14Update documentation for File#{readable,writable,executable}{,_real}? [ci skip]Jeremy Evans
2019-10-14add require "monitor"Masatoshi SEKI
2019-10-14Automatically close fds on fork (and GC). The connection pools are maintained...Masatoshi SEKI
2019-10-14[flori/json] fix test as reported in #343Florian Frank
2019-10-14[flori/json] Add ascii_only option to JSON::Ext::Generator::State.new.Sho Hashimoto
2019-10-14[flori/json] Add shortcut converting to StringWatson
2019-10-14[flori/json] Convert Hash object using rb_hash_foreach()Watson
2019-10-14[flori/json] Fixed unexpected illegal/malformed utf-8 errorNobuyoshi Nakada
2019-10-14[flori/json] Convert string encoding to UTF-8 only when neededWatson
2019-10-14[flori/json] Convert String encoding using `rb_str_encode()`Watson
2019-10-14[flori/json] Does not check whether illegal utf-8 if string has ascii only.Watson
2019-10-14[flori/json] Pass args all #to_json in json/add/*.Sho Hashimoto
2019-10-14[flori/json] Only attempt to resize strings not other objectsFlorian Frank
2019-10-14Fix typos [ci skip]Kazuhiro NISHIYAMA
2019-10-14Suppress warnings for Thread.exclusiveNobuyoshi Nakada
2019-10-14Fixed overflow at onig_region_setNobuyoshi Nakada
2019-10-14Fix some DRb issues (#2552)Jeremy Evans
2019-10-14Import StringScanner 1.0.3 (#2553)Sutou Kouhei
2019-10-13Eliminate the possibility to leave freed ISeqTakashi Kokubun