summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-01-14Add tests for Proc#parameters on `it` blocksAlan Wu
2025-01-14[ruby/mmtk] Exit with error message if MMTK_HEAP_MODE is invalidPeter Zhu
2025-01-14[ruby/mmtk] Add tests for when MMTK_HEAP_MIN >= MMTK_HEAP_MAXPeter Zhu
2025-01-14[ruby/mmtk] Also test invalid values for MMTK_HEAP_MIN and MMTK_HEAP_MAXPeter Zhu
2025-01-14Remove incorrectly committed snapshotsKevin Newton
2025-01-14[ruby/mmtk] Add framework for testsPeter Zhu
2025-01-14[ruby/prism] Fix parse.y translation for locals testKevin Newton
2025-01-14[ruby/prism] Be a bit stricter when comparing parser translator tokensEarlopain
2025-01-14[ruby/prism] Fix block parameters and it for RubyParserJustin Collins
2025-01-14[ruby/prism] Refactor serializerKevin Newton
2025-01-14[ruby/prism] Freeze AST optionKevin Newton
2025-01-14Simplify gc/mmtk/extconf.rbNobuyoshi Nakada
2025-01-14[Bug #21024] <cstdbool> header has been uselessNobuyoshi Nakada
2025-01-14[ruby/openssl] ssl: update test_verify_hostname_on_connect for LibreSSLKazuki Yamaguchi
2025-01-14[ruby/openssl] engine: remove mention of LibreSSL from OpenSSL::EngineKazuki Yamaguchi
2025-01-14[ruby/openssl] ossl.c: use OPENSSL_init_ssl() and OpenSSL_version() with Libr...Kazuki Yamaguchi
2025-01-14[ruby/openssl] Require LibreSSL 3.9 or laterKazuki Yamaguchi
2025-01-14[ruby/openssl] Refactor buffer usage to only use `append_as_bytes`Jean Boussier
2025-01-14[ruby/openssl] Reduce OpenSSL::Buffering#do_write overheadJean Boussier
2025-01-14Use LRAMA instead of YACCydah
2025-01-14Use LRAMA instead of BISONydah
2025-01-14[ruby/json] Fix a method redefinition warning in C parserJean Boussier
2025-01-14[ruby/json] Refactor JSON::Ext::Parser to split configuration and parsing stateJean Boussier
2025-01-14Sync lockfile from rubygems/rubygemsHiroshi SHIBATA
2025-01-14[DOC] About `create_makefile`Nobuyoshi Nakada
2025-01-14Restore lockfile for test-bundlerHiroshi SHIBATA
2025-01-14[ruby/yaml] We should load rubygems for optional pstore gemHiroshi SHIBATA
2025-01-14Remove explicit test dependency on uriDavid Rodríguez
2025-01-14Remove test dependency on loggerDavid Rodríguez
2025-01-14Remove base64 as an explicit test dependencyDavid Rodríguez
2025-01-14Add basic tapioca check to CIDavid Rodríguez
2025-01-14Remove Generator::State#_generateÉtienne Barrié
2025-01-14Use ronn-ng again for documentation generationDavid Rodríguez
2025-01-14[ruby/fiddle] add regex for bool parsing & test struct w/ boolDmitrii
2025-01-14[rubygems/rubygems] Bump the rb-sys group across 2 directories with 1 updatedependabot[bot]
2025-01-14[rubygems/rubygems] Don't remove platform specific variants from the lockfile...David Rodríguez
2025-01-14[rubygems/rubygems] Tiny parameter renameDavid Rodríguez
2025-01-14[rubygems/rubygems] Extract `SpecSet#version_for`David Rodríguez
2025-01-14[rubygems/rubygems] re-add removed pre-evaluated gemspec testJoshua.LeBlanc
2025-01-14[rubygems/rubygems] Serialize gemspec when caching git sourceJosh LeBlanc
2025-01-14[rubygems/rubygems] Do not fail on start when cannot find writable user direc...Vasily Fedoseyev
2025-01-14[rubygems/rubygems] Print message when blocking on a file lock.Ellen Marie Dash
2025-01-14[rubygems/rubygems] Remove no longer used spec filterDavid Rodríguez
2025-01-14CI: Make parents of PATH directories world-unwritableNobuyoshi Nakada
2025-01-14Mark `rb_path_check` as internal onlyNobuyoshi Nakada
2025-01-13[ruby/mmtk] Remove accidentally committed filesPeter Zhu
2025-01-13[ruby/mmtk] Exit with error message if MMTK_HEAP_MAX is invalidPeter Zhu
2025-01-13[ruby/mmtk] Exit with error message if MMTK_HEAP_MIN is invalidPeter Zhu
2025-01-13[ruby/mmtk] Exit with error message if MMTK_THREADS is invalidPeter Zhu
2025-01-13[ruby/prism] Fix parser translator tokens for `%x(#{})`Earlopain