aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* [ruby/reline] Update to Unicode 15.1.0elfham2023-09-251-3/+3
* [rubygems/rubygems] Allow standalone mode to work on a Windows edge caseDavid Rodriguez2023-09-251-1/+8
* Improve performance of include? by 5-10xHartley McGuire2023-09-231-14/+16
* [ruby/yarp] Introduce YP_TOKEN_METHOD_NAMEHaldun Bayhantopcu2023-09-221-0/+1
* [ruby/prettyprint] [DOC] Link fixesBurdetteLamar2023-09-221-2/+2
* [ruby/irb] Page show_source's outputStan Lo2023-09-221-6/+11
* [ruby/pstore] [DOC] Link fixesBurdetteLamar2023-09-211-4/+4
* [rubygems/rubygems] Reduce allocations when parsing lockfileSamuel Giddins2023-09-211-21/+26
* [rubygems/rubygems] Remove usage of Dir.chdir that just execute a subprocessSamuel Giddins2023-09-214-14/+8
* [rubygems/rubygems] Stop bundler eagerly loading all specs with extsSamuel Giddins2023-09-211-2/+4
* [rubygems/rubygems] Freeze more strings in generated gemspecsSamuel Giddins2023-09-211-6/+5
* [rubygems/rubygems] Aggressively optimize allocations in SafeMarshalSamuel Giddins2023-09-213-88/+224
* [ruby/yarp] Print locations using line / col instead of offsetsJemma Issroff2023-09-201-4/+4
* [rubygems/rubygems] Give up, load Time via Marshal.loadSamuel Giddins2023-09-201-46/+13
* [rubygems/rubygems] All rubies working with different time zonesSamuel Giddins2023-09-202-5/+7
* [rubygems/rubygems] Tests passing on truffleruby 22 in addition to 23Samuel Giddins2023-09-201-5/+18
* [rubygems/rubygems] Bundler error handlingSamuel Giddins2023-09-206-13/+65
* [rubygems/rubygems] Allow bundler to load from the dependency apiSamuel Giddins2023-09-202-1/+8
* [rubygems/rubygems] Use safe_load in bundler when availableSamuel Giddins2023-09-201-1/+6
* [rubygems/rubygems] Verified working on mri/jruby/truffleruby with specs on r...Samuel Giddins2023-09-203-64/+159
* [rubygems/rubygems] Broader version compatibility in marshal testsSamuel Giddins2023-09-201-0/+1
* [rubygems/rubygems] Fix UTC time loadingSamuel Giddins2023-09-201-1/+6
* [rubygems/rubygems] Add a Marshal.load replacement that walks an AST to safel...Samuel Giddins2023-09-209-5/+751
* [ruby/yarp] Only keep semantic fields in Java, i.e. skip location fieldsBenoit Daloze2023-09-191-11/+10
* [ruby/yarp] Better Node#pretty_printKevin Newton2023-09-191-1/+4
* [rubygems/rubygems] Reduce allocations for stub specificationsSamuel Giddins2023-09-192-9/+14
* [rubygems/rubygems] Lazily construct fetcher debug messagesSamuel Giddins2023-09-193-4/+4
* [ruby/securerandom] Add support for UUID version 7nick evans2023-09-191-0/+119
* [ruby/net-http] No longer neccessary to call `String#freeze` on string literals.0x1eef2023-09-192-5/+5
* [rubygems/rubygems] Bump actions/checkout to v4 in bundler gem templateYoshiki Takagi2023-09-191-1/+1
* [ruby/base64] Bump required_ruby_version to 2.4.0Jeremy Evans2023-09-191-1/+1
* [ruby/yarp] Use compact_child_nodes where possibleKevin Newton2023-09-182-2/+2
* [ruby/irb] Handle Concurrent Sessions and Saving Readline::HISTORYChad Schroeder2023-09-161-1/+3
* [ruby/yarp] Bump to version 0.12.0Kevin Newton2023-09-161-1/+1
* [rubygems/rubygems] Reduce array allocations and concatenations in IndexMartin Emde2023-09-151-23/+26
* [rubygems/rubygems] Avoid allocating empty hashes in IndexSamuel Giddins2023-09-151-3/+6
* [ruby/yarp] Use templated constants for Regexp optionsTim Morgan2023-09-151-8/+4
* [ruby/yarp] Return Regexp options that match MRI for e, u, s, and nTim Morgan2023-09-151-8/+14
* [rubygems/rubygems] Stop allocating the same settings keys repeatedlySamuel Giddins2023-09-153-26/+54
* [ruby/yarp] Support parsing numbered parametersKevin Newton2023-09-151-4/+0
* [rubygems/rubygems] Gemfile ruby file: covers more version formatsMartin Emde2023-09-141-7/+23
* [rubygems/rubygems] Unify LockfileParser loading of SPECS sectionMartin Emde2023-09-123-16/+5
* [ruby/yarp] Update pretty_print to use inspectKevin Newton2023-09-111-14/+1
* [rubygems/rubygems] Fixed include realpath in error statementnegi01092023-09-111-2/+2
* [rubygems/rubygems] Fixed false positive SymlinkError in symbolic link directorynegi01092023-09-111-1/+3
* [ruby/yarp] Mark flags as privateKevin Newton2023-09-111-24/+54
* [ruby/yarp] Increment versionKevin Newton2023-09-081-1/+1
* [ruby/yarp] Template out a comment_targets methodKevin Newton2023-09-082-9/+6
* [ruby/yarp] Move parse result mutations into their own filesKevin Newton2023-09-084-187/+240
* [ruby/yarp] Add ParseResult#attach_comments! to tie comments to their locationsVinicius Stock2023-09-081-0/+167