summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-09-25[rubygems/rubygems] Allow standalone mode to work on a Windows edge caseDavid Rodriguez
2023-09-23Improve performance of include? by 5-10xHartley McGuire
2023-09-22[ruby/yarp] Introduce YP_TOKEN_METHOD_NAMEHaldun Bayhantopcu
2023-09-22[ruby/prettyprint] [DOC] Link fixesBurdetteLamar
2023-09-22[ruby/irb] Page show_source's outputStan Lo
2023-09-21[ruby/pstore] [DOC] Link fixesBurdetteLamar
2023-09-21[rubygems/rubygems] Reduce allocations when parsing lockfileSamuel Giddins
2023-09-21[rubygems/rubygems] Remove usage of Dir.chdir that just execute a subprocessSamuel Giddins
2023-09-21[rubygems/rubygems] Stop bundler eagerly loading all specs with extsSamuel Giddins
2023-09-21[rubygems/rubygems] Freeze more strings in generated gemspecsSamuel Giddins
2023-09-21[rubygems/rubygems] Aggressively optimize allocations in SafeMarshalSamuel Giddins
2023-09-20[ruby/yarp] Print locations using line / col instead of offsetsJemma Issroff
2023-09-20[rubygems/rubygems] Give up, load Time via Marshal.loadSamuel Giddins
2023-09-20[rubygems/rubygems] All rubies working with different time zonesSamuel Giddins
2023-09-20[rubygems/rubygems] Tests passing on truffleruby 22 in addition to 23Samuel Giddins
2023-09-20[rubygems/rubygems] Bundler error handlingSamuel Giddins
2023-09-20[rubygems/rubygems] Allow bundler to load from the dependency apiSamuel Giddins
2023-09-20[rubygems/rubygems] Use safe_load in bundler when availableSamuel Giddins
2023-09-20[rubygems/rubygems] Verified working on mri/jruby/truffleruby with specs on r...Samuel Giddins
2023-09-20[rubygems/rubygems] Broader version compatibility in marshal testsSamuel Giddins
2023-09-20[rubygems/rubygems] Fix UTC time loadingSamuel Giddins
2023-09-20[rubygems/rubygems] Add a Marshal.load replacement that walks an AST to safel...Samuel Giddins
2023-09-19[ruby/yarp] Only keep semantic fields in Java, i.e. skip location fieldsBenoit Daloze
2023-09-19[ruby/yarp] Better Node#pretty_printKevin Newton
2023-09-19[rubygems/rubygems] Reduce allocations for stub specificationsSamuel Giddins
2023-09-19[rubygems/rubygems] Lazily construct fetcher debug messagesSamuel Giddins
2023-09-19[ruby/securerandom] Add support for UUID version 7nick evans
2023-09-19[ruby/net-http] No longer neccessary to call `String#freeze` on string literals.0x1eef
2023-09-19[rubygems/rubygems] Bump actions/checkout to v4 in bundler gem templateYoshiki Takagi
2023-09-19[ruby/base64] Bump required_ruby_version to 2.4.0Jeremy Evans
2023-09-18[ruby/yarp] Use compact_child_nodes where possibleKevin Newton
2023-09-16[ruby/irb] Handle Concurrent Sessions and Saving Readline::HISTORYChad Schroeder
2023-09-16[ruby/yarp] Bump to version 0.12.0Kevin Newton
2023-09-15[rubygems/rubygems] Reduce array allocations and concatenations in IndexMartin Emde
2023-09-15[rubygems/rubygems] Avoid allocating empty hashes in IndexSamuel Giddins
2023-09-15[ruby/yarp] Use templated constants for Regexp optionsTim Morgan
2023-09-15[ruby/yarp] Return Regexp options that match MRI for e, u, s, and nTim Morgan
2023-09-15[rubygems/rubygems] Stop allocating the same settings keys repeatedlySamuel Giddins
2023-09-15[ruby/yarp] Support parsing numbered parametersKevin Newton
2023-09-14[rubygems/rubygems] Gemfile ruby file: covers more version formatsMartin Emde
2023-09-12[rubygems/rubygems] Unify LockfileParser loading of SPECS sectionMartin Emde
2023-09-11[ruby/yarp] Update pretty_print to use inspectKevin Newton
2023-09-11[rubygems/rubygems] Fixed include realpath in error statementnegi0109
2023-09-11[rubygems/rubygems] Fixed false positive SymlinkError in symbolic link directorynegi0109
2023-09-11[ruby/yarp] Mark flags as privateKevin Newton
2023-09-08[ruby/yarp] Increment versionKevin Newton
2023-09-08[ruby/yarp] Template out a comment_targets methodKevin Newton
2023-09-08[ruby/yarp] Move parse result mutations into their own filesKevin Newton
2023-09-08[ruby/yarp] Add ParseResult#attach_comments! to tie comments to their locationsVinicius Stock
2023-09-07[ruby/yarp] Constants on rest parameter nodesKevin Newton