summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2024-09-23[rubygems/rubygems] Don't try to auto-install dev versions of Bundler not ava...David Rodríguez
2024-09-23[rubygems/rubygems] Ensure refs directory in cached git sourceDaniel Colson
2024-09-23[rubygems/rubygems] Fix `bundle outdated` with `--group` optionDavid Rodríguez
2024-09-23Refactor `Time#xmlschema`Nobuyoshi Nakada
2024-09-23Implement CASE3 NODE keyword locationsydah
2024-09-23Implement CASE2 NODE keyword locationsydah
2024-09-23Implement CASE NODE keyword locationsydah
2024-09-23Unpoison page->freelist before trying to assert on itKJ Tsanaktsidis
2024-09-22Reuse dedent_string function in rb_ruby_ripper_dedent_string functionS-H-GAMELINKS
2024-09-21Make Complex#{inspect,to_s} work correctly if real part #inspect returns froz...Jeremy Evans
2024-09-20[ruby/prism] Fix `kDO_LAMBDA` token incompatibility for `Prism::Translation::...Koichi ITO
2024-09-20GC guard current_string in the putobject instructionPeter Zhu
2024-09-20[rubygems/rubygems] Disallow RubyGems warnings during Bundler test suiteDavid Rodríguez
2024-09-20[rubygems/rubygems] I don't think we need a conditional shebangDavid Rodríguez