summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-06[ruby/prism] Move flag position consistently to frontKevin Newton
2023-12-06[ruby/prism] Fix closing loc for string literalsTSUYUSATO Kitsune
2023-12-06[ruby/prism] Fix one potential memory leak and silence one false positive rep...Haldun Bayhantopcu
2023-12-06YJIT: Avoid register allocation conflict with a higher stack_idx (#9143)Takashi Kokubun
2023-12-06[rubygems/rubygems] Bundler::Fetcher uses Bundler::CIDetectorEric Mueller
2023-12-06[rubygems/rubygems] Duplicate Gem::CIDetector into bundlerEric Mueller
2023-12-06[rubygems/rubygems] Gem::UpdateSuggestion uses Gem::CIDetectorEric Mueller
2023-12-06[rubygems/rubygems] Introduce the Gem::CIDetectorEric Mueller
2023-12-06[ruby/prism] Update documentation for encodingsKevin Newton
2023-12-06[prism] Handle string and xstring encodingsKevin Newton
2023-12-06[ruby/prism] Provide flags for changing encodingsKevin Newton
2023-12-06[PRISM] Extract a PM_NOP helperJemma Issroff
2023-12-06[PRISM] Fix ReturnNodesJemma Issroff
2023-12-06Re-embed when removing Object instance variablesPeter Zhu
2023-12-06[PRISM] Account for nil parent in Call{Operator,And,Or}PathWriteNodesJemma Issroff
2023-12-06[ruby/bigdecimal] Clarify that JSON methods come from the JSON gemPeter Zhu
2023-12-06Deduplicate assertions in redblack_balancePeter Zhu
2023-12-06[ruby/bigdecimal] [DOC] Add section Methods for Working with JSONBurdetteLamar
2023-12-06[ruby/prism] Add locals_body_index to DefNode, BlockNode, LambdaNodeJemma Issroff
2023-12-06[PRISM] Implement `PM_MATCH_PREDICATE_NODE` for `defined?`eileencodes
2023-12-06[PRISM] Implement `PM_KEYWORD_HASH_NODE` for `defined?`eileencodes
2023-12-06[PRISM] Implement `PM_SPLAT_NODE` for `defined?`eileencodes
2023-12-06[PRISM] Implement `PM_SOURCE_LINE_NODE` for `defined?`eileencodes
2023-12-06[PRISM] Implement `PM_SOURCE_FILE_NODE` for `defined?`eileencodes
2023-12-06[PRISM] Implement `PM_SOURCE_ENCODING_NODE` for `defined?eileencodes
2023-12-06[PRISM] Implement `PM_IMAGINARY_NODE` for `defined?`eileencodes
2023-12-06[PRISM] Compile Rescue Modifier nodesMatt Valentine-House
2023-12-06[ruby/prism] Update snapshotHaldun Bayhantopcu
2023-12-06Add NEWS entry about Encoding#replicateBenoit Daloze
2023-12-06[DOC] Fixed document positionNobuyoshi Nakada
2023-12-06[rubygems/rubygems] Try to load Gem::BUNDLED_GEMS on BundlerHiroshi SHIBATA
2023-12-06[ruby/rdoc] Only word-ending colon separates new definitionNobuyoshi Nakada
2023-12-06[ruby/rdoc] Needs more backslash to match escaping backslashsNobuyoshi Nakada
2023-12-06[ruby/rdoc] Use single quotes to keep backslash literallyNobuyoshi Nakada
2023-12-06Refine the NEWS entry for bundler warningYusuke Endoh
2023-12-06Fix incorrect "nested_fake_name" documentation. (#9135)Samuel Williams
2023-12-06Add news for `Fiber#kill`. (#9134)Samuel Williams
2023-12-06Fix RCLASS_EXT dump [ci skip]Nobuyoshi Nakada
2023-12-06Adjust styles [ci skip]Nobuyoshi Nakada
2023-12-06[rubygems/rubygems] test_bundled_ca.rb: Add Net::OpenTimeout as a offline case.Jun Aruga
2023-12-06[rubygems/rubygems] Use String#unpack1 available since ruby 3.0Martin Emde
2023-12-06Revert "allow enabling Prism via flag or env var"HParker
2023-12-06Adjust styles [ci skip]Nobuyoshi Nakada
2023-12-06Don't warn generally for `IO::Buffer`, only on specific code paths e.g. `map`...Samuel Williams
2023-12-05Fix parameter types for rb_ivar_foreach() callbacksAlan Wu
2023-12-05Fix alphabetical order of include in shape.cPeter Zhu
2023-12-05[rubygems/rubygems] Converts Bundler lockfile checksum validation to opt-in onlyMartin Emde
2023-12-05[ruby/prism] Fix defined with new lineeileencodes
2023-12-05[ruby/syntax_suggest] Change assertion to not rely on exact text from prismSchneems
2023-12-05YJIT: Assert code pages are not partially in-boundsAlan Wu