summaryrefslogtreecommitdiff
path: root/lib/irb
AgeCommit message (Expand)Author
2024-02-01[ruby/irb] Skip re-setup when creating a child sessionNuno Silva
2024-01-30[ruby/irb] Fix undef and alias indenttomoya ishida
2024-01-25[ruby/irb] Synatx ==> Syntaxydah
2024-01-25[ruby/irb] recever ==> receiverydah
2024-01-25[ruby/irb] inifinity ==> infinityydah
2024-01-19[ruby/irb] Bump version to v1.11.1Stan Lo
2024-01-08[ruby/irb] Make SourceFinder ignore binary sourcesStan Lo
2024-01-06[ruby/irb] Refactor exit commandStan Lo
2024-01-06[ruby/irb] Require Reline v0.4.2+Stan Lo
2024-01-03[ruby/irb] Avoid completing empty inputStan Lo
2024-01-01[ruby/irb] Make show_source resolve top-level constant namesStan Lo
2024-01-01[ruby/irb] Fix display_document params in noautocomplete modetomoya ishida
2023-12-20[ruby/irb] Bump version to v1.11.0Stan Lo
2023-12-20[ruby/irb] Warn users about errors in loading RC filesStan Lo
2023-12-13[ruby/irb] Warn and do nothing if block is passed to measure commandtomoya ishida
2023-12-12[ruby/irb] [DOC] RDoc for module IRBBurdette Lamar
2023-12-10[ruby/irb] Simplify show_source's super calculationStan Lo
2023-12-07[ruby/irb] Debugging command warning should not be specific to theStan Lo
2023-12-05[ruby/irb] Bump version to v1.10.1Stan Lo
2023-12-05[ruby/irb] Disable pager when TERM is not set tooStan Lo
2023-12-05[ruby/irb] Pager should be disabled when TERM=dumbStan Lo
2023-12-03[ruby/irb] Bump version to v1.10.0Stan Lo
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