Étienne Barrié

Hash Date Message
2dc613815d2c4a69bfbcbf78d1b99aa52fbabf60 2016-08-30 delegate.rb: don't look for methods on Kernel
70eedef32aa3e6f2a95fee7ce2582c247d274e90 2023-01-17 [ruby/reline] Splat is always an Array
bc101f0fc1772e85ee074fe78a6b672dc5f175c5 2023-02-07 [ruby/rdoc] Fix RDoc::Parser::Ruby not being documented
52ff2ce9da2958cd59d93a063b24345c4110c65c 2023-03-24 Use `em_delete` in `key_delete` (#504)
46ef74f270d022068def440ab6208e1648030847 2023-11-17 Embed Thread::Backtrace::Location into Thread::Backtrace
c28ee91263818d19d49fe0ce280b7ec557010daa 2024-01-31 [PRISM] Fix incorrect use of VM_CALL_KW_SPLAT_MUT in zsuper with keyword splat
12be40ae6be78ac41e8e3f3c313cc6f63e7fa6c4 2023-12-01 Implement chilled strings
2b08406cd0db0042520fb0346544660e10a4d93c 2024-03-25 Expose rb_str_chilled_p
0f5ab4ad5289d6385b74e800a73de005a48737b6 2024-03-27 [ruby/stringio] Eagerly defrost chilled strings
49b31c7680a86413853d0c2ce2124d3cba56d334 2024-04-08 Document STR_CHILLED flag on RString
1376881e9afe6ff673f64afa791cf30f57147ee2 2024-05-27 Stop marking chilled strings as frozen
f4883e790495da3fd9a8e44ade1099821429153c 2024-09-02 [flori/json] Use the compiled extension in test
a99707cd9c6a1d53cf8ebc883dc210219bd67a28 2024-07-29 Optimized instruction for Array#freeze
bf9879791af11a20e50921551220c08d1c7f7f02 2024-08-05 Optimized instruction for Hash#freeze
257f78fb671151f1db06dcd8e35cf4cc736f735e 2024-10-14 Show where mutated chilled strings were allocated
11348c583f228ef76ed95d8c468fbe13616826c6 2024-10-21 Use Encoding constants, String#b
5f9746895847be1e2dd202207d7a12f3f556294c 2024-10-21 [ruby/json] Drop compatibility for missing Time#tv_nsec (Ruby 1.8)
82f7550f65f9872f6d7bff1a876395c23bbd7fc1 2024-10-21 Use frozen string literals
44aef5e85200231dfe7d2868cf049ebb2622f530 2024-10-21 [ruby/json] Drop compatibility for missing Array#permutation (Ruby <= 1.8.6)
1e037108a13bc876af9adf09d133dcc3274aa277 2024-11-04 Precompute hash only once when interning string literals
84a8b911c16cdd7933598c327a8aaff57032ced5 2024-11-04 Store precomputed hash when there's capacity
f301383cdd4d8310a450931492e5cc0d532862e3 2025-01-13 Remove Generator::State#_generate
e8676cada82ed9947502b416eaa948258a62d7b9 2025-01-20 [ruby/json] Introduce JSON::Fragment
89e316ad06f28f473030da04f33711328dc143c5 2024-12-16 Introduce JSON::Coder
f865148e1926f838cac8b4449abfc5d402d0d015 2025-02-05 Fix JSON::Coder to call as_json proc for NaN and Infinity
b4bfbcaddcc4d5ec82631df3fc53b3a3ac65edb7 2025-02-05 Optimize Symbol generation in strict mode
c27f433d7c0ddb13501f7e19a0158da3aec1577c 2025-02-24 Fix RUBY_PAGER in manpage
6ecfe643b5d8d64682c6f6bce5b27db5c007331d 2025-03-24 Freeze $/ and make it ractor safe
332f5d0b73cffb07c3e0002d31cc2c5d1b3fac1c 2025-03-27 Remove RUBY_FL_PROMOTED{0,1} from debugger scripts
6e184ebb5aa0461936a6db408a7fa48541a0e80d 2025-04-10 Fix LLDB heap_page command
e1f544c1cf34787f139a973b934c9f535b201ea3 2025-04-10 Always look for the top-level RBasic in LLDB scripts
cb772247e72ce3d3c7718018539508b0204c1f2c 2025-04-28 Improve correctness contention for allocated object counts
2a951f62e117549a3e442925886859264fe809e6 2025-05-23 Change test to avoid stack overflow with MN threads
22dfa250a89d11cc138ef73d1ed6c364c15b54c7 2025-06-05 More comprehensive debugging configuration
2f80117ce48f83a709989a0d88eb712b123ef371 2025-06-05 Fix comment about debugging shapes
c54e96d651b53d4105447c3bb4fb94903bd67cc5 2025-06-10 Fix RubyVM::Shape.transition_tree
31c1f3665a9224f7e77f1b59f7872befc2760a74 2025-06-27 Stop setting TMP_RUBY_PREFIX during prelude