summaryrefslogtreecommitdiff
path: root/lib/irb/context.rb
AgeCommit message (Expand)Author
14 days[ruby/irb] Pass statements to Context#evaluateStan Lo
2024-04-10[ruby/irb] Command implementation not by methodtomoya ishida
2024-03-01[ruby/irb] Restructure workspace managementStan Lo
2024-02-25[ruby/irb] Refactor IRB::Context#promptingStan Lo
2024-02-23[ruby/irb] Turn on frozen literal in filesStan Lo
2024-02-23[ruby/irb] Unroll extension method generationStan Lo
2024-02-13[ruby/irb] Refactor eval_path and `SourceFinder::Source`Stan Lo
2024-02-12[ruby/irb] Powerup show_source by enabling RubyVM.keep_script_linestomoya ishida
2024-02-07[ruby/irb] Polish tracer integration and testsStan Lo
2024-02-06[ruby/irb] Fix usage of tracer gem and add testsNuno Silva
2024-01-25[ruby/irb] Synatx ==> Syntaxydah
2024-01-06[ruby/irb] Refactor exit commandStan Lo
2023-12-12[ruby/irb] [DOC] RDoc for module IRBBurdette Lamar
2023-11-29[ruby/irb] Use gem repl_type_completor, remove type_completiontomoya ishida
2023-11-26[ruby/irb] Display aliases in help messageStan Lo
2023-11-22[ruby/irb] Require prism >= 0.18.0 (MatchWriteNode#targets andtomoya ishida
2023-11-08[ruby/irb] Type based completion using Prism and RBStomoya ishida
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-13[ruby/irb] Support seamless integration with ruby/debugStan Lo
2023-08-09[ruby/irb] Fix nested IRB sessions' history savingStan Lo
2023-07-14[ruby/irb] Fix history-saving featureStan Lo
2023-07-03[ruby/irb] Stop treating history-saving logic as extensionStan Lo
2023-06-30[ruby/irb] Reduce internal operations' exposure to benchmarkingStan Lo
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-02-18[ruby/irb] Remove unused context argument from Worksapce#evaluateStan 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-15[ruby/irb] Deprecate USE_RELINE and USE_REIDLINEst0012
2022-11-07[ruby/irb] Support non-string input in show_sourceTakashi 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-05[ruby/irb] Use USE_REIDLINE for backword compatibilityHiroshi SHIBATA
2022-10-05[ruby/irb] Rename IDB::ReidlineInputMethod to IRB::RelineInputMethodGannon McGibbon
2022-10-03[ruby/irb] Remove unnecessary Thread presence checkst0012
2022-09-17[ruby/irb] Support --noscript option to not use first non-option argument as ...Jeremy Evans
2022-06-28[ruby/irb] Centralize coloring control (https://github.com/ruby/irb/pull/374)Stan Lo
2021-10-11[ruby/irb] Add --extra-doc-dir option to show doc dialogaycabta
2021-10-11[ruby/irb] Add periods to docaycabta
2021-10-11[ruby/irb] Set default return_formataycabta
2021-10-07[ruby/irb] Make IRB::Context#exit call super if UncaughtThrowErrorJeremy Evans
2021-09-27[ruby/irb] Add doc about "echo on assignment"aycabta
2021-09-27[ruby/irb] Add blank lines to sample code in doc for readabilityaycabta
2021-09-27[ruby/irb] Fix sample code in docaycabta
2021-08-30Add --autocomplete / --noautocomplete optionsaycabta
2020-09-19[ruby/irb] Drop OMIT_ON_ASSIGNMENT and add :truncate option for ECHO_ON_ASSIG...aycabta
2020-09-14[ruby/irb] Add OMIT_ON_ASSIGNMENTaycabta
2020-04-07[DOC] get rid of parsing as TIDYLINK unintentionallyNobuyoshi Nakada