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
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
irb
Age
Commit message (
Expand
)
Author
12 days
[ruby/irb] Fix 2 minor issues in test suite
lukeg
2023-03-13
[ruby/irb] Support inspecting BasicObject
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] Remove no longer necessary TruffleRuby test exclusions.
Kevin Menard
2023-03-03
[ruby/irb] Avoid slow symbol completion when completion target is an
tomoya ishida
2023-03-03
[ruby/irb] Fix prompt test not to change STDIO.external_encoding
tomoya ishida
2023-03-03
[ruby/irb] Fix warnings because of `@context.main.delete`
Nobuyoshi Nakada
2023-03-02
[ruby/irb] Handle long inspect and control character in prompt
tomoya ishida
2023-02-28
[ruby/irb] Display and prioritise instance methods in `ls
Stan Lo
2023-02-27
[ruby/irb] Provide more useful message when
Stan Lo
2023-02-24
[ruby/irb] Cleanup completion tests
Stan Lo
2023-02-21
[ruby/irb] Improve RubyLex's tests
Stan Lo
2023-02-12
[ruby/irb] Fix colorize backtick symbol
tomoya ishida
2023-02-09
[ruby/irb] Make tests more compatible with TruffleRuby
Stan Lo
2023-02-04
[ruby/irb] Add tests for workspaces commands
Stan Lo
2023-01-14
[ruby/irb] Store context in RubyLex
Stan Lo
2023-01-12
[ruby/irb] Avoid calling private methods on the main object
Stan Lo
2023-01-11
[ruby/irb] Drop unused arguments in `RubyLex`
Stan Lo
2023-01-05
[ruby/irb] Group command test cases with class
Stan Lo
2023-01-02
[ruby/irb] Fix prompt and code mismatch
tomoya ishida
2022-12-27
[ruby/irb] Add dynamic prompt test case for quoted heredoc
Stan Lo
2022-12-26
Sync IRB master: tool/sync_default_gems.rb irb
Takashi Kokubun
2022-12-26
[ruby/irb] Suppress "switching inspect mode" messages
Nobuyoshi Nakada
2022-12-26
[ruby/irb] Remove unnecessary warning check on help command
Stan Lo
2022-12-26
[ruby/irb] Remove unnecessary test setup
Stan Lo
2022-12-26
[ruby/irb] Add test for the help command
st0012
2022-12-26
[ruby/irb] Test colors with enabling colors
Nobuyoshi Nakada
2022-12-19
[ruby/irb] PTY module is platform dependent
Nobuyoshi Nakada
2022-12-16
[ruby/irb] Prefer to use File.open instead of Kernel.open
Hiroshi SHIBATA
2022-12-12
[ruby/irb] Group show_doc tests and update the expectation
Stan Lo
2022-12-12
[ruby/irb] `show_doc` command should take non-string argument too
Stan Lo
2022-12-09
[ruby/irb] Fix step command (https://github.com/ruby/irb/pull/477)
Stan Lo
2022-12-08
[ruby/irb] Add show_doc as an alias to the help command
Stan Lo
2022-12-08
[ruby/irb] Gracefully handle missing command argument
Stan Lo
2022-12-08
[ruby/irb] Kill PTY process after test is finished
Stan Lo
2022-12-08
[ruby/irb] Add "show_cmds" command to list all commands'
Stan Lo
2022-12-06
[ruby/irb] Allow disabling autocompletion with
Stan Lo
2022-12-05
[ruby/irb] Close leaked pty IOs
Nobuyoshi Nakada
2022-12-02
[ruby/irb] Require pathname in test helper
Stan Lo
2022-12-02
[ruby/irb] Disable debug cmd tests based on project structure
Stan Lo
2022-12-02
[ruby/irb] This doesn't work on RubyCI either
Takashi Kokubun
2022-12-02
[ruby/irb] Skip debug command tests on ruby/ruby
Takashi Kokubun
2022-12-02
[ruby/irb] Use the proper ruby command and library path
Nobuyoshi Nakada
2022-12-02
[ruby/irb] Test debug commands without yamatanooroti
Stan Lo
2022-11-27
[ruby/irb] Activate yamatanooroti tests on CI
Stan Lo
2022-11-21
[ruby/irb] Add commands to start and use the debugger
Takashi Kokubun
2022-11-21
Prevent a "warning: ambiguity between regexp and two divisions"
Yusuke Endoh
2022-11-20
[ruby/irb] Push an accidentally uncommitted diff
Takashi Kokubun
2022-11-20
[ruby/irb] Deal with inconsistency with ruby/ruby
Takashi Kokubun
[next]