summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2024-07-17Close leaked SSLServer socketHiroshi SHIBATA
2024-07-17Fixed fd leak from TCPServerHiroshi SHIBATA
2024-07-17Launchable: Fix Python package pathNaoto Ono
2024-07-17Fix double free when `getcwd` does not allocate bufferNobuyoshi Nakada
2024-07-17Add a macro to initialize `struct getattrlist_args`Nobuyoshi Nakada
2024-07-17[DOC] Fix and improve array slicing example in range.cIskren
2024-07-16Release GVL around {,f}getattrlist calls in dir.cJeremy Evans
2024-07-16Fix memory leak reported in main ractor when RUBY_FREE_AT_EXITPeter Zhu
2024-07-16[ruby/prism] Move sample files under sample/prismKevin Newton
2024-07-16[PRISM] Omit two more ast tests that will not work without RubyVM::AstKevin Newton
2024-07-16[PRISM] Properly compile branch conditions in their own sequenceKevin Newton
2024-07-16[PRISM] Fix up ensure+loop+breakKevin Newton
2024-07-16[ruby/irb] Group class methods under `class << self`Stan Lo
2024-07-16[DOC] Fix typo in gc/default.cPeter Zhu
2024-07-16[Bug #20457] Drop unreachable `return` at end of methodNobuyoshi Nakada
2024-07-16Remove dependency on dtrace when building shared GCPeter Zhu
2024-07-16Set `BUILDING_SHARED_GC` when building shared GCPeter Zhu
2024-07-16Stop using `sigsetjmp` to hijack SIGCHLD handlerNobuyoshi Nakada
2024-07-16Update bundled gems list as of 2024-07-16git
2024-07-16Add MatchData#bytebegin and MatchData#byteendShugo Maeda
2024-07-16static const char *type_name() implemented卜部昌平
2024-07-16fix compile error卜部昌平
2024-07-16Follow-up resolv and win32 integrationHiroshi SHIBATA
2024-07-16Fix a typoKazuhiro NISHIYAMA
2024-07-15[DOC] Document RbConfig::SIZEOFAlan Wu
2024-07-15[DOC] Document RbConfig::LIMITSAlan Wu
2024-07-15Refactor so RDoc picks up RbConfig::{SIZEOF,LIMITS}Alan Wu
2024-07-16[ruby/rdoc] Drop reimplementation of Ripper lex statenicholas a. evans