index
:
ruby.git
master
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_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
irb
/
completion.rb
Age
Commit message (
Expand
)
Author
2023-11-18
[ruby/irb] Fix irb crash on `{}.` completion
tomoya ishida
2023-11-08
[ruby/irb] Type based completion using Prism and RBS
tomoya ishida
2023-10-14
[ruby/irb] Restore IRB::InputCompletor for compatibility
tomoya ishida
2023-10-12
[ruby/irb] Fix require path completion disturbing string method
tomoya ishida
2023-10-11
[ruby/irb] Rename current completor to RegexpCompletor and
tomoya ishida
2023-06-13
[ruby/irb] Use symbol.inspect instead of ":"+symbol.id2name to avoid
tomoya ishida
2023-06-05
[ruby/irb] Fixed string escaping omissions
ima1zumi
2023-04-05
[ruby/irb] Drop Ruby 2.6 support
Stan Lo
2023-04-02
[ruby/irb] Remove dead code (https://github.com/ruby/irb/pull/554)
Stan Lo
2023-03-06
[ruby/irb] Improve method completion for string and regexp that
tomoya ishida
2023-03-04
[ruby/irb] Drop chained methods' completion support
Stan Lo
2023-03-03
[ruby/irb] Avoid slow symbol completion when completion target is an
tomoya ishida
2023-01-11
[ruby/irb] Removed Release Version and Revisions for old VCS software
Hiroshi SHIBATA
2022-11-17
[ruby/irb] Fix https://github.com/ruby/irb/pull/295: Ignore Java
Patrick Plenefisch
2022-11-07
[ruby/irb] Don't lazily retrieve gem specs for completion
Stan Lo
2022-10-08
[ruby/irb] Sort constant completion's candidates
st0012
2022-10-08
[ruby/irb] Lazily evaluate candidates locals
st0012
2022-10-05
[ruby/irb] Fixed sort of variables in completion
Imir Kiyamov
2022-10-03
[ruby/irb] Change to explicit method call in completion (https://github.com/r...
osyo-manga
2022-09-21
[ruby/irb] Handle non-String $LOAD_PATH values more carefully
st0012
2021-10-13
[ruby/irb] Ignore parenthesis during completion
KaĆque Kandy Koga
2021-09-24
[ruby/irb] Revert "Show original string byte sequence to debug"
aycabta
2021-09-24
[ruby/irb] Show original string byte sequence to debug
aycabta
2021-09-23
Revert "Show original string byte sequence to debug"
aycabta
2021-09-23
[ruby/irb] Ignore any encoding errors while symbol completion
Nobuyoshi Nakada
2021-09-23
Show original string byte sequence to debug
aycabta
2021-09-21
[ruby/irb] Sort shortest files in each load paths
Nobuyoshi Nakada
2021-09-21
[ruby/irb] Check if Gem::Specification is defined
Nobuyoshi Nakada
2021-09-11
[ruby/irb] Ignore invalid 3 colons in completion
aycabta
2021-09-08
[ruby/irb] Show lib name first because it's the most common use case
aycabta
2021-09-08
[ruby/irb] Define absolute_path? by myself for backward compatibility
aycabta
2021-09-08
[ruby/irb] Use gem paths to complete "require"
aycabta
2021-09-04
[ruby/irb] Retrieve completed receiver that is a module or class correctly
aycabta
2021-09-02
[ruby/irb] Detect the variable class to show doc
aycabta
2021-03-30
[ruby/irb] Prevent the completion from crashing if rdoc is missing
Aleksandar Ivanov
2021-03-25
[ruby/irb] Cache completion files to require
aycabta
2021-03-24
[ruby/irb] Complete require and require_relative
aycabta
2021-01-08
[ruby/irb] do not escape a predicate method for doc namespace
Nobuhiro IMAI
2020-11-05
Revert "Prefer #send over #__send__ when it is clear there is no possible con...
NARUSE, Yui
2020-11-05
Prefer #send over #__send__ when it is clear there is no possible conflict
Benoit Daloze
2020-10-27
Separate `send` into `public_send` and `__send__`
Nobuyoshi Nakada
2020-08-18
[ruby/irb] Get rid of loading readline unnecessarily
Nobuyoshi Nakada
2020-08-18
[ruby/irb] Symbol.all_symbols was adopted by Ruby 1.8.0 or later
aycabta
2020-03-26
[ruby/irb] Unnamed groups are not captured when named groups are used
Nobuyoshi Nakada
2020-03-03
Ignore incompatible convert of symbols
Koichi Sasada
2020-03-03
Convert incompatible encoding symbol names
aycabta
2020-02-15
[ruby/irb] fix reserved words and completion for them
Nobuhiro IMAI
2020-02-12
[ruby/irb] Check doc namespace correctly
aycabta
2020-02-02
[ruby/irb] Add a new easter egg: dancing ruby
Yusuke Endoh
2020-01-20
[ruby/irb] Fix compatibility with rails before 5.2
Lars Kanis
[next]