aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Added no suggestion test caseNobuyoshi Nakada2019-10-181-0/+5
* Use DidYouMean.formatterNobuyoshi Nakada2019-10-182-8/+19
* Suppress numbered parameter warningsNobuyoshi Nakada2019-10-181-1/+1
* Make weakmap finalizer an ifunc lambdaNobuyoshi Nakada2019-10-181-3/+3
* Use identhash as WeakMapNobuyoshi Nakada2019-10-182-3/+6
* lib/optparse.rb: Show a did_you_mean hint for unknown optionYusuke Endoh2019-10-182-2/+38
* Fix warning of generated parser for nested moduleSeiei Miyagi2019-10-171-1/+1
* Remove unused constant.Aaron Patterson2019-10-171-2/+1
* Look up constant instead of caching in a globalAaron Patterson2019-10-172-6/+40
* Update test to handle x32 ABI compiled Ruby on LinuxJeremy Evans2019-10-171-0/+1
* Treat key sequences from getwch() that start from 0 or 0xE0 correctlyaycabta2019-10-181-0/+6
* Add numeric keypad key sequences on Windowsaycabta2019-10-181-0/+7
* Remove freezeaycabta2019-10-183-3/+3
* Ignore the input method key sequence from getwch() correctlyaycabta2019-10-181-1/+2
* Make circular argument reference a SyntaxError instead of a warningJeremy Evans2019-10-175-54/+99
* * 2019-10-18 [ci skip]git2019-10-181-1/+1
* Insert multiline incremental search result correctlyaycabta2019-10-181-3/+18
* [DOC] no change on Windows [Bug #15267] [ci skip]Nobuyoshi Nakada2019-10-172-3/+6
* Fixed File.extname at a name ending with a dotNobuyoshi Nakada2019-10-175-10/+30
* * remove trailing spaces. [ci skip]git2019-10-171-1/+1
* Regexp#match{?} with nil raises TypeError as String, Symbol (#1506)Kenichi Kamiya2019-10-175-15/+41
* Remove unused variableaycabta2019-10-171-1/+0
* Refactor prompt generation logicaycabta2019-10-171-34/+17
* Use `\&` instead of `\1` with captureKazuhiro NISHIYAMA2019-10-171-1/+1
* Fix DRbServer#any_to_sJeremy Evans2019-10-162-8/+16
* Do not raise an exception on a closed DRb socketJeremy Evans2019-10-162-0/+17
* Handle subclasses of Exception in drbJeremy Evans2019-10-161-1/+3
* Warn for calling public/protected/private/module_function without arguments i...Jeremy Evans2019-10-163-1/+67
* Calculate prompt width correctlyaycabta2019-10-171-7/+9
* Collect multiline prompt logic into a methodaycabta2019-10-171-35/+17
* Use an even indent in NEWS for codeBenoit Daloze2019-10-161-19/+19
* * 2019-10-17 [ci skip]git2019-10-171-1/+1
* Revert "Disable ccache on arm64 build"Takashi Kokubun2019-10-161-15/+7
* Support multiline history in incremental searchaycabta2019-10-161-3/+17
* Revert "alias assert_raise_message for compatibility with test-unit"Nobuyoshi Nakada2019-10-161-1/+0
* alias assert_raise_message for compatibility with test-unitNobuyoshi Nakada2019-10-161-0/+1
* Temporarily drop test_jit_debug.rbTakashi Kokubun2019-10-161-11/+0
* Added test for rdoc `--force-update` optionNobuyoshi Nakada2019-10-161-0/+14
* Removed an unused assignmentNobuyoshi Nakada2019-10-161-2/+0
* Do not test --jit-debug on -DVM_CHECK_MODETakashi Kokubun2019-10-151-0/+3
* Maintain the intention of comment in Travis matrixTakashi Kokubun2019-10-151-1/+1
* Remove arm64 build from DroneTakashi Kokubun2019-10-151-33/+0
* Disable ccache on arm64 buildTakashi Kokubun2019-10-151-7/+15
* Enforce --jit-debug test by another wayTakashi Kokubun2019-10-153-7/+9
* Fix test path on travis buildTakashi Kokubun2019-10-151-1/+1
* Test without --jit-debug by defaultTakashi Kokubun2019-10-151-4/+6
* Add arm64 case on Travis. (#2559)Jun Aruga2019-10-151-0/+10
* Dup hash with keyword flag when converted to keywordsJeremy Evans2019-10-152-0/+10
* Support backspace in incremental searchaycabta2019-10-161-1/+1
* C-r is incremental history search in vi insert modeaycabta2019-10-161-1/+1