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
/
context.rb
Age
Commit message (
Expand
)
Author
2023-11-29
[ruby/irb] Use gem repl_type_completor, remove type_completion
tomoya ishida
2023-11-26
[ruby/irb] Display aliases in help message
Stan Lo
2023-11-22
[ruby/irb] Require prism >= 0.18.0 (MatchWriteNode#targets and
tomoya ishida
2023-11-08
[ruby/irb] Type based completion using Prism and RBS
tomoya ishida
2023-08-29
[ruby/irb] Print deprecation message for prompt_n methods
Stan Lo
2023-08-29
[ruby/irb] Remove unused `PROMPT_N`
Summer ☀️
2023-08-13
[ruby/irb] Support seamless integration with ruby/debug
Stan Lo
2023-08-09
[ruby/irb] Fix nested IRB sessions' history saving
Stan Lo
2023-07-14
[ruby/irb] Fix history-saving feature
Stan Lo
2023-07-03
[ruby/irb] Stop treating history-saving logic as extension
Stan Lo
2023-06-30
[ruby/irb] Reduce internal operations' exposure to benchmarking
Stan Lo
2023-06-27
[ruby/irb] Remove keyword exception from Context#evaluate because
tomoya ishida
2023-06-27
[ruby/irb] Move input line mutation out of `Context#evaluate`
Stan Lo
2023-02-18
[ruby/irb] Remove unused context argument from Worksapce#evaluate
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-11-21
[ruby/irb] Add commands to start and use the debugger
Takashi Kokubun
2022-11-15
[ruby/irb] Deprecate USE_RELINE and USE_REIDLINE
st0012
2022-11-07
[ruby/irb] Support non-string input in show_source
Takashi Kokubun
2022-11-03
[ruby/irb] Allow non-identifier aliases like Pry's @ and $
Takashi Kokubun
2022-10-18
[ruby/irb] Always use local variables in current context to parse code (https...
tomoya ishida
2022-10-05
[ruby/irb] Use USE_REIDLINE for backword compatibility
Hiroshi SHIBATA
2022-10-05
[ruby/irb] Rename IDB::ReidlineInputMethod to IRB::RelineInputMethod
Gannon McGibbon
2022-10-03
[ruby/irb] Remove unnecessary Thread presence check
st0012
2022-09-17
[ruby/irb] Support --noscript option to not use first non-option argument as ...
Jeremy Evans
2022-06-28
[ruby/irb] Centralize coloring control (https://github.com/ruby/irb/pull/374)
Stan Lo
2021-10-11
[ruby/irb] Add --extra-doc-dir option to show doc dialog
aycabta
2021-10-11
[ruby/irb] Add periods to doc
aycabta
2021-10-11
[ruby/irb] Set default return_format
aycabta
2021-10-07
[ruby/irb] Make IRB::Context#exit call super if UncaughtThrowError
Jeremy Evans
2021-09-27
[ruby/irb] Add doc about "echo on assignment"
aycabta
2021-09-27
[ruby/irb] Add blank lines to sample code in doc for readability
aycabta
2021-09-27
[ruby/irb] Fix sample code in doc
aycabta
2021-08-30
Add --autocomplete / --noautocomplete options
aycabta
2020-09-19
[ruby/irb] Drop OMIT_ON_ASSIGNMENT and add :truncate option for ECHO_ON_ASSIG...
aycabta
2020-09-14
[ruby/irb] Add OMIT_ON_ASSIGNMENT
aycabta
2020-04-07
[DOC] get rid of parsing as TIDYLINK unintentionally
Nobuyoshi Nakada
2020-01-21
[ruby/irb] Add newline_before_multiline_output
Kenta Murata
2019-12-24
[ruby/irb] Remove warning message to bundle on Ruby 2.7.0
aycabta
2019-11-26
Slightly fix the warning message [ci skip]
Takashi Kokubun
2019-11-26
Suggest an alternative to suppress the irb warning
Takashi Kokubun
2019-11-21
Add a warning message and --legacy of an alias of --singleline
aycabta
2019-11-21
Use singleline/multiline instead of readline/reidline
aycabta
2019-10-24
Remove unsused output_method argument
Jeremy Evans
2019-08-16
Don't echo results of assignment expressions
Steven Willis
2019-08-06
Revert "Don't echo results of assignment expressions"
aycabta
2019-08-06
Don't echo results of assignment expressions
Steven Willis
2019-07-15
Auto indent in IRB is enabled by default
aycabta
2019-05-27
context.rb: hide wrapping lines
Nobuyoshi Nakada
2019-05-25
Use Reline as Reidline multiline editor in IRB
aycabta
[next]