summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-12-25Typofix under lib and test, tool directoriesHiroshi SHIBATA
2023-12-23[ruby/set] Bump version to 1.1.0Akinori MUSHA
2023-12-23[ruby/set] Use the pattern argument instead of a blockAkinori MUSHA
2023-12-23[ruby/set] The arity of initialize_clone is -1 in Ruby >= 3Akinori MUSHA
2023-12-23[ruby/set] Drop support for Ruby 2Akinori MUSHA
2023-12-22RJIT: Prefer STDERR over $stderrTakashi Kokubun
2023-12-23Merge RubyGems-3.5.3 and Bundler-2.5.3Hiroshi SHIBATA
2023-12-22RJIT: Distinguish Pointer with ArrayTakashi Kokubun
2023-12-21RJIT: Avoid retaining unrelated local variables in memoryTakashi Kokubun
2023-12-21RJIT: Minimize string allocations in InsnCompilerTakashi Kokubun
2023-12-21RJIT: Convert opt_case_dispatch keys with #to_valueTakashi Kokubun
2023-12-21RJIT: Clean up unnecessary documentationTakashi Kokubun
2023-12-21RJIT: Fix a wrong comparison in set_local_typeTakashi Kokubun
2023-12-21RJIT: Fix unwanted shadowing in set_local_typeTakashi Kokubun
2023-12-22Merge RubyGems-3.5.2 and Bundler-2.5.2Hiroshi SHIBATA
2023-12-20RJIT: Print an error message firstTakashi Kokubun
2023-12-20[ruby/irb] Bump version to v1.11.0Stan Lo
2023-12-20[ruby/irb] [DOC] Change indexes.rdoc to indexes.mdBurdette Lamar
2023-12-20[ruby/irb] Warn users about errors in loading RC filesStan Lo
2023-12-19RJIT: Avoid retaining comments unless --rjit-dump-disasmTakashi Kokubun
2023-12-18RJIT: Share rb_vm_insns_count for vm_insns_countTakashi Kokubun
2023-12-19[DOC] No ducuments for internal libraryNobuyoshi Nakada
2023-12-16Avoid warning when requiring bigdecimal/util when bigdecimal is in gemfileSamuel Giddins
2023-12-16[ruby/readline] Bump up v0.0.4Hiroshi SHIBATA
2023-12-16[ruby/readline] Fix readline-ext gem loading in non Unix-like environmentshogelog
2023-12-16[ruby/reline] Bump version to 0.4.1ima1zumi
2023-12-16[ruby/ipaddr] Bump up v1.2.6Hiroshi SHIBATA
2023-12-16[ruby/abbrev] Bump up v0.1.2Hiroshi SHIBATA
2023-12-16[ruby/securerandom] Bump up v0.3.1Hiroshi SHIBATA
2023-12-16[ruby/open3] Bump up v0.2.1Hiroshi SHIBATA
2023-12-16[ruby/rdoc] Bump up v6.6.2Hiroshi SHIBATA
2023-12-16Pin versions that are RubyGems 2.5.1 and Bundler 2.5.1Hiroshi SHIBATA
2023-12-16Partly pick commit from https://github.com/rubygems/rubygems/pull/7285Samuel Giddins
2023-12-16[rubygems/rubygems] More improves to default gem home selection for installationDavid Rodríguez
2023-12-16[rubygems/rubygems] Improve command suggestion when gems are missingDavid Rodríguez
2023-12-16[rubygems/rubygems] Fix Ruby DSL no longer working as expectedDavid Rodríguez
2023-12-15[rubygems/rubygems] Let the guards have some space to breatheMartin Emde
2023-12-15[rubygems/rubygems] Use a mutex around Checksum::Store @store accessMartin Emde
2023-12-15[rubygems/rubygems] Remove test-only & unused methods from Checksum::StoreMartin Emde
2023-12-15[rubygems/rubygems] Use mkdir_p helper in bundler.rbSamuel Giddins
2023-12-16[ruby/rdoc] [DOC] nodoc for probably internal methodsNobuyoshi Nakada
2023-12-16[ruby/rdoc] [DOC] Add missing documentsNobuyoshi Nakada
2023-12-16[ruby/rdoc] Require fileutils before using itNobuyoshi Nakada
2023-12-16[ruby/rdoc] Remove unused method `RDoc::Encoding.remove_frozen_string_literal`Nobuyoshi Nakada
2023-12-15[rubygems/rubygems] Save array allocation for every dependency in GemfileSamuel Giddins
2023-12-15[rubygems/rubygems] Refactor vendoring to allow validating vendoring is repro...Samuel Giddins
2023-12-15[rubygems/rubygems] Fix `ruby setup.rb` leaving traces in source folderDavid Rodríguez
2023-12-15Revert "[Bug #20060] Properly return matched gem name in case of EXACT"Hiroshi SHIBATA
2023-12-15Fix gem detection for names with dashDavid Rodríguez
2023-12-14Bump prism to version 0.19.0Kevin Newton