summaryrefslogtreecommitdiff
path: root/spec/ruby
AgeCommit message (Expand)Author
2025-10-01Interpolation with only string literals must not be frozenEarlopain
2025-09-16Fix a function name typo in the description [ci skip]Nobuyoshi Nakada
2025-09-14Remove tests do not test Regexp methodsNobuyoshi Nakada
2025-09-12Fix use of uninitialized memory in stringsPeter Zhu
2025-09-11Don't load set_spec.c if not Ruby 3.5Peter Zhu
2025-09-11Fix compilation of set_spec.c for previous Ruby versionsPeter Zhu
2025-09-08Add spec for missing or faulty `to_proc` methodsJean Boussier
2025-09-04feature_spec.rb: Don't test --enable-all with --zjit*Takashi Kokubun
2025-09-04rubyopt_spec.rb: Stop testing JIT optionsTakashi Kokubun
2025-08-29Shrink ruby_bug version guard in anticipation of 3.4.6 releaseAlan Wu
2025-08-22Do not respect ruby2_keywords on method/proc with post argumentsJeremy Evans
2025-07-29Fix stripping features from the descriptionNobuyoshi Nakada
2025-07-24Support `cause:` in `Thread#raise` and `Fiber#raise`. (#13967)Samuel Williams
2025-07-15Provide pathname.so with embedded PathnameHiroshi SHIBATA
2025-07-11Add Set C-APIJeremy Evans
2025-07-10[Bug #19417] Update version guardNobuyoshi Nakada
2025-07-10[Bug #19417] Make word prop match join_control ...Janosch Mùˆller
2025-07-09Update to ruby/spec@ed254baAndrew Konchin
2025-06-25Simplify Set#inspect outputJeremy Evans
2025-06-18Exclude internal frames from backtraceYusuke Endoh
2025-06-16[Bug #20998] Check if the string is frozen in rb_str_locktmp() & rb_str_unloc...Benoit Daloze
2025-06-15Skip the optional capi digest specs if fiddle is not installedJeremy Evans
2025-06-11Followed up https://github.com/ruby/net-http/commit/002441da1e for ruby/specHiroshi SHIBATA
2025-06-10Fix up birthtime specsNobuyoshi Nakada
2025-06-09[Feature #21219] Selective inspect of instance variablesNobuyoshi Nakada
2025-06-06Fix birthtime specs on old LinuxNobuyoshi Nakada
2025-06-06Deprecate passing arguments to Set#to_set and Enumerable#to_setJeremy Evans
2025-06-04Mark as NORETURNNobuyoshi Nakada
2025-06-02Update to ruby/spec@4d2fc4dAndrew Konchin
2025-06-02Handle test failure of mock objectHiroshi SHIBATA
2025-06-01Skip birthtime failures on old linuxNobuyoshi Nakada
2025-05-31Bump bundled bigdecimal to 3.2.1 (#13482)tomoya ishida
2025-05-31skip tests for BigDecimal 3.2.0Koichi Sasada
2025-05-30[Feature #21205] Fix up birthtime in ruby/specNobuyoshi Nakada
2025-05-20Remove SortedSet autoload and set/sorted_setJeremy Evans
2025-05-16[Bug #20009] Support marshaling non-ASCII name class/moduleNobuyoshi Nakada
2025-05-16"binary" is not valid encoding name in EmacsNobuyoshi Nakada
2025-05-13Add specs for Set mutation during iterationJean Boussier
2025-05-13Set#merge: raise if called during iterationJean Boussier
2025-05-11spec/ruby/core/module/ancestors_spec.rb: Add a guard for Namespace feat.Yusuke Endoh
2025-05-11namespace on readSatoshi Tagomori
2025-05-10[Feature #15408] Fix up _id2ref_spec.rbNobuyoshi Nakada
2025-05-09Fix rb_range_beg_len() and rb_arithmetic_sequence_beg_len_step() specBenoit Daloze
2025-05-09Fix digest specs when run in CRuby via make test-specAndrew Konchin
2025-05-09Fix formatting in digest_spec.cAndrew Konchin
2025-05-09Update to ruby/spec@d8bacefAndrew Konchin
2025-05-09Guard CGI examples with Ruby 3.5 and use cgi/escape for related examplesHiroshi SHIBATA
2025-05-08Rename `ivptr` -> `fields`, `next_iv_index` -> `next_field_index`Jean Boussier
2025-04-26Implement Set as a core classJeremy Evans
2025-04-25update allocation location testsAaron Patterson