summaryrefslogtreecommitdiff
path: root/lib/irb
AgeCommit message (Expand)Author
2023-12-02[ruby/irb] Implement `history` commandGary Tou
2023-12-01[ruby/irb] Scrub past history input before splithogelog
2023-11-30[ruby/irb] Page evaluation result's outputStan Lo
2023-11-29[ruby/irb] Use gem repl_type_completor, remove type_completiontomoya ishida
2023-11-28[ruby/irb] Change show_source tests into integration testsPeter Zhu
2023-11-28[ruby/irb] This enhancement allows a user to add the -s flag if theypaulreece
2023-11-27[ruby/irb] Hide debugger hint after the input is submittedStan Lo
2023-11-26[ruby/irb] Display aliases in help messageStan Lo
2023-11-26[ruby/irb] Support disabling pagerStan Lo
2023-11-23[ruby/irb] Hint debugger command in irb:rdbg sessionStan Lo
2023-11-23[ruby/irb] Fix failure of more command with -R optionhogelog
2023-11-22[ruby/irb] Require prism >= 0.18.0 (MatchWriteNode#targets andtomoya ishida
2023-11-22[ruby/irb] Rescue Exception, ignore warning in completiontomoya ishida
2023-11-21[ruby/irb] Bump version to 1.9.1tomoya ishida
2023-11-21[ruby/irb] Enable Setting Completer Type through `IRB_COMPLETOR`ima1zumi
2023-11-18[ruby/irb] Fix irb crash on `{}.` completiontomoya ishida
2023-11-10[ruby/irb] Bump version to 1.9.0ima1zumi
2023-11-09[ruby/irb] Add command line option to select which completor to usetomoya ishida
2023-11-08[ruby/irb] Type based completion using Prism and RBStomoya ishida
2023-11-08[ruby/irb] Fix dancing-ruby Ctrl+C stoptomoya ishida
2023-10-28[ruby/irb] Easter egg for autocomplete modetomoya ishida
2023-10-21[ruby/irb] Minor refactors around irb.rbStan Lo
2023-10-14[ruby/irb] Bump version to 1.8.3tomoya ishida
2023-10-14[ruby/irb] Restore IRB::InputCompletor for compatibilitytomoya ishida
2023-10-12[ruby/irb] Bump version to 1.8.2Stan Lo
2023-10-12[ruby/irb] Fix require path completion disturbing string methodtomoya ishida
2023-10-12[ruby/irb] Fix test runner exit bugtomoya ishida
2023-10-12[ruby/irb] Decouple RubyLex from prompt and line_notomoya ishida
2023-10-11Fix calling exit if irb_context is nilTakashi Kokubun
2023-10-11[ruby/irb] Rename current completor to RegexpCompletor andtomoya ishida
2023-10-11[ruby/irb] Avoid locking the debug UI to a single threadStan Lo
2023-10-04[ruby/irb] Clear all context usages in RubyLexStan Lo
2023-09-22[ruby/irb] Page show_source's outputStan Lo
2023-09-16[ruby/irb] Handle Concurrent Sessions and Saving Readline::HISTORYChad Schroeder
2023-09-05[ruby/irb] Bump version to 1.8.1Stan Lo
2023-08-31[ruby/irb] Drop rdoc's version requirementStan Lo
2023-08-31[ruby/irb] Require Reline 0.3.8+Stan Lo
2023-08-30[ruby/irb] Bump version to 1.8.0Stan Lo
2023-08-29[ruby/irb] Improve help/show_cmds message during debuggerStan Lo
2023-08-29[ruby/irb] irb:rdbg cleanups (https://github.com/ruby/irb/pull/697)Stan Lo
2023-08-29[ruby/irb] Print deprecation message for prompt_n methodsStan Lo
2023-08-29[ruby/irb] Remove unused `PROMPT_N`Summer ☀️
2023-08-24[ruby/irb] Deprecate RubyLex and warn about referencing to itStan Lo
2023-08-21[ruby/irb] Avoid overriding user's `irb_name` setting in debuggerStan Lo
2023-08-21[ruby/irb] Move input processing out of RubyLexStan Lo
2023-08-20[ruby/irb] Support `VISUAL` env var, and prefer it over `EDITOR`Summer ☀️
2023-08-16[ruby/irb] Encapsulate input details in Statement objectsStan Lo
2023-08-13[ruby/irb] Support seamless integration with ruby/debugStan Lo
2023-08-13[ruby/irb] Move IO configuration to IRB::IrbStan Lo
2023-08-13[ruby/irb] Remove useless `begin`/`end` [ci skip]Nobuyoshi Nakada