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
Age
Commit message (
Expand
)
Author
2025-01-24
Migrate irb and reline to the bundled gems
Hiroshi SHIBATA
2025-01-22
[ruby/irb] Bump version to 1.15.1
tomoya ishida
2025-01-22
[ruby/irb] Fix pager preview with escape sequence and newlines
tomoya ishida
2025-01-22
[ruby/irb] Update documentation about the new copy command
Stan Lo
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-21
[ruby/irb] Bump version to v1.15.0
Stan Lo
2025-01-15
[ruby/irb] Colorize backref token bold green like global variables
tomoya ishida
2025-01-12
[ruby/irb] Group private methods together in `IRB::Context`
Stan Lo
2025-01-12
[ruby/irb] Drop ColorPrinter's workaround for BasicObject
Stan Lo
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] Use the documentation site as the source of truth
Stan Lo
2024-12-28
[ruby/irb] Add `ri` an alias to the `show_doc` command
Stan Lo
2024-12-19
[ruby/irb] Bump version to v1.14.3
Stan Lo
2024-12-16
Exclude irb from documentation generation
Stan Lo
2024-12-13
[ruby/irb] Avoid generating documentation pages for internal
Stan Lo
2024-12-12
[ruby/irb] Load history when starting a direct debug session
James Reid-Smith
2024-12-12
[ruby/irb] Bump version to v1.14.2
Stan Lo
2024-12-11
[ruby/irb] Page the output in irb:rdbg sessions too
Stan Lo
2024-12-03
[ruby/irb] Don't show 'Maybe IRB bug!' in show_source and ls command
tomoya ishida
2024-11-30
[ruby/irb] Prevent cursor flickering
Mari Imaizumi
2024-11-26
[ruby/irb] Fix indentation of xstring literal
tomoya ishida
2024-11-20
[ruby/irb] Store method objects in constants
Stan Lo
2024-11-20
[ruby/irb] Move main object's safe call logic to Context
Stan Lo
2024-11-19
[ruby/irb] Don't use delegator to install helper methods to main
tomoya ishida
2024-11-07
[ruby/irb] Correct ja/help-message for --context-mode and --prompt
Kouhei Yanagita
2024-11-05
[ruby/irb] windows does not support Process.kill("TERM", pid)
YO4
2024-10-18
[ruby/irb] Always use alternate sceen on alt-d
tomoya ishida
2024-10-13
[ruby/irb] Remove bignum check from save_history
tomoya ishida
2024-10-11
[ruby/irb] History refactors (https://github.com/ruby/irb/pull/1013)
Gert Goet
2024-10-08
[ruby/irb] Change debug test workaround to use ENV
tomoya ishida
2024-10-06
[ruby/irb] Change default completor from regexp to auto, try
tomoya ishida
2024-10-02
[ruby/irb] Use correct binding in debug mode
tomoya ishida
2024-09-26
[ruby/irb] Bump version to v1.14.1
Stan Lo
2024-09-20
[ruby/irb] Fix debug command in nomultiline mode
tomoya ishida
2024-09-16
[ruby/irb] Use InstructionSequence#script_lines to get method source
tomoya ishida
2024-09-12
[ruby/irb] Remove KEYWORD_ALIASES which handled special alias name
tomoya ishida
2024-09-03
[ruby/irb] Fix easter_egg run without RDoc, fix input-method test
tomoya ishida
2024-08-28
[ruby/irb] Colorize command input
tomoya ishida
2024-08-27
[ruby/irb] Move parse_command method to Context
Stan Lo
2024-08-14
[ruby/irb] Fix kill pager pid throwing Errno::ESRCH when pager
tomoya ishida
2024-08-14
[ruby/irb] Improve easter_egg logo resolution
tomoya ishida
2024-07-16
[ruby/irb] Group class methods under `class << self`
Stan Lo
2024-07-06
[ruby/irb] Bump version to v1.14.0
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-18
[ruby/irb] Improve how command calls' return value is handled
Stan Lo
[next]