summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-16Tweaks or Array#selectBurdetteLamar
2024-09-16[PRISM] Match defined behavior for explicit blockKevin Newton
2024-09-16ASAN unpoison whole heap page after adding to size poolPeter Zhu
2024-09-16Don't return inside of asan_unpoisoning_objectPeter Zhu
2024-09-16Replace with asan_unpoisoning_objectPeter Zhu
2024-09-16Complete specDavid Rodríguez
2024-09-16[rubygems/rubygems] Simplify handling default gem cachingDavid Rodríguez
2024-09-16[PRISM] Remove snapshot testing from Prism syncKevin Newton
2024-09-16[rubygems/rubygems] Remove temporary `.lock` files left around by gem installerDavid Rodríguez
2024-09-16[rubygems/rubygems] Make sure implementations of `Gem.open_file_with_flock` m...David Rodríguez
2024-09-15Prevent warnings: the block passed to ... may be ignoredYusuke Endoh
2024-09-15Prevent warnings: assigned but unused variableYusuke Endoh
2024-09-13[ruby/prism] Stat file first to check directoryKevin Newton
2024-09-13[ruby/prism] Expose main_script in serialization APIKevin Newton
2024-09-13[PRISM] Do not warn ambiguous ampersand when symbol literalKevin Newton
2024-09-13[PRISM] Only parse shebang on main scriptKevin Newton
2024-09-13[PRISM] Allow case/when to be indented with no warningKevin Newton
2024-09-13[PRISM] Turn off mismatched indentation warnings in evalKevin Newton
2024-09-13[ruby/prism] Refactor and move common node flags count into a constant to reu...Andrew Konchin
2024-09-13[ruby/prism] Unify code style of flags generation in the nodes templatesAndrew Konchin
2024-09-13Ignore -Wdangling-pointer in rb_gc_set_stack_endPeter Zhu
2024-09-13[ruby/prism] Reverse-sync numbered reference range handlingKevin Newton
2024-09-13[rubygems/rubygems] Remove redundant arguments passed to `bundle` helperDavid Rodríguez
2024-09-13[rubygems/rubygems] Remove `BUNDLER_IGNORE_DEFAULT_GEM`David Rodríguez
2024-09-13[rubygems/rubygems] Make sure test does not load system version of BundlerDavid Rodríguez
2024-09-13[Bug #20725] Should not call compare on `nil`-endpointNobuyoshi Nakada
2024-09-13Prevent warnings "the block passed to ... may be ignored"Yusuke Endoh
2024-09-13Put typeprof.gemspecYusuke Endoh
2024-09-13Try to find bundled gem version from lib/*/version.rbYusuke Endoh
2024-09-13Use the development version of typeprof in test-bundled-gemsYusuke Endoh
2024-09-13typo otherBasis -> orthoBasisaoki1980taichi
2024-09-13Dont't warn reline called from irb, reline is already declared at irb gemspecHiroshi SHIBATA
2024-09-13[ruby/net-http] Prevent warningsYusuke Endoh
2024-09-13Prevent a warning: assigned but unused variable - exp_eventsYusuke Endoh
2024-09-13Prevent a warning: assigned but unused variable - t0Yusuke Endoh
2024-09-13Constify `struct getpwnam_r_args::login`Nobuyoshi Nakada
2024-09-12Move checks for heap traversal to rb_gc_mark_weakPeter Zhu
2024-09-12Assert that we are during GC when markingPeter Zhu
2024-09-12Add variable objspace in RB_GC_MARK_OR_TRAVERSEPeter Zhu
2024-09-12Move special const checks to rb_gc_mark_weakPeter Zhu
2024-09-12[PRISM] Fix up pm_compile_branch_condition issue with single insn iseqsKevin Newton
2024-09-12[DOC] Tweaks for Array#fetch_values (#11603)Burdette Lamar
2024-09-12[DOC] Tweaks for Array#fetch (#11602)Burdette Lamar
2024-09-12[PRISM] Ignore test_parse_directory if error is nilKevin Newton
2024-09-12[PRISM] Check error type for parsing directoryKevin Newton
2024-09-12[ruby/prism] Check errno for parsing directoryKevin Newton
2024-09-12Fix opening multibyte character filepath on WindowsKevin Newton
2024-09-12Fix FILE_SHARE_* permissions for Windows in read_entire_fileKevin Newton
2024-09-12Temporarily exclude some TestRubyOptions test for parse.yKevin Newton
2024-09-12[PRISM] Omit some TestAST tests when Prism is enabledKevin Newton