summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-07-10Use `File::NULL` instead of hard coded null device namesNobuyoshi Nakada
2023-07-09[ruby/irb] Avoid using Reline as a moduleStan Lo
2023-07-08[ruby/reline] Bump version to 0.3.6Stan Lo
2023-07-08[ruby/reline] Ignore unhandled escape sequencestomoya ishida
2023-07-07[ruby/yarp] Add source to ParseResultJemma Issroff
2023-07-07[ruby/reline] Reduce direct references to `Reline::IOGate`Stan Lo
2023-07-06Resync YARP (#8036)Jemma Issroff
2023-07-05Manual YARP resyncJemma Issroff
2023-07-05[ruby/reline] Update Relin::IOGate dinamically when it is neededtomoya ishida
2023-07-05[ruby/reline] Fix wrong byte_pointer passed to auto_indent_proctomoya ishida
2023-07-05Sync man pagesParadoxV5
2023-07-05[rubygems/rubygems] `gemfile.5`: Quote default glob to escape MarkdownJimmy H
2023-07-05[ruby/rdoc] [DOC] Improve CSS for "toggle source" hovering over one more meth...Masafumi Koba
2023-07-05[ruby/rdoc] Add source_code, homepage and changelog uris to gemspec metadata ...Vinicius Stock
2023-07-05[ruby/rdoc] [DOC] Fix to use KeyboardEvent.key over keyCodegemmaro
2023-07-05[ruby/rdoc] Add keydown event listener to focus on search fieldgemmaro
2023-07-04[ruby/irb] Use `max_by` for `longest_cmd_name_length`Andy Waite
2023-07-04[ruby/irb] Refactor eval historyStan Lo
2023-07-04YJIT: Fix autosplat miscomp for blocks with optionals (#8006)Alan Wu
2023-07-04[ruby/reline] Refactor Reline::CoreStan Lo
2023-07-04[rubygems/rubygems] Fix git source lockfile unstabilityDavid Rodríguez
2023-07-04[rubygems/rubygems] When printing frozen errors, print only Gemfile informationDavid Rodríguez
2023-07-04[rubygems/rubygems] Fix another incorrect removal of "ruby" platform from loc...David Rodríguez
2023-07-03[ruby/irb] Stop treating history-saving logic as extensionStan Lo
2023-07-03[ruby/timeout] Require Ruby >= 2.6 for the timeout gemBenoit Daloze
2023-07-03[ruby/tmpdir] [Bug #18933] Make `Dir.mktmpdir` Ractor-safeNobuyoshi Nakada
2023-07-02[ruby/timeout] require ruby version in gemspecJohn Bachir
2023-07-02[ruby/irb] Bump version to 1.7.1Stan Lo
2023-06-30[rubygems/rubygems] Bump vendored net-http-persistent to 4.0.2David Rodríguez
2023-06-30[ruby/irb] Reduce internal operations' exposure to benchmarkingStan Lo
2023-06-30[ruby/irb] Re-implement prev_spaces feature for pasted codetomoya ishida
2023-06-29Merge URI-0.12.2 for BundlerHiroshi SHIBATA
2023-06-29[ruby/uri] Bump up v0.12.2Hiroshi SHIBATA
2023-06-29[ruby/uri] Fix quadratic backtracking on invalid port numberNobuyoshi Nakada
2023-06-29[ruby/uri] Fix quadratic backtracking on invalid relative URINobuyoshi Nakada
2023-06-28[DOC] Fixes for link fragments (#7981)Burdette Lamar
2023-06-28[ruby/csv] Bump versionSutou Kouhei
2023-06-28[ruby/csv] Fix a bug that the same line is used multiple timesSutou Kouhei
2023-06-28[ruby/csv] Remove nonexistent variableSutou Kouhei
2023-06-28[ruby/csv] parser: add one more traceSutou Kouhei
2023-06-28[ruby/syntax_suggest] [DOC] Fix method nameNobuyoshi Nakada
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-06-27[rubygems/rubygems] FixupHiroshi SHIBATA
2023-06-27[rubygems/rubygems] Removed unused variableHiroshi SHIBATA
2023-06-27[rubygems/rubygems] Molinillo::DependencyGraph is initialized in Molinillo::R...Hiroshi SHIBATA
2023-06-25[ruby/uri] String literals are frozen nowNobuyoshi Nakada
2023-06-25[ruby/uri] Fix host part in relative referece #83Nobuyoshi Nakada
2023-06-25[ruby/irb] Fix process_continue(rename to should_continue?) andtomoya ishida
2023-06-24[ruby/irb] Omit nesting_level, use indent_level to build prompttomoya ishida