Zack Deveau

Hash Date Message
6ab71a8598c6eece25975ca262eb880462e47b06 2022-07-27 Port gen_checktype to the new IR assembler backend (https://github.com/Shopify/ruby/pull/343)
dea42385440c7abc332d8fda04dbec0f33364baa 2022-08-02 Port gen_concatstring to new backend IR (https://github.com/Shopify/ruby/pull/350)
db22a560a49b4ad82430b6bec7feaf2a4a3bfe19 2022-08-05 Port gen_opt_str_freeze to new backend IR (https://github.com/Shopify/ruby/pull/366)
e06c86fada92cf81cdc8e5cf4f0792ae701eb2e0 2022-08-05 Port opt_str_uminus to new backend IR (https://github.com/Shopify/ruby/pull/370)
cb15886e612e17685e606f8b4f04301026f18b46 2022-08-11 Port opt_getinlinecache to the new backend (https://github.com/Shopify/ruby/pull/399)
4b9d10b8330b5072993f2c32eaf701c5c1aa7e55 2022-11-29 struct.c (struct_ivar_get): add conditional for potential Qnil returned by rb_class_superclass
480aee4363d2bff26dcdd6b9280cf93ec0f1a06b 2023-08-25 Add Missing Counters to `rb_debug_counter_type` enum (#8297)
c479492a6701dcef3d3a96de8946ecf7beb079d4 2024-01-19 Resize ary when `Array#sort!` block modifies embedded ary
9555a997aca422214c0e4d5a0fcf56210959a6f5 2024-04-19 ensure ibf_load_setup is only passed String params
e7cb70be4eb7411204f73ee748e317fefaa0410a 2024-08-23 Improve String#rindex performance on OSX