Daniel Colson

Hash Date Message
7394514bde24af482d4db5a89eb3fcd28f87ac11 2021-10-22 [rubygems/rubygems] Simplify and remove some unused code
45f2182438a632b1217ca26f3e89860e2ee58357 2021-12-17 YJIT: Implement intern
32e406d6d3c3ded9160298c4475c1aa188360b07 2022-07-03 Ensure _id2ref finds symbols with the correct type
3e84290213a86eff5e50ddf92a9b136a5034ac05 2022-10-06 [ruby/rdoc] Remove unused abbrev require
c43951e60eed0b01f464cd25441b81751d2d5087 2022-12-01 Move BOP macros to separate file
e69b91fae4602b69c5ef45fcf82932adde8b31d8 2022-11-23 Introduce BOP_CMP for optimized comparison
64cdf8bae7cd85bc2911b39074d5710616c7ec73 2022-12-01 Update dependencies
8429134d0d942f89fa022af38e065eb33c83523a 2023-01-27 [rubygems/rubygems] Don't warn on bundler binstubs --standalone --all
fd71a76f55b84e02ba8a3b560baf9b1f996dedd4 2023-02-06 [rubygems/rubygems] Add Ruby 3.2 and 3.3 platforms to Gemfile DSL
728d2f808e7baf92d9190b3b27161d2405236eb0 2023-02-08 [rubygems/rubygems] Improve wording of unmet dependencies warning
8edd350bda66a9ecb2c1043627679f2dc48d6f66 2023-02-07 [rubygems/rubygems] Avoid crashing with a corrupted lockfile
62b3bcba5ee422d7431f90567636155358234288 2023-02-21 [rubygems/rubygems] Auto-heal on corrupted lockfile with missing deps
accda74cbeb96a5539e0cf44741418654291d3c0 2023-08-29 [rubygems/rubygems] Prevent gem activation in standalone mode
d292a9b98ce03c76dbe13138d20b9fbf613cc02d 2024-04-25 [Bug #20453] segfault in Regexp timeout
3a5d9553a7b2c21d121160b1646e43884825ede0 2024-04-25 Don't use assert_separately in Bug 20453 test
966901b39dd7b37eec68dd6e8a76a79827dc522f 2024-09-06 [rubygems/rubygems] Don't include hook templates in cached git source
d0925c075b5c9de9702adf1949f77faf8fbfc3b8 2024-09-19 [rubygems/rubygems] Ensure refs directory in cached git source
29b26fd3e7a881399b69665184be41ee6d47da6f 2025-04-12 Fix macro for disabled match cache
48a360baa4570a31d760040118d005bb656c6389 2025-04-28 Fix C level backtraces for USE_ELF
eead83160bcc5f49706e05669e5a7e2620b9b605 2025-05-16 Prevent enabling yjit when zjit enabled (GH-13358)
056497319658cbefe22351c6ec5c9fa6e4df72bd 2025-05-22 [Bug #21357] Fix crash in Hash#merge with block
3b5787a97f41b122014fe74b98add300bacdc366 2025-06-03 Implement write barrier for addrinfo
deb70925a2e5f4a272b2ecb4571adfe5b7ca97f2 2025-05-25 [ruby/strscan] Implement Write Barrier (https://github.com/ruby/strscan/pull/156)
b1410c1c75518a54a2a32e0da2555840258ce228 2025-06-11 ZJIT: Add codegen for StringCopy
01ff17fa40cdfbd811ec3b0c13034936451e693a 2025-06-10 ZJIT: Parse opt freeze insns to HIR
3290d3d7f004fdf19311c3f4e40b01e45f14c23c 2025-06-18 ZJIT: Support invokebuiltin opcodes (#13632)