aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [ruby/yarp] Move node ext and parse result to their own filesKevin Newton2023-09-274-348/+325
* [ruby/yarp] Move lex compat into its own fileKevin Newton2023-09-272-41/+52
* [ruby/yarp] Move node inspector into its own fileKevin Newton2023-09-273-65/+70
* [ruby/yarp] Move debug into its own fileKevin Newton2023-09-273-159/+164
* [ruby/yarp] More documentation for desugar compilerKevin Newton2023-09-271-0/+2
* [ruby/yarp] Split up compiler versus visitorKevin Newton2023-09-273-23/+10
* [ruby/yarp] Move DSL into its own fileKevin Newton2023-09-272-0/+2
* [ruby/yarp] Move BasicVisitor below ParseResult in yarp.rbKevin Newton2023-09-271-26/+23
* [ruby/yarp] Move more features under autoloadKevin Newton2023-09-271-6/+10
* [ruby/yarp] Move dispatcher into its own autoloadKevin Newton2023-09-272-0/+7
* [ruby/yarp] Use less magical numbers for regular expression flagsKevin Newton2023-09-271-2/+2
* [rubygems/rubygems] Centralize logic using `Pathname#relative_path_from`Ry Biesemeyer2023-09-277-16/+24
* [rubygems/rubygems] Reword a couple of error messagesDavid Rodriguez2023-09-272-2/+2
* [rubygems/rubygems] Refactor full sha revision match logickrororo2023-09-271-4/+8
* [rubygems/rubygems] Fix bundle install when older revisions of git sourcekrororo2023-09-271-3/+8
* [rubygems/rubygems] Fix `bundle lock --minor --update <dep>` edge caseDavid Rodriguez2023-09-271-2/+2
* [ruby/reline] Fix config.rb to File.expand_path $include path inelfham2023-09-261-1/+1
* [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