aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb/context.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Use gem repl_type_completor, remove type_completiontomoya ishida2023-11-291-13/+9
* [ruby/irb] Display aliases in help messageStan Lo2023-11-261-1/+13
* [ruby/irb] Require prism >= 0.18.0 (MatchWriteNode#targets andtomoya ishida2023-11-221-1/+1
* [ruby/irb] Type based completion using Prism and RBStomoya ishida2023-11-081-2/+39
* [ruby/irb] Print deprecation message for prompt_n methodsStan Lo2023-08-291-0/+13
* [ruby/irb] Remove unused `PROMPT_N`Summer ☀️2023-08-291-3/+0
* [ruby/irb] Support seamless integration with ruby/debugStan Lo2023-08-131-0/+2
* [ruby/irb] Fix nested IRB sessions' history savingStan Lo2023-08-091-10/+0
* [ruby/irb] Fix history-saving featureStan Lo2023-07-141-7/+5
* [ruby/irb] Stop treating history-saving logic as extensionStan Lo2023-07-031-0/+28
* [ruby/irb] Reduce internal operations' exposure to benchmarkingStan Lo2023-06-301-1/+23
* [ruby/irb] Remove keyword exception from Context#evaluate becausetomoya ishida2023-06-271-8/+1
* [ruby/irb] Move input line mutation out of `Context#evaluate`Stan Lo2023-06-271-13/+1
* [ruby/irb] Remove unused context argument from Worksapce#evaluateStan Lo2023-02-181-1/+1
* [ruby/irb] Formatting to header stylesHiroshi SHIBATA2023-01-111-4/+1
* [ruby/irb] Removed Release Version and Revisions for old VCS softwareHiroshi SHIBATA2023-01-111-2/+0
* [ruby/irb] Add commands to start and use the debuggerTakashi Kokubun2022-11-211-5/+11
* [ruby/irb] Deprecate USE_RELINE and USE_REIDLINEst00122022-11-151-1/+4
* [ruby/irb] Support non-string input in show_sourceTakashi Kokubun2022-11-071-1/+8
* [ruby/irb] Allow non-identifier aliases like Pry's @ and $Takashi Kokubun2022-11-031-0/+18
* [ruby/irb] Always use local variables in current context to parse code (https...tomoya ishida2022-10-181-0/+4
* [ruby/irb] Use USE_REIDLINE for backword compatibilityHiroshi SHIBATA2022-10-051-1/+1
* [ruby/irb] Rename IDB::ReidlineInputMethod to IRB::RelineInputMethodGannon McGibbon2022-10-051-11/+16
* [ruby/irb] Remove unnecessary Thread presence checkst00122022-10-031-1/+1
* [ruby/irb] Support --noscript option to not use first non-option argument as ...Jeremy Evans2022-09-171-0/+4
* [ruby/irb] Centralize coloring control (https://github.com/ruby/irb/pull/374)Stan Lo2022-06-281-5/+0
* [ruby/irb] Add --extra-doc-dir option to show doc dialogaycabta2021-10-111-0/+5
* [ruby/irb] Add periods to docaycabta2021-10-111-8/+8
* [ruby/irb] Set default return_formataycabta2021-10-111-0/+1
* [ruby/irb] Make IRB::Context#exit call super if UncaughtThrowErrorJeremy Evans2021-10-071-0/+2
* [ruby/irb] Add doc about "echo on assignment"aycabta2021-09-271-0/+12
* [ruby/irb] Add blank lines to sample code in doc for readabilityaycabta2021-09-271-0/+3
* [ruby/irb] Fix sample code in docaycabta2021-09-271-1/+1
* Add --autocomplete / --noautocomplete optionsaycabta2021-08-301-0/+5
* [ruby/irb] Drop OMIT_ON_ASSIGNMENT and add :truncate option for ECHO_ON_ASSIG...aycabta2020-09-191-22/+13
* [ruby/irb] Add OMIT_ON_ASSIGNMENTaycabta2020-09-141-4/+24
* [DOC] get rid of parsing as TIDYLINK unintentionallyNobuyoshi Nakada2020-04-071-3/+3
* [ruby/irb] Add newline_before_multiline_outputKenta Murata2020-01-211-0/+20
* [ruby/irb] Remove warning message to bundle on Ruby 2.7.0aycabta2019-12-241-6/+0
* Slightly fix the warning message [ci skip]Takashi Kokubun2019-11-261-1/+1
* Suggest an alternative to suppress the irb warningTakashi Kokubun2019-11-261-1/+2
* Add a warning message and --legacy of an alias of --singlelineaycabta2019-11-211-0/+6
* Use singleline/multiline instead of readline/reidlineaycabta2019-11-211-30/+35
* Remove unsused output_method argumentJeremy Evans2019-10-241-7/+1
* Don't echo results of assignment expressionsSteven Willis2019-08-161-0/+15
* Revert "Don't echo results of assignment expressions"aycabta2019-08-061-15/+0
* Don't echo results of assignment expressionsSteven Willis2019-08-061-0/+15
* Auto indent in IRB is enabled by defaultaycabta2019-07-151-4/+4
* context.rb: hide wrapping linesNobuyoshi Nakada2019-05-271-1/+2
* Use Reline as Reidline multiline editor in IRBaycabta2019-05-251-15/+46