index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
irb
/
completion.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ruby/irb] Ignore parenthesis during completion
KaĆque Kandy Koga
2021-10-13
1
-1
/
+1
*
[ruby/irb] Revert "Show original string byte sequence to debug"
aycabta
2021-09-24
1
-2
/
+0
*
[ruby/irb] Show original string byte sequence to debug
aycabta
2021-09-24
1
-0
/
+2
*
Revert "Show original string byte sequence to debug"
aycabta
2021-09-23
1
-2
/
+0
*
[ruby/irb] Ignore any encoding errors while symbol completion
Nobuyoshi Nakada
2021-09-23
1
-1
/
+1
*
Show original string byte sequence to debug
aycabta
2021-09-23
1
-0
/
+2
*
[ruby/irb] Sort shortest files in each load paths
Nobuyoshi Nakada
2021-09-21
1
-12
/
+16
*
[ruby/irb] Check if Gem::Specification is defined
Nobuyoshi Nakada
2021-09-21
1
-2
/
+2
*
[ruby/irb] Ignore invalid 3 colons in completion
aycabta
2021-09-11
1
-1
/
+1
*
[ruby/irb] Show lib name first because it's the most common use case
aycabta
2021-09-08
1
-4
/
+7
*
[ruby/irb] Define absolute_path? by myself for backward compatibility
aycabta
2021-09-08
1
-1
/
+13
*
[ruby/irb] Use gem paths to complete "require"
aycabta
2021-09-08
1
-1
/
+14
*
[ruby/irb] Retrieve completed receiver that is a module or class correctly
aycabta
2021-09-04
1
-1
/
+2
*
[ruby/irb] Detect the variable class to show doc
aycabta
2021-09-02
1
-4
/
+11
*
[ruby/irb] Prevent the completion from crashing if rdoc is missing
Aleksandar Ivanov
2021-03-30
1
-2
/
+9
*
[ruby/irb] Cache completion files to require
aycabta
2021-03-25
1
-12
/
+21
*
[ruby/irb] Complete require and require_relative
aycabta
2021-03-24
1
-2
/
+56
*
[ruby/irb] do not escape a predicate method for doc namespace
Nobuhiro IMAI
2021-01-08
1
-11
/
+11
*
Revert "Prefer #send over #__send__ when it is clear there is no possible con...
NARUSE, Yui
2020-11-05
1
-1
/
+1
*
Prefer #send over #__send__ when it is clear there is no possible conflict
Benoit Daloze
2020-11-05
1
-1
/
+1
*
Separate `send` into `public_send` and `__send__`
Nobuyoshi Nakada
2020-10-27
1
-1
/
+1
*
[ruby/irb] Get rid of loading readline unnecessarily
Nobuyoshi Nakada
2020-08-18
1
-1
/
+0
*
[ruby/irb] Symbol.all_symbols was adopted by Ruby 1.8.0 or later
aycabta
2020-08-18
1
-10
/
+6
*
[ruby/irb] Unnamed groups are not captured when named groups are used
Nobuyoshi Nakada
2020-03-26
1
-1
/
+1
*
Ignore incompatible convert of symbols
Koichi Sasada
2020-03-03
1
-0
/
+2
*
Convert incompatible encoding symbol names
aycabta
2020-03-03
1
-1
/
+3
*
[ruby/irb] fix reserved words and completion for them
Nobuhiro IMAI
2020-02-15
1
-2
/
+3
*
[ruby/irb] Check doc namespace correctly
aycabta
2020-02-12
1
-3
/
+3
*
[ruby/irb] Add a new easter egg: dancing ruby
Yusuke Endoh
2020-02-02
1
-5
/
+1
*
[ruby/irb] Fix compatibility with rails before 5.2
Lars Kanis
2020-01-20
1
-1
/
+1
*
Fix regexp to complete complex literal
aycabta
2019-11-28
1
-5
/
+3
*
Remove two removed constants
aycabta
2019-11-28
1
-1
/
+1
*
Some keywords, "true", "false", and "nil" should be treated as a variable
aycabta
2019-07-20
1
-1
/
+1
*
Fix showing doc of "nil.to_s", nil doesn't have #name
aycabta
2019-07-19
1
-1
/
+1
*
Fix showing document of ClassName.method_name in IRB
aycabta
2019-07-06
1
-1
/
+1
*
irb: defer requiring rdoc to improve the start up time
Nobuyoshi Nakada
2019-06-10
1
-2
/
+2
*
Use IO.copy_stream
aycabta
2019-05-29
1
-3
/
+1
*
Check RUBY_YES_I_AM_NOT_A_NORMAL_USER env to access RubyVM doc
aycabta
2019-05-29
1
-1
/
+1
*
IRB never show RubyVM's doc
aycabta
2019-05-29
1
-1
/
+11
*
Encode completed strings corecctly
aycabta
2019-05-29
1
-1
/
+1
*
Remove unused variable from IRB::InputCompletor
aycabta
2019-05-28
1
-1
/
+0
*
Fix number literal regexp of IRB completion
aycabta
2019-05-27
1
-1
/
+1
*
Use correctly RI output in IRB completion
aycabta
2019-05-27
1
-28
/
+111
*
Show documents when completion
aycabta
2019-05-25
1
-0
/
+9
*
Use Reline as Reidline multiline editor in IRB
aycabta
2019-05-25
1
-6
/
+2
*
Revert "IRB is improved with Reline and RDoc, take 2"
Nobuyoshi Nakada
2019-04-23
1
-11
/
+8
*
IRB is improved with Reline and RDoc, take 2
aycabta
2019-04-23
1
-8
/
+11
*
Revert "IRB is improved with Reline and RDoc"
aycabta
2019-04-21
1
-10
/
+2
*
IRB is improved with Reline and RDoc
aycabta
2019-04-20
1
-2
/
+10
*
Fix filename in comment [ci skip]
kazu
2018-07-28
1
-1
/
+1
[next]