Sampo Kuokkanen

Hash Date Message
58ae5ea7ee00c2f31a678574a7ccab28716cb4d0 2026-05-07 Split test_freeze_inside_sort! and reduce comparator count
399727de3b234e4093eeacafc22e6d8c3ff2a069 2026-05-18 Fix duplicate assertion in test_metaclass
d1391a000359655f948e16d7f2b0e85890082b5a 2026-05-21 Fix defined? for protected methods defined in a module
6c1c3de901b566167ec96868a4c3cb3c4a124612 2026-05-26 Test mixed-case input in test_upcase
261eea422a276dbc1fbfeae5b72cf32efd64b076 2026-05-27 Fix tautological assertions in test_each_value in test_hash.rb
250c0653792e877851a10c3997313efa6c498628 2026-06-10 Remove duplicate tests in test_call.rb and test_rational.rb
e1d3fc5d5d8f86f2b342ba6c0d775c61ef001fe5 2026-06-15 Fix YJIT test to actually test invalid call_threshold
e16d406db22bb44a63855903180e1a134b87a668 2026-06-17 Properly test implicit super in test_implicit_super_kwsplat
217dd3d1fb2d4308f091e6e5b1c2bad10950c471 2026-06-20 Improve performance of `String#capitalize` with a single-byte ASCII fast path
13fe77dd2b7c9d5c4215119d35c699e095419457 2026-06-23 Add an ASCII fast path for String#casecmp?
93e977936fcfa3225ea7ad01f521a47070f41aac 2026-06-11 Define String#ascii_only? and #valid_encoding? in Ruby
bb75c2893a9151b4a1c7780974bb9fa12cb78569 2026-06-17 ZJIT: Inline String#ascii_only? and #valid_encoding?
439c06b4792e62e0549f15f15de47cd8e0b15c5b 2026-07-02 Annotate Symbol#empty? as leaf (#17464)