summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-15[rubygems/rubygems] Bump rb-sysdependabot[bot]
2024-07-15[PRISM] Add missing rescue tracepoint for rescue modifierKevin Newton
2024-07-15YJIT: split chain_depth and flag booleans in context (#11169)Maxime Chevalier-Boisvert
2024-07-15[ruby/prism] Fix up implicit flagsKevin Newton
2024-07-15[PRISM] Optimize inner static literal hashesKevin Newton
2024-07-15[PRISM] Optimize pushing large hash literalsKevin Newton
2024-07-15[PRISM] Chunk sub-arrays of static literals in array literalsKevin Newton
2024-07-15[PRISM] Optimizations for compiling large arraysKevin Newton
2024-07-15Remove unused ruby_initial_gc_stressPeter Zhu
2024-07-15YJIT: Local variable register allocation (#11157)Takashi Kokubun
2024-07-15Add gc/gc.h for functions in gc.c and used by GC implementationsPeter Zhu
2024-07-15Rename GC_IMPL_H macro to GC_GC_IMPL_HPeter Zhu
2024-07-15Win32: Skip check for VS2022 FP BUG by defaultNobuyoshi Nakada
2024-07-15Bump github/codeql-action from 3.25.11 to 3.25.12dependabot[bot]
2024-07-14Release GVL around system calls in dir.cJeremy Evans
2024-07-14Win32: OpenSSL 1.1 DLLs are no longer usedNobuyoshi Nakada
2024-07-14Win32: Pass triplet option to vcpkgNobuyoshi Nakada
2024-07-14[Bug #20633] Fix the condition for `atomic_signal_fence`kimuraw (Wataru Kimura)
2024-07-12[DOC] Add missing period in NEWS.mdPeter Zhu
2024-07-12[DOC] Fix link in NEWS.md for [Feature #20443]Peter Zhu
2024-07-12[ruby/prism] When parsing an invalid write, still add to the local tableKevin Newton
2024-07-12Add GC.config to NEWS.mdMatt Valentine-House
2024-07-12Avoid extra module linkage in gc/default.cMatt Valentine-House
2024-07-12Document GC.configMatt Valentine-House
2024-07-12Rename full_mark -> rgengc_allow_full_markMatt Valentine-House
2024-07-12Provide GC.config to disable major GC collectionsMatt Valentine-House
2024-07-12Add gc/gc_impl.h for GC implementation headersPeter Zhu
2024-07-12[ruby/reline] Fix rendering bug of nomultiline prompttomoya ishida
2024-07-12[ruby/win32ole] win32ole.c: repeated codeNobuyoshi Nakada
2024-07-12[ruby/error_highlight] Make test_COLON2_5 conditional againYusuke Endoh
2024-07-12Pend some tests because these are not working with macOS 15 beta and Xcode 16...Hiroshi SHIBATA
2024-07-12give up USE_GC_MALLOC_OBJ_INFO_DETAILS卜部昌平
2024-07-12Use fixture certificates to fix test failure with RHEL9.Hiroshi SHIBATA
2024-07-11Fix Makefile.in for non GNUmakePeter Zhu
2024-07-11[ruby/prism] Bump typecheck dependencies to fix CIKevin Newton
2024-07-11[ruby/prism] (ruby_parser) Handle bare string in implicit concatKevin Newton
2024-07-11[ruby/prism] (ruby_parser) Match match3 nodes for regular expressionsKevin Newton
2024-07-11[ruby/prism] (ruby_parser) Reverse associativity of and and or nodesKevin Newton
2024-07-12fix `defined?(@ivar)` with RactorsKoichi Sasada
2024-07-11Minor: Fix typo in bug nameIvo Anjo
2024-07-11YJIT: remove doc/yjit/yjit_hacking.md (#11153)Maxime Chevalier-Boisvert
2024-07-11YJIT: increase context cache size to 1024 redux (#11140)Maxime Chevalier-Boisvert
2024-07-11[PRISM] Fix Windows 2015 segfaultKevin Newton
2024-07-11[PRISM] Fix up shareable constant castingKevin Newton
2024-07-11[PRISM] Use node ids for error highlightKevin Newton
2024-07-11[PRISM] Revert incorrectly merged gemfileKevin Newton
2024-07-11[ruby/prism] Prevent optional block parameter from accepting certain prefixed...Stan Lo
2024-07-11[ruby/prism] Various cleanup for initializers and typechecksKevin Newton
2024-07-11[ruby/prism] Add node ids to nodesKevin Newton
2024-07-11[ruby/prism] Move Node#type and Node::type documentationKevin Newton