summaryrefslogtreecommitdiff
path: root/lib/irb.rb
AgeCommit message (Expand)Author
6 days[ruby/irb] Stop using ExtendCommandBundle internallyStan Lo
6 days[ruby/irb] Remove exit command workaround, handle IRB_EXIT intomoya ishida
8 days[ruby/irb] Fix % escape in prompt formattomoya ishida
8 days[ruby/irb] Prompt specifiers documentation improvementsLorenzo Zabot
12 days[ruby/irb] Allow defining custom commands in IRBStan Lo
14 days[ruby/irb] Pass statements to Context#evaluateStan Lo
2024-04-10[ruby/irb] Add a workaround to make IRB work with debug's testsStan Lo
2024-04-10[ruby/irb] Command implementation not by methodtomoya ishida
2024-04-05[ruby/irb] Filter backtrace before format in handle_exceptionJoshua Broughton
2024-03-22[ruby/irb] Remove misleading documentationArtur
2024-03-16[ruby/irb] Use markdown format for docsStan Lo
2024-03-01[ruby/irb] Restructure workspace managementStan Lo
2024-02-23[ruby/irb] Remove workaround for empty lines in dynamic_prompttomoya ishida
2024-02-23[ruby/irb] Remove remaining `frozen_string_literal: false` in lib/tomoya ishida
2024-02-18[ruby/irb] Revamp `help` commandStan Lo
2024-02-16[ruby/irb] Standardize command related namesStan Lo
2024-02-16[ruby/irb] Support repeating debugger input by passing empty inputStan Lo
2024-02-15Do not include a backtick in error messages and backtracesYusuke Endoh
2024-02-12[ruby/irb] Powerup show_source by enabling RubyVM.keep_script_linestomoya ishida
2024-02-12[ruby/irb] Fix exit! command warning and method behaviortomoya ishida
2024-02-11[ruby/irb] Polish the exit! command and its testsStan Lo
2024-02-10[ruby/irb] Introduce exit! commandIgnacio Chiazzo Cardarello
2024-02-01[ruby/irb] Skip re-setup when creating a child sessionNuno Silva
2024-01-25[ruby/irb] Reword history file documentation and fix typoEddie Lebow
2024-01-25[ruby/irb] assigment ==> assignmentydah
2024-01-25[ruby/irb] reseting ==> resettingydah
2024-01-25[ruby/irb] configuation ==> configurationydah
2024-01-22[ruby/irb] Fix documentation typo, `niL` -> `nil`Eddie Lebow
2024-01-06[ruby/irb] Refactor exit commandStan Lo
2023-12-25[ruby/irb] Remove dead doc (https://github.com/ruby/irb/pull/819)Burdette Lamar
2023-12-20[ruby/irb] [DOC] Change indexes.rdoc to indexes.mdBurdette Lamar
2023-12-12[ruby/irb] Remove documents about deprecated/WIP features and someStan Lo
2023-12-12[ruby/irb] Remove trailing spaceStan Lo
2023-12-12[ruby/irb] [DOC] RDoc for module IRBBurdette Lamar
2023-11-30[ruby/irb] Page evaluation result's outputStan Lo
2023-11-28[ruby/irb] Rescue errors from main.to_s/inspect when formattingKasumi Hanazuki
2023-11-25[ruby/irb] Fix exception(backtrace=nil) prints nothingtomoya ishida
2023-11-23[ruby/irb] Handle handle_exception's exceptiontomoya ishida
2023-11-08[ruby/irb] Type based completion using Prism and RBStomoya ishida
2023-10-21[ruby/irb] Minor refactors around irb.rbStan Lo
2023-10-12[ruby/irb] Decouple RubyLex from prompt and line_notomoya ishida
2023-10-04[ruby/irb] Clear all context usages in RubyLexStan Lo
2023-08-29[ruby/irb] fixes https://github.com/ruby/irb/pull/524Chad Schroeder
2023-08-29[ruby/irb] irb:rdbg cleanups (https://github.com/ruby/irb/pull/697)Stan Lo
2023-08-29[ruby/irb] Remove unused `PROMPT_N`Summer ☀️
2023-08-21[ruby/irb] Move input processing out of RubyLexStan Lo
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-12[ruby/irb] Drop showing indent level number in DEFAULT prompt andtomoya ishida