summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-12-12[ruby/prism] Same numbered param cannot be used in child blocksAaron Patterson
2024-12-11[ruby/prism] Fix percent delimiter strings with crlfseileencodes
2024-12-11[rubygems/rubygems] Avoid UTF-32 and UTF-16 strings with trailing bytes in tr...Josef Haider
2024-12-11[ruby/fiddle] dlopen: add support for INPUT(-lXXX)Sutou Kouhei
2024-12-11[ruby/fiddle] Implement `Fiddle::Pointer.read` and `.write` on theLars Kanis
2024-12-11[ruby/fiddle] Fix the glob pattern to include `/usr/lib`Nobuyoshi Nakada
2024-12-10[Bug #20924] Fix reading with delimiter in wide character encodingsNobuyoshi Nakada
2024-12-10[Bug #20936] Fix #size for Range#reverse_eachKouhei Yanagita
2024-12-10[ruby/reline] Fix line wrapped cursor positiontomoya ishida
2024-12-10[ruby/fiddle] Fix test_dlopen_linker_script_input_linux beingDani Smith
2024-12-09[ruby/rdoc] Expand rdoc-ref targets at the end of ri outputStan Lo
2024-12-08[ruby/rdoc] Use distinct styles for note lists and label listsnicholas a. evans
2024-12-07[ruby/openssl] ssl: do not clear existing SSL options in SSLContext#set_paramsKazuki Yamaguchi
2024-12-07[ruby/openssl] ssl: do not enable OpenSSL::SSL::OP_ALL by defaultKazuki Yamaguchi
2024-12-07[ruby/openssl] make configs shareable when frozenHoneyryderChuck
2024-12-07[ruby/openssl] make config frozen on initializeHoneyryderChuck
2024-12-07[ruby/openssl] ssl: handle callback exceptions in SSLSocket#sysread and #sysw...Kazuki Yamaguchi
2024-12-06[rubygems/rubygems] Skip unresolved deps warning on `Gem::Specification.reset...David Rodríguez
2024-12-06[rubygems/rubygems] Make sure unresolved deps are properly cleared by `Gem::S...David Rodríguez
2024-12-06[Bug #20929] Win32: Encode timezone name in UTF-8Nobuyoshi Nakada
2024-12-06[Bug #20929] Fix `assert_zone_encoding`Nobuyoshi Nakada
2024-12-06[ruby/reline] Combine MAPPINGS(single byte input to symbol) withtomoya ishida
2024-12-05[ruby/mmtk] Add MMTk test exclusions for Ruby CIMatt Valentine-House
2024-12-05[ruby/prism] Fix error messages for unterminated ( and {Aaron Patterson
2024-12-05Standardize on the name "modular GC"Peter Zhu
2024-12-05[ruby/rdoc] Workaround JRuby's jar-dependencies error and testStan Lo
2024-12-05[ruby/rdoc] Deprecate `main` and `title` directivesStan Lo
2024-12-05[ruby/json] Fix generate(script_safe: true) to not confuse unrelated charactersJean Boussier
2024-12-04[ruby/shellwords] NUL char cannot be in shell wordsNobuyoshi Nakada
2024-12-04[ruby/logger] Enable log file rotation on WindowsNobuyoshi Nakada
2024-12-03[ruby/irb] Don't show 'Maybe IRB bug!' in show_source and ls commandtomoya ishida
2024-12-03[ruby/timeout] updated testsCosmicOppai
2024-12-03[ruby/timeout] refactor the change to raise for nil and type-errror and added...CosmicOppai
2024-12-03[ruby/timeout] refactor the change to keep the compatability with nil and typ...CosmicOppai
2024-12-03[ruby/timeout] refactor the change to keep the compatability with nil and typ...CosmicOppai
2024-12-03Reapply "[ruby/rdoc] fix: C variables should never show up in Ancestors tree"Hiroshi SHIBATA
2024-12-02[ruby/rdoc] ClassModule#superclass= accepts a ClassModule as anMike Dalessio
2024-12-02[ruby/prism] Reject invalid operator after match predicate or after match req...ydah
2024-12-02[ruby/prism] Reject invalid dot method call after match predicate or after ma...ydah
2024-12-02[ruby/prism] Reject extra comma in array after keyword argumentydah
2024-12-02[ruby/reline] Implement buffered output to Reline::ANSItomoya ishida
2024-12-02Avoid test failures on hosts that only support IPv4 (#12213)Misaki Shioi
2024-12-02[ruby/io-console] Add IO#ttyname that returns the tty name or nilNobuyoshi Nakada
2024-12-02Disabled test_s_random_bytes_is_fork_safe againHiroshi SHIBATA
2024-12-02[ruby/securerandom] Enabled test_s_random_bytes_is_fork_safe with Apple Silic...Hiroshi SHIBATA
2024-12-02[ruby/securerandom] Enabled test_s_random_bytes_is_fork_safe on GitHub ActionsHiroshi SHIBATA
2024-12-02[ruby/securerandom] Removed unnecessary module for SecureRandom testsHiroshi SHIBATA
2024-12-02[ruby/strscan] test: don't omit "(...)" for method calls that have at least o...Sutou Kouhei
2024-12-02StringScanner#scan_integer support base 16 integers (#116)Jean Boussier
2024-12-02[ruby/strscan] Prevent a warning "ambiguous first argument" during aYusuke Endoh