summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-25[ruby/prism] Disallow label in parenthesesKevin Newton
2024-09-25Potentially fix ASAN checks for GC-ing operandKevin Newton
2024-09-25YJIT: Cache Context decoding (#11680)Takashi Kokubun
2024-09-25[ruby/prism] Remove use of __assume to simplifyKevin Newton
2024-09-25[ruby/prism] Fix up windows use of __assumeKevin Newton
2024-09-25[ruby/prism] Support a max depth to protect against malicious payloadsKevin Newton
2024-09-25Don't check poisoned for immediatesPeter Zhu
2024-09-25Add debugging code to vm_objtostring in ASANPeter Zhu
2024-09-25Fix up new types for block arguments and splats in prism compilerKevin Newton
2024-09-25[ruby/prism] Type every node field and mark on-error-only types explicitlyBenoit Daloze
2024-09-25Fix memory leak in Ripper for indented heredocsPeter Zhu
2024-09-25TestProcess#test_daemon_noclose is only working with macOS 15.1 beta, we shou...Hiroshi SHIBATA
2024-09-25Bump github/codeql-action from 3.26.8 to 3.26.9dependabot[bot]
2024-09-25Check syntax warnings in built-in scriptsNobuyoshi Nakada
2024-09-25[win32/registry] Fallback to UTF-8 for unknown codepagesJosh Cooper
2024-09-25Fix size modifier for `size_t`Nobuyoshi Nakada
2024-09-25Implement BLOCK_PASS NODE keyword locationsydah
2024-09-25Implement RETURN NODE keyword locationsydah
2024-09-25doc: Remove description of experimental warnings related pattern matching fro...masatoshi_moritsuka
2024-09-24Further split up pm_compile_node to work on -O0 buildsKevin Newton
2024-09-24[DOC] More on Array#fill (#11610)Burdette Lamar
2024-09-24[ruby/psych] Use `String#match?` over `String#=~` when applicableJean Boussier
2024-09-24Use rb_bug instead of UNREACHABLE for assertionsPeter Zhu
2024-09-24Fix undefined behavior in String#append_as_bytesPeter Zhu
2024-09-24Free scope node in prismPeter Zhu
2024-09-24Fix memory leak in constant ID list in prismPeter Zhu
2024-09-24[rubygems/rubygems] Fix `bundler/inline` overwriting lockfilesDavid Rodríguez
2024-09-24[ruby/irb] Use proper locale in history encoding testtomoya ishida
2024-09-24[ruby/error_highlight] Fix error with prism when method given no argumentsLuke Gruber
2024-09-24[ruby/prism] Accept version shorthand like 3.4Kevin Newton
2024-09-24Set node_id to -1 in add_adjust_infoPeter Zhu
2024-09-24Update deps for prism/options.cKevin Newton
2024-09-24[ruby/prism] Accept all 3.3.x and 3.4.x Ruby versions for Prism.parseBenoit Daloze
2024-09-24[ruby/prism] check_string() should always return a valid C stringBenoit Daloze
2024-09-24[rubygems/rubygems] Restore `gem_dir` as an instance variable accessorDavid Rodríguez
2024-09-24[rubygems/rubygems] Remove TODO I can't make much sense ofDavid Rodríguez
2024-09-24[ruby/error_highlight] Prism added node_id and Node#breadth_first_search in t...Adam Hess
2024-09-24fix rb_memsearch() documentNAITOH Jun
2024-09-24mingw.yml - fixup to use ucrt, loggingMSP-Greg
2024-09-24Bump github/codeql-action from 3.26.7 to 3.26.8dependabot[bot]
2024-09-24Windows: Use Unicode aware WinAPI function for ENV[]=Lars Kanis
2024-09-24Windows: Remove ENV code targeting Windows before VistaLars Kanis
2024-09-24Windows: Remove compatibility to ancient MSVCRT APILars Kanis
2024-09-24Show volume details at Windows platform of GHAHiroshi SHIBATA
2024-09-23Fix a typoTakashi Kokubun
2024-09-23Fix a -Wsign-compare warningTakashi Kokubun
2024-09-23Remove write barrier for non-Ruby objectPeter Zhu
2024-09-23Revert "GC guard current_string in the putobject instruction"Peter Zhu
2024-09-23Assert that objects in write barrier are not deadPeter Zhu
2024-09-23Add anonymous module name spec.Samuel Williams