summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-19[ruby/uri] Added URI.parser= method for switch back to RFC2396_ParserHiroshi SHIBATA
2024-07-18YJIT: Tweak a comment a little [ci skip]Takashi Kokubun
2024-07-18YJIT: Allow dev_nodebug to disasm release-mode code (#11198)Takashi Kokubun
2024-07-18[ruby/prism] Mark local variable writes in value positions as being readKevin Newton
2024-07-18[PRISM] Use KW_SPLAT_MUT when possible for method callsKevin Newton
2024-07-18[PRISM] Use concattoarray instead of splatarray+concatarrayKevin Newton
2024-07-18[rubygems/rubygems] Fix unused variable warning when running RubyGems testsDavid Rodríguez
2024-07-18[rubygems/rubygems] Small tweak to avoid making the same mistake againDavid Rodríguez
2024-07-18[rubygems/rubygems] Fix another removal issueDavid Rodríguez
2024-07-18[rubygems/rubygems] Simplify spec assertionDavid Rodríguez
2024-07-18[rubygems/rubygems] Fix incorrect standalone script when default gems with ex...David Rodríguez
2024-07-18[rubygems/rubygems] Remove unnecessary `artifice` parameterDavid Rodríguez
2024-07-18[rubygems/rubygems] Use latest shellwords for standalone testDavid Rodríguez
2024-07-18[rubygems/rubygems] Ext is generally not in `require_paths`David Rodríguez
2024-07-18Use rb_obj_hide instead of setting klass to 0Peter Zhu
2024-07-18[PRISM] Do not respect xflag when eflag is setKevin Newton
2024-07-18[PRISM] Ensure not opening directoriesKevin Newton
2024-07-18Refactor RUBY_DESCRIPTION assertions in test_rubyoptionsKevin Newton
2024-07-18Fix empty hash instructioneileencodes
2024-07-18[ruby/irb] Clear ENV["XDG_CONFIG_HOME"] to avoid loadingtomoya ishida
2024-07-18Write rbinc files at onceNobuyoshi Nakada
2024-07-18Free `data` of `struct rb_parser_ary` in `rb_parser_ary_free`yui-knk
2024-07-18[rubygems/rubygems] Fix gemspec `require_paths` type validationDavid Rodríguez
2024-07-18[rubygems/rubygems] Warn non flattened require paths in old RubyGems versions...David Rodríguez
2024-07-18[rubygems/rubygems] Remove unnecessary Windows test skipDavid Rodríguez
2024-07-18[rubygems/rubygems] Use `caller_locations` instead of splitting `caller`Nobuyoshi Nakada
2024-07-18[rubygems/rubygems] Fix detection of `gem_repo1` being updatedDavid Rodríguez
2024-07-18Split URI::Parser examples with RFC2396 and RFC3986Hiroshi SHIBATA
2024-07-18Lanunchable: Add missing condition statementNaoto Ono
2024-07-18Fix `utimesat` availability conditionNobuyoshi Nakada
2024-07-18Require space between hash/content in ATX heading (#1140)Hartley McGuire
2024-07-17[ruby/rdoc] Improve rubocop setupStan Lo
2024-07-17Don't disable GC in rb_gc_impl_object_idPeter Zhu
2024-07-17[PRISM] Use RSTRING_PTR for Ruby parsing with fgetsKevin Newton
2024-07-17[ruby/prism] Have parse_stream handle NUL bytesKevin Newton
2024-07-17[ruby/prism] [Doc] Tweak example of `Prism::Dispatcher`Koichi ITO
2024-07-17[PRISM] Use RSTRING_LEN for Prism stream parsingKevin Newton
2024-07-17Revert pending `EVENT_RETURN` testsNobuyoshi Nakada
2024-07-17[Bug #20457] [Prism] Remove redundant return flagNobuyoshi Nakada
2024-07-17[PRISM] Use StringValuePtr for fgets for Prism stream parsingKevin Newton
2024-07-17[DOC] Note that rb_obj_freeze_inline() can raise NoMemoryErrorAlan Wu
2024-07-17[DOC] No more is rb_ary_freeze() an alias of rb_obj_freeze()Alan Wu
2024-07-17Make OBJ_ID_INCREMENT == RUBY_IMMEDIATE_MASK + 1Peter Zhu
2024-07-17Remove unused variable from GC compaction pathMatt Valentine-House
2024-07-17[rubygems/rubygems] Fix another case of `bundle lock --add-platform` doing no...David Rodríguez
2024-07-17[rubygems/rubygems] Applied rubocopHiroshi SHIBATA
2024-07-17Report a TracePoint log when the TracePoint tests failYusuke Endoh
2024-07-17Removed needless block argumentsHiroshi SHIBATA
2024-07-17To avoid fd leak with fetch request for SSL serverHiroshi SHIBATA
2024-07-17Close leaked TCPServer socketHiroshi SHIBATA