summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2022-02-22[Feature #18249] Implement ABI checkingPeter Zhu
2022-02-22[ruby/reline] Fix support for emacs-ctlx and emacs-meta keymapsTim Pope
2022-02-22[rubygems/rubygems] Resolve cleaned-up error with temporary gemhomeHiroshi SHIBATA
2022-02-22Add a test for Exception#detailed_messageYusuke Endoh
2022-02-22test/ruby/test_rubyoptions.rb: Make it pass on WindowsYusuke Endoh
2022-02-22Do not escape error messageYusuke Endoh
2022-02-19Add String#byteindex, String#byterindex, and MatchData#byteoffset (#5518)Shugo Maeda
2022-02-19Find pattern is no longer experimental [Feature #18585]Kazuki Tsujimoto
2022-02-18Make Set a builtin feature [Feature #16989]Akinori MUSHA
2022-02-17Add Thread.each_caller_locationJeremy Evans
2022-02-17exclude name must be Regexp or SymbolKazuhiro NISHIYAMA
2022-02-13Exclude TestThread#test_signal_at_join on FreeBSD 13 for now [ci skip]Nobuyoshi Nakada
2022-02-12[ruby/rdoc] Load YAML library for each testNobuyoshi Nakada
2022-02-12[ruby/rdoc] Dump plain objects as `RDoc::Options`Nobuyoshi Nakada
2022-02-12[ruby/rdoc] Fix a test method nameNobuyoshi Nakada
2022-02-12[ruby/rdoc] Relative loading for easier development (https://github.com/ruby/...Ulysse Buonomo
2022-02-12test/ruby/test_exception.rb: prevent "assigned but unused variable"Yusuke Endoh
2022-02-10[ruby/ipaddr] Fix exception calling `to_range' after `freeze'Espartaco Palma
2022-02-10[ruby/ipaddr] Ipaddr#native must also coerce `@mask_addr`Jean Boussier
2022-02-09Fix Range#include? for beginless exclusive string rangesJeremy Evans
2022-02-09objspace: Hide identhash containing internal objsJohn Hawthorn
2022-02-10st.c: Do not clear entries_bound when calling Hash#shift for empty hashYusuke Endoh
2022-02-09[ruby/rdoc] Get rid of ruby-mode.el confusionsNobuyoshi Nakada
2022-02-09[ruby/rdoc] Allow cross references to negation operator methodNobuyoshi Nakada
2022-02-09[ruby/rdoc] Allow cross references to logical operator methodsNobuyoshi Nakada
2022-02-09[ruby/rdoc] Skip parentheses on singleton class declarationSoutaro Matsumoto
2022-02-09[ruby/rdoc] Allow cross references to backtick methodNobuyoshi Nakada
2022-02-09[ruby/rdoc] Allow cross references to operator methodsNobuyoshi Nakada
2022-02-09[ruby/rdoc] Support all struct definition functionsNobuyoshi Nakada
2022-02-05Fix TAG_THROW through require [Bug #18562]John Hawthorn
2022-02-03Add the size pool slot size to the output of ObjectSpace.dump/dump_allMatt Valentine-House
2022-02-03Move total_freed_pages to size poolPeter Zhu
2022-02-03Move total_allocated_pages to size poolPeter Zhu
2022-02-03[ruby/net-http] Do not set SNI hostname if connecting to IP addressJeremy Evans
2022-02-02Decouple GC slot sizes from RVALUEPeter Zhu
2022-02-01Restore workaround for test_rubygems.rb, It still fails with chkbuild enciron...Hiroshi SHIBATA
2022-02-01Sync latest Bundler & RubyGemsDavid Rodríguez
2022-01-31pend some tests while using to_binaryKoichi Sasada
2022-01-29Ignore warnings at reading debug info for nowNobuyoshi Nakada
2022-01-29mkmf: pkg_config accepts multiple optionsMike Dalessio
2022-01-29test: backfill coverage for MakeMakefile.pkg_configMike Dalessio
2022-01-28Remove assert_equal that will never be runPeter Zhu
2022-01-27Fix memory leak at the same named alias [Bug #18516]Nobuyoshi Nakada
2022-01-27An alias can suppress method redefinition warningNobuyoshi Nakada
2022-01-27[ruby/logger] Fix log rotation inter-process lock failed.Jesse Chavez
2022-01-24[wasm] Disallow compactionPeter Zhu
2022-01-24[ruby/bigdecimal] Fix the maximum precision of the quotientKenta Murata
2022-01-24[ruby/bigdecimal] Fix typoKenta Murata
2022-01-22[ruby/psych] Add strict_integer option to parse numbers with commas as stringsSeth Boyles
2022-01-19Do not create core file if it is intentional abortKoichi Sasada