summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-11-06[ruby/net-http] Bump up 0.4.0Hiroshi SHIBATA
2023-11-06[ruby/net-http] Removed obsolated Revision constantHiroshi SHIBATA
2023-11-03Update prism to v0.17.1Kevin Newton
2023-11-03[ruby/prism] Bump to version 0.17.0Kevin Newton
2023-11-03[ruby/prism] Rename suppress warnings to verboseKevin Newton
2023-11-03[ruby/prism] Split commentKevin Newton
2023-11-03[ruby/prism] Wire up options through the Java parserKevin Newton
2023-11-03[ruby/prism] Properly support the start line optionKevin Newton
2023-11-03[ruby/prism] Rename serialization APIs for consistencyKevin Newton
2023-11-03[ruby/prism] Wire up options through the FFI APIKevin Newton
2023-11-03[ruby/prism] Wire up options through the Ruby APIKevin Newton
2023-11-03[ruby/prism] Create an options struct for passing all of the possible optionsKevin Newton
2023-11-02Surpressing additional message if it missed to detect gem nameHiroshi SHIBATA
2023-11-02Fix to detect gem name logic. It's mistake to migrate bundled_gems.rb from ru...Hiroshi SHIBATA
2023-11-02Support Pathname object for warning feature of bundled gemsHiroshi SHIBATA
2023-11-01[prism] Updates for syncKevin Newton
2023-11-01[ruby/prism] Documentation for pm_strncasecmpKevin Newton
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