summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-06-07[ruby/prism] Document that nested heredocs are not properly parsed for parserKevin Newton
2024-06-07[ruby/prism] Ensure inner heredoc nodes have the correct locationKevin Newton
2024-06-07[ruby/prism] Use correct newlines for heredoc inner linesKevin Newton
2024-06-07Remove prism compiler warningKevin Newton
2024-06-07Don't use SEGV signal when timeout in test_gc_compactPeter Zhu
2024-06-07TestRequire#test_loading_fifo_threading_success: Extend the timeout limitYusuke Endoh
2024-06-07TestRegexp#test_match_cache_positive_look_behind: Extend the timeout limitYusuke Endoh
2024-06-07TestRegexp#test_timeout_shorter_than_global: Extend the timeout limitYusuke Endoh
2024-06-07TestRequire#test_loading_fifo_fd_leak: Extend the timeout limitYusuke Endoh
2024-06-07TestGc#test_thrashing_for_young_objects: extend the timeout limitYusuke Endoh
2024-06-07TestRegexp#test_s_timeout: accept timeout errors more tolerantlyYusuke Endoh
2024-06-07[ruby/error_highlight] Trim trailing spaces in base.rbKevin Newton
2024-06-07[ruby/error_highlight] Support for the prism compilerKevin Newton
2024-06-07Extend timeout of TestGCCompect#test_moving_objects_between_size_poolsYusuke Endoh
2024-06-07[DOC] document line continuation.Tanaka Akira
2024-06-07Stop core upload on macOSYusuke Endoh
2024-06-07Upload only from ruby/rubyYusuke Endoh
2024-06-07Fix the command-line arguments for tar compressYusuke Endoh
2024-06-07Set `ulimit -c unlimited` for `make test-all` in macOSYusuke Endoh
2024-06-07Balance block braces with `#if`Nobuyoshi Nakada
2024-06-07Enclose in ruby_version_is blocksNobuyoshi Nakada
2024-06-07Remove the old untyped Data API in spec/rubyNobuyoshi Nakada
2024-06-07[Bug #20397] Removed obsoleted section about nkfHiroshi SHIBATA
2024-06-07Bundle rbs-3.5 (#10929)Soutaro Matsumoto
2024-06-07ripper: Fix excess `compile_error` at simple backref op_asgnNobuyoshi Nakada
2024-06-07Do not try random devices immediately twiceNobuyoshi Nakada
2024-06-07win32: Allocate the wrapper for crypt provider handle firstNobuyoshi Nakada
2024-06-07Cast `RUBY_ATOMIC_PTR_CAS` argumentsNobuyoshi Nakada
2024-06-06Disable __builtin_setjmp usage on linux-aarch64Jeremy Evans
2024-06-06remove unused variableAaron Patterson
2024-06-06Fix Module#define_method to change visibility when passed existing method bodyJeremy Evans
2024-06-06remove debug outputAaron Patterson
2024-06-06Remove circular parameter syntax errorKevin Newton
2024-06-06[rubygems/rubygems] Fix printing requirement based spec filtersDavid Rodríguez
2024-06-06[rubygems/rubygems] Avoid appending a final "/" when `fallback_timeout` is us...David Rodríguez
2024-06-06[rubygems/rubygems] Remove per uri options constantDavid Rodríguez
2024-06-06[rubygems/rubygems] Move Bundler settings specific logic to BundlerDavid Rodríguez
2024-06-06[rubygems/rubygems] Avoid `is_a?` check before using `normalize_uri`David Rodríguez
2024-06-06[rubygems/rubygems] Remove unnecessary `.to_s`David Rodríguez
2024-06-06[rubygems/rubygems] Truly ignore commented out settingsDavid Rodríguez
2024-06-06[rubygems/rubygems] Enable one spec on truffleruby that reproduces the Pathna...David Rodríguez
2024-06-06[rubygems/rubygems] Stop depending on `pathname` for subprocess launchingDavid Rodriguez
2024-06-06[rubygems/rubygems] Reuse `git` helper when possibleDavid Rodriguez
2024-06-06[rubygems/rubygems] Respect `GEM_COMMAND` in non ruby-core modeDavid Rodriguez
2024-06-06[rubygems/rubygems] Simplify check for ruby-core setupDavid Rodriguez
2024-06-06[rubygems/rubygems] The `system_gem_path` helper method already joins internallyDavid Rodriguez
2024-06-06[rubygems/rubygems] The `default_bundle_path` helper method already joins int...David Rodriguez
2024-06-06[rubygems/rubygems] The `home` helper method already joins internallyDavid Rodriguez
2024-06-06[rubygems/rubygems] The `bundled_app` helper method already joins internallyDavid Rodriguez
2024-06-06[rubygems/rubygems] The `tmp` test helper already joins internallyDavid Rodriguez