aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ruby/reline] Support mode iconMark Delk2020-08-184-1/+82
* [ruby/reline] Call #start_terminal after generating temporary inputrcaycabta2020-08-181-6/+28
* [ruby/reline] Use single quotes for non-expanded string literalsaycabta2020-08-182-4/+17
* [ruby/reline] Use temporary dir with yamatanooroti testaycabta2020-08-181-2/+17
* [ruby/reline] Check Errno::EIOaycabta2020-08-182-0/+5
* [ruby/reline] Add home/end mapping for urxvt and relativesTomás Pollak2020-08-181-0/+4
* [ruby/irb] Support shortening lambda notetion for nesting level of promptaycabta2020-08-182-6/+16
* [ruby/irb] Support shortening lambda notationaycabta2020-08-182-2/+18
* [ruby/irb] Expand path to run separated test correctlyaycabta2020-08-181-1/+1
* [ruby/irb] Workaround a bug of ruby-mode.elNobuyoshi Nakada2020-08-181-1/+1
* [ruby/irb] Yet another unnecessary readlineNobuyoshi Nakada2020-08-181-2/+0
* [ruby/irb] Directly check if the method is available instead of versionNobuyoshi Nakada2020-08-181-2/+1
* [ruby/irb] Get rid of loading readline unnecessarilyNobuyoshi Nakada2020-08-182-11/+9
* [ruby/irb] Prefer require_relative to load the files in this libraryNobuyoshi Nakada2020-08-182-10/+10
* [ruby/irb] Add require 'irb' to test separatelyaycabta2020-08-181-0/+1
* [ruby/irb] Make history infinite if set SAVE_HISTORY to negativeaycabta2020-08-182-2/+25
* [ruby/irb] Suppress crash when bignum is set to SAVE_HISTORYaycabta2020-08-182-1/+29
* [ruby/irb] Add tests about IRB historyaycabta2020-08-181-0/+131
* [ruby/irb] Symbol.all_symbols was adopted by Ruby 1.8.0 or lateraycabta2020-08-181-10/+6
* [ruby/irb] Support oneline method definitionaycabta2020-08-182-0/+106
* test/fiber/test_backtrace.rb: prevent a warningYusuke Endoh2020-08-181-2/+2
* Disable debugging test.Koichi Sasada2020-08-181-1/+1
* Remove write barrier exemption for T_ICLASSAlan Wu2020-08-176-21/+35
* * 2020-08-18 [ci skip]git2020-08-181-1/+1
* Fix method name escaping in ObjectSpace.dumpJohn Hawthorn2020-08-172-1/+20
* Ensure the shortcut cached in the classNobuyoshi Nakada2020-08-172-2/+13
* Also escape DEL codeNobuyoshi Nakada2020-08-172-0/+4
* Fixed the radix for control charsNobuyoshi Nakada2020-08-172-1/+5
* Expose ec -> backtrace (internal) and use it to implement fiber backtrace.Samuel Williams2020-08-184-0/+48
* Clarify coroutine implementation license.Samuel Williams2020-08-171-0/+5
* procnames-start-lines [ci skip]Nobuyoshi Nakada2020-08-172-6/+12
* Revisit "Refactor to reduce "swap" instruction of pattern matching"Nobuyoshi Nakada2020-08-171-3/+3
* * 2020-08-17 [ci skip]git2020-08-171-1/+1
* Revert "Refactor to reduce "swap" instruction of pattern matching"Kazuhiro NISHIYAMA2020-08-171-1/+2
* Remove the deprecated override of Kernel#open in open-uriJeremy Evans2020-08-162-36/+1
* Refactor to reduce "swap" instruction of pattern matchingwanabe2020-08-161-2/+1
* Adjust sp for `case ... in a: 0 ... end`wanabe2020-08-161-0/+2
* Adjust sp for `case ... in *, a, * end`wanabe2020-08-161-0/+3
* Adjust sp for `case ... in *v end`/`case ... in v1, v2 end`wanabe2020-08-161-0/+3
* Adjust sp for `case ... in v1 ... in v2 end`wanabe2020-08-161-0/+3
* Adjust sp for `case ... in v1, v2 ... end`wanabe2020-08-161-0/+2
* Adjust sp for `case ... in pat => var ... end`wanabe2020-08-161-0/+1
* Adjust sp for `case ... in pat1 | pat2 ... end`wanabe2020-08-161-0/+1
* Adjust sp for pattern matching implicit/explicit "else"wanabe2020-08-161-0/+8
* * 2020-08-16 [ci skip]git2020-08-161-1/+1
* Warn sp overwriting on compile timewanabe2020-08-161-1/+20
* Show hidden object and TS_BUILTIN for halfbaked insn datawanabe2020-08-161-2/+6
* [DOC] fixed a missing markupNobuyoshi Nakada2020-08-151-1/+1
* tool/update-deps --fix卜部昌平2020-08-151-0/+8
* RARRAY_AREF: convert into an inline function卜部昌平2020-08-1512-17/+34