summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-11-01[ruby/prism] Finish Ruby documentationKevin Newton
2023-11-01[ruby/prism] More Ruby docsKevin Newton
2023-11-01[ruby/prism] Docs for node.rb and parse_result.rbKevin Newton
2023-11-01[ruby/prism] Fix up Prism and Debug docsKevin Newton
2023-11-01[ruby/prism] Flip incorrect names of OptionalKeywordParameterNode and Require...Jemma Issroff
2023-11-01[ruby/prism] Split KeywordParameterNode into Optional and RequiredJemma Issroff
2023-11-01[rubygems/rubygems] avoid dependency on setCody Cutrer
2023-11-01[rubygems/rubygems] Add Bundler::Plugin.loaded? helperCody Cutrer
2023-10-31[rubygems/rubygems] Only remove bundler plugin gem when it's inside the cacheCody Cutrer
2023-10-30[prism] Update prism to latestKevin Newton
2023-10-30[ruby/prism] parse_inline_comments -> parse_commentsKevin Newton
2023-10-30[ruby/net-http] fix no_proxy behaviourChristian van Rensen
2023-10-30[ruby/yaml] Compatibility for Psych 4Hiroshi SHIBATA
2023-10-28[ruby/irb] Easter egg for autocomplete modetomoya ishida
2023-10-27[rubygems/rubygems] Update SPDX license list as of 2023-10-05License Update
2023-10-27[ruby/prism] Prism.parse_inline_commentsKevin Newton
2023-10-27[ruby/prism] Move static annotations into _static filesVinicius Stock
2023-10-27[ruby/prism] Add RBI and RBS templates for PrismVinicius Stock
2023-10-27[ruby/prism] Fix parsing lone assoc splat within hash patternsKevin Newton
2023-10-26[ruby/prism] Regenerate snapshotsKevin Newton
2023-10-26[ruby/prism] Match existing Ruby prettyprintKevin Newton
2023-10-26[prism] handle locals consistentlyKevin Newton
2023-10-26[ruby/prism] Rename to lefts/rightsKevin Newton
2023-10-26[ruby/prism] Remove RequiredDestructuredParameterNode in favor of MultiTarget...Kevin Newton
2023-10-26[ruby/prism] Add KeywordSplat flag to ArgumentsNodeJemma Issroff
2023-10-26[ruby/prism] Expose options on match last line nodesKevin Newton
2023-10-26[ruby/prism] Compile with WASIKevin Newton
2023-10-26add #to_str to URI::GenericMichael Chui
2023-10-25[rubygems/rubygems] Raise exception on unexpected EOF in marshalSamuel Giddins
2023-10-25[rubygems/rubygems] Avoid regexp match on every call to `Gem::Platform.local`Samuel Giddins
2023-10-25[rubygems/rubygems] Set file path when eval-ing local specification in Endpoi...Samuel Giddins
2023-10-25[Doc] Improve documentation of PPOKURA Masafumi
2023-10-25[rubygems/rubygems] Handle CI configuration on ignore list for Gem::Specifica...Hiroshi SHIBATA
2023-10-24[rubygems/rubygems] Handle empty arrayHiroshi SHIBATA
2023-10-23[rubygems/rubygems] Ignore non-tar format `.gem` files during searchdearblue
2023-10-23[ruby/prism] Avoid String#chars in DedentingHeredoc#to_aMau Magnaguagno
2023-10-23[rubygems/rubygems] Disabled Style/HashSyntax for keyword argumentsHiroshi SHIBATA
2023-10-23[rubygems/rubygems] Restore using old way of passing Ruby version to resolverDavid Rodríguez
2023-10-23[rubygems/rubygems] Handle base64 encoded checksums in lockfile for future co...Martin Emde
2023-10-23[rubygems/rubygems] Improve errors and register checksums reliablyMartin Emde
2023-10-23[rubygems/rubygems] rename Index#== to Index#subset?Martin Emde
2023-10-23[rubygems/rubygems] Refactor Checksum classes and methods to reduceMartin Emde
2023-10-23[rubygems/rubygems] Refactor to checksums stored via sourceSamuel Giddins
2023-10-23[rubygems/rubygems] Use the server checksum, then calculate from gem on disk ...Mercedes Bernard
2023-10-23[rubygems/rubygems] Add CHECKSUMS for each gem in lockfileThong Kuah
2023-10-21[rubygems/rubygems] Gem::NameTuple equality ignores Gem::Platform/string plat...Martin Emde
2023-10-21[ruby/irb] Minor refactors around irb.rbStan Lo
2023-10-20[ruby/logger] Bump up required ruby version to 2.5Hiroshi SHIBATA
2023-10-20[ruby/logger] Use Gemfile instead of Gem::Specification#add_development_depen...Hiroshi SHIBATA
2023-10-20Sort gem namesHiroshi SHIBATA