summaryrefslogtreecommitdiff
path: root/lib/irb.rb
AgeCommit message (Expand)Author
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
2023-08-11[ruby/irb] Move assignment check to RubyLexStan Lo
2023-08-11[ruby/irb] Don't echo an expression's result when it ends with aStan Lo
2023-08-09[ruby/irb] Fix nested IRB sessions' history savingStan Lo
2023-07-04[ruby/irb] Refactor eval historyStan Lo
2023-06-30[ruby/irb] Reduce internal operations' exposure to benchmarkingStan Lo
2023-06-28[DOC] Fixes for link fragments (#7981)Burdette Lamar
2023-06-27[ruby/irb] Remove keyword exception from Context#evaluate becausetomoya ishida
2023-06-27[ruby/irb] Move input line mutation out of `Context#evaluate`Stan Lo
2023-05-18[ruby/irb] Refactor RubyLex's input/io methodsStan Lo
2023-04-05[ruby/irb] Drop Ruby 2.6 supportStan Lo
2023-04-02[ruby/irb] Remove dead code (https://github.com/ruby/irb/pull/554)Stan Lo
2023-03-02[ruby/irb] Handle long inspect and control character in prompttomoya ishida
2023-01-14[ruby/irb] Store context in RubyLexStan Lo
2023-01-11[ruby/irb] Formatting to header stylesHiroshi SHIBATA
2023-01-11[ruby/irb] Removed Release Version and Revisions for old VCS softwareHiroshi SHIBATA
2022-11-21[ruby/irb] Add commands to start and use the debuggerTakashi Kokubun
2022-11-19[ruby/irb] Document a full list of commandsTakashi Kokubun
2022-11-19[ruby/irb] Update documentation about AutocompletionTakashi Kokubun
2022-11-18[ruby/irb] Minor fixes on debug commandTakashi Kokubun
2022-11-18[ruby/irb] Add debug command (https://github.com/ruby/irb/pull/446)Stan Lo
2022-11-18[ruby/irb] Add an option to suppress code_around_bindingTakashi Kokubun
2022-11-17Drop Ruby 2.5 supportst0012
2022-11-10[ruby/irb] Transform ls's --grep/-G option to keyword argsTakashi 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-03[ruby/irb] Remove unnecessary Thread presence checkst0012
2022-07-12[ruby/irb] [DOC] Include updated help message (https://github.com/ruby/irb/pu...Burdette Lamar
2022-06-28[ruby/irb] Centralize coloring control (https://github.com/ruby/irb/pull/374)Stan Lo
2022-06-20[ruby/irb] [DOC] Fix formatting in docsPeter Zhu
2022-05-18[ruby/irb] Fix documents for .irbrc pathKouhei Yanagita
2021-12-21[ruby/irb] Check colorize option correctly to clear char attr and don't use i...aycabta
2021-12-21[ruby/irb] Add resetting char attr that I forgotaycabta
2021-12-19[ruby/irb] Add information about --extra-doc-dir option in the commentsKaíque Kandy Koga
2021-10-07[ruby/irb] Update descriptions of methodsKaíque Kandy Koga
2021-10-04[ruby/irb] Fix typo of variableaycabta
2021-09-27[ruby/irb] Add doc about "echo on assignment"aycabta
2021-09-27[ruby/irb] Add a space before left parenaycabta
2021-09-10[ruby/irb] Move IRB::TOPLEVEL_BINDING from exe/irb to lib/irb/workspace.rbaycabta
2021-08-30Add --autocomplete / --noautocomplete optionsaycabta
2021-07-10[ruby/irb] Pass local variables from workspace binding to lexerJeremy Evans
2021-05-11[ruby/irb] Fix `Encoding::ConverterNotFoundError`Koichi ITO
2021-05-11[ruby/irb] Treat encodings in exception correctlyaycabta