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
ruby_4_0
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
/
cmd
Age
Commit message (
Expand
)
Author
2024-05-28
[Bug #20511] Update reline-0.5.7 (#10848)
Hiroshi SHIBATA
2023-12-13
[ruby/irb] Warn and do nothing if block is passed to measure command
tomoya ishida
2023-12-10
[ruby/irb] Simplify show_source's super calculation
Stan Lo
2023-12-07
[ruby/irb] Debugging command warning should not be specific to the
Stan Lo
2023-12-02
[ruby/irb] Implement `history` command
Gary Tou
2023-11-28
[ruby/irb] This enhancement allows a user to add the -s flag if they
paulreece
2023-11-26
[ruby/irb] Display aliases in help message
Stan Lo
2023-11-08
[ruby/irb] Type based completion using Prism and RBS
tomoya ishida
2023-09-22
[ruby/irb] Page show_source's output
Stan Lo
2023-08-29
[ruby/irb] Improve help/show_cmds message during debugger
Stan Lo
2023-08-20
[ruby/irb] Support `VISUAL` env var, and prefer it over `EDITOR`
Summer ☀️
2023-08-13
[ruby/irb] Support seamless integration with ruby/debug
Stan Lo
2023-08-02
[ruby/irb] Deprecate multi-irb commands
Stan Lo
2023-08-01
[ruby/irb] Add workspace category
Stan Lo
2023-07-31
[ruby/irb] Decouple `edit` and `show_source` commands
Stan Lo
2023-07-26
[ruby/irb] Page `ls`'s output (https://github.com/ruby/irb/pull/657)
Stan Lo
2023-07-25
[ruby/irb] Display `show_cmds`'s output in a pager when in TTY
Stan Lo
2023-07-04
[ruby/irb] Use `max_by` for `longest_cmd_name_length`
Andy Waite
2023-06-25
[ruby/irb] Fix process_continue(rename to should_continue?) and
tomoya ishida
2023-06-10
[ruby/irb] Remove the unused fork command definition
Stan Lo
2023-06-05
[ruby/irb] Refactor ExtendCommand::Nop
Stan Lo
2023-06-05
[ruby/irb] Simplify irb_info command
Stan Lo
2023-05-23
[ruby/irb] Allow `show_source` for private methods
TSUYUSATO Kitsune
2023-05-18
[ruby/irb] Print deprecation warning for `help` command
Stan Lo
2023-04-24
[ruby/irb] Simplify the help command's implementation
Stan Lo
2023-04-24
[ruby/irb] Filter out top-level methods when using `ls
Stan Lo
2023-04-05
[ruby/irb] Drop Ruby 2.6 support
Stan Lo
2023-04-02
[ruby/irb] Don't check RUBY_ENGINE when deciding whether to accept kargs
Stan Lo
2023-02-28
[ruby/irb] Display and prioritise instance methods in `ls
Stan Lo
2023-01-14
[ruby/irb] Store context in RubyLex
Stan Lo
2023-01-11
[ruby/irb] Formatting to header styles
Hiroshi SHIBATA
2023-01-11
[ruby/irb] Removed Release Version and Revisions for old VCS software
Hiroshi SHIBATA
2022-12-20
[ruby/irb] Respect DLEXT to force-load debug.so
Takashi Kokubun
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] Gracefully handle missing command argument
Stan Lo
2022-12-08
[ruby/irb] Add "show_cmds" command to list all commands'
Stan Lo
2022-12-07
[ruby/irb] Lazily load the multi-irb extension
Stan Lo
2022-11-30
[ruby/irb] Make sure ls doesn't return an array
Takashi Kokubun
2022-11-28
[ruby/irb] Fix the debug.gem force-loader for Ruby 3.2
Takashi Kokubun
2022-11-21
[ruby/irb] Add commands to start and use the debugger
Takashi Kokubun
2022-11-20
[ruby/irb] Add edit command (https://github.com/ruby/irb/pull/453)
Stan Lo
2022-11-18
[ruby/irb] Discover and load debug.gem even if it's not in Gemfile
Takashi Kokubun
2022-11-18
[ruby/irb] Minor fixes on debug command
Takashi Kokubun
2022-11-18
[ruby/irb] Add debug command (https://github.com/ruby/irb/pull/446)
Stan Lo
2022-11-10
[ruby/irb] Transform ls's --grep/-G option to keyword args
Takashi Kokubun
2022-11-07
[ruby/irb] Support non-string input in show_source
Takashi Kokubun
2022-06-28
[ruby/irb] Centralize coloring control (https://github.com/ruby/irb/pull/374)
Stan Lo
2022-06-20
[ruby/irb] Commands should respect `USE_COLORIZE` config (https://github.com/...
Stan Lo
2022-03-14
[ruby/irb] Move `:stopdoc:` directive
Nobuyoshi Nakada
[next]