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
/
test
/
irb
Age
Commit message (
Expand
)
Author
2025-01-24
Migrate irb and reline to the bundled gems
Hiroshi SHIBATA
2025-01-22
[ruby/irb] Use EnvUtil.rubybin instead of "ruby" in copy command
tomoya ishida
2025-01-22
[ruby/irb] Fix pager preview with escape sequence and newlines
tomoya ishida
2025-01-22
[ruby/irb] Show a quick preview of inspect result before pager
tomoya ishida
2025-01-22
[ruby/irb] Add copy command (https://github.com/ruby/irb/pull/1044)
Prajjwal Singh
2025-01-15
[ruby/irb] Colorize backref token bold green like global variables
tomoya ishida
2025-01-11
[ruby/irb] `IRB.conf[:SAVE_HISTORY]` should handle boolean values
Stan Lo
2025-01-10
[ruby/irb] Gracefully handle incorrect command aliases
Stan Lo
2025-01-05
Sync IRB to 3e6c12b (#12486)
Stan Lo
2024-12-29
[ruby/irb] Fix broken `history` command with -g
sanfrecce-osaka
2024-12-28
[ruby/irb] Add `ri` an alias to the `show_doc` command
Stan Lo
2024-12-12
[ruby/irb] Load history when starting a direct debug session
James Reid-Smith
2024-12-03
[ruby/irb] Don't show 'Maybe IRB bug!' in show_source and ls command
tomoya ishida
2024-11-26
[ruby/irb] Fix indentation of xstring literal
tomoya ishida
2024-11-19
[ruby/irb] Don't use delegator to install helper methods to main
tomoya ishida
2024-11-07
Prevent a warning: ambiguous `/`
Yusuke Endoh
2024-10-20
[ruby/irb] Improve history test's encoding setting
Go
2024-10-13
[ruby/irb] Fix rendering test broken by conflict
tomoya ishida
2024-10-12
[ruby/irb] Make rendering test faster using updated yamatanooroti
tomoya ishida
2024-10-11
[ruby/irb] History refactors (https://github.com/ruby/irb/pull/1013)
Gert Goet
2024-10-06
[ruby/irb] Change default completor from regexp to auto, try
tomoya ishida
2024-10-05
[ruby/irb] Hash#inspect style has changed in ruby 3.4
Nobuyoshi Nakada
2024-10-02
[ruby/irb] Use correct binding in debug mode
tomoya ishida
2024-09-24
[ruby/irb] Use proper locale in history encoding test
tomoya ishida
2024-09-20
[ruby/irb] Fix debug command in nomultiline mode
tomoya ishida
2024-09-03
[ruby/irb] Fix easter_egg run without RDoc, fix input-method test
tomoya ishida
2024-09-01
Skip show_doc tests if RDoc is not available
Hiroshi SHIBATA
2024-08-29
Surpressing 'unknown command: “Switch to inspect mode.”' message
Hiroshi SHIBATA
2024-08-28
[ruby/irb] Make colorize test pass with NO_COLOR env set
tomoya ishida
2024-08-28
[ruby/irb] Colorize command input
tomoya ishida
2024-08-04
[ruby/irb] Remove Ruby version checks
Ricardo Trindade
2024-07-18
[ruby/irb] Clear ENV["XDG_CONFIG_HOME"] to avoid loading
tomoya ishida
2024-07-16
[ruby/irb] Group class methods under `class << self`
Stan Lo
2024-07-05
[ruby/irb] Return only commands when completing help command's
Stan Lo
2024-07-03
[ruby/irb] Introduce cd command
Stan Lo
2024-06-30
[ruby/irb] Allow assigning and using local variable name conflicting
tomoya ishida
2024-06-18
[ruby/irb] Improve how command calls' return value is handled
Stan Lo
2024-06-12
[ruby/irb] Invalid encoding symbol now raises SyntaxError also in
tomoya ishida
2024-06-12
[ruby/irb] Cleanup irbrc generator cache always at teardown
tomoya ishida
2024-06-09
[ruby/irb] Suppress Ruby warnings in certain backtrace filtering
Stan Lo
2024-06-05
[ruby/irb] Add accidentally dropped disable_irb command back
Stan Lo
2024-05-12
[ruby/irb] Clean up tmpdir
Nobuyoshi Nakada
2024-05-10
[ruby/irb] Add a new initialization step to validate IRB.conf's
Stan Lo
2024-05-05
[ruby/irb] Clarify that the context is IRB context
Stan Lo
2024-05-04
[ruby/irb] Improve help message for no meta commands
Stan Lo
2024-05-04
[ruby/irb] Use flag instead of caller for `debug`'s binding.irb
Stan Lo
2024-05-03
[ruby/irb] Avoid raising errors while running help for custom
Kenichi Kamiya
2024-05-03
[ruby/irb] Fix typos in test/irb/command/test_custom_command.rb
Kenichi Kamiya
2024-05-02
Sync IRB 241e061
Stan Lo
2024-05-01
[ruby/irb] Support `IRB.conf[:BACKTRACE_FILTER]`
Stan Lo
[next]