summaryrefslogtreecommitdiff
path: root/lib/irb
AgeCommit message (Expand)Author
2019-04-30Use Ripper for IRBaycabta
2019-04-28make sync-default-gems GEM=irbTakashi Kokubun
2019-04-28make sync-default-gems GEM=irbTakashi Kokubun
2019-04-28make sync-default-gems GEM=irbTakashi Kokubun
2019-04-27make sync-default-gems GEM=irbTakashi Kokubun
2019-04-27make sync-default-gems GEM=irbTakashi Kokubun
2019-04-27suppress redefinition warningsnaruse
2019-04-27Prefer block_given? to iterator?nobu
2019-04-26Revert "Class instance should be also colorable on IRB"Takashi Kokubun
2019-04-26Class instance should be also colorable on IRBTakashi Kokubun
2019-04-26make sync-default-gems GEM=irbTakashi Kokubun
2019-04-26Syntax-highlight yield in IRBTakashi Kokubun
2019-04-26Support highlighting Regexp in inspectTakashi 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-23Revert "IRB is improved with Reline and RDoc, take 2"Nobuyoshi Nakada
2019-04-23IRB is improved with Reline and RDoc, take 2aycabta
2019-04-21Revert "IRB is improved with Reline and RDoc"aycabta
2019-04-21suppress redefinition warningsnaruse
2019-04-20IRB is improved with Reline and RDocaycabta
2019-01-18Prefer block_given? to iterator?nobu
2018-12-18Bump version to 1.0.0.hsbt
2018-12-12Backport https://github.com/ruby/irb/pull/2hsbt
2018-11-02lib/*: Prefer require_relative over require, remove explicit extensionmarcandre
2018-11-02lib/*: Prefer require_relative over require.marcandre
2018-07-31Try to load version file of github repository at first.hsbt
2018-07-28Fix filename in comment [ci skip]kazu
2018-07-09Promote irb library to default gems.hsbt
2018-04-14irb.rb: restore the last errornobu
2018-04-14irb/{context,workspace}.rb: use local_variable_setnobu
2018-04-14irb/context.rb: using input-methodnobu
2018-03-13Hash instead of Setnobu
2018-03-13Speed up func1.func2 completion by using Set for ignored modulesnobu
2017-12-26proc.c (bind_location): Add Binding#source_locationmame
2017-12-12Remove unnecessary `:`kazu
2017-12-12Add uplevel keyword to Kernel#warn and use itshyouhei
2017-12-12irb/init.rb: make sure ARGV refers to toplevel onek0kubun
2017-12-12irb.rb: preserve ARGV on binding.irbk0kubun
2017-11-24Fix TOCTTOU and avoid to read existing unreadable filekazu
2017-11-24workspace.rb: one more spacenobu
2017-11-24workspace.rb: fix SCRIPT_LINES__nobu
2017-11-24irb.rb: show source around binding.irb on startk0kubun
2017-10-08Remove unnecessary `require 'thread'`kazu
2017-06-15Don't pollute toplevel by an IRB internal methoda_matsuda
2017-04-20ruby-lex.rb: fix continued line conditionsnobu
2017-04-20ruby-lex.rb: merge regexpsnobu
2017-04-20Removed math mode from irb.hsbt
2017-01-09slex.rb: japanese comment [ci skip]nobu
2016-12-13require "irb/output-method" for StdioOutputMethodnobu