You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* master: (381 commits)
ZJIT: Implement include_p for opt_(new|dup)array_send YARV insns (ruby#14885)
Avoid taking vm barrier in heap_prepare() (ruby#14425)
[ruby/json] ext/json/ext/json.h: Add missing newline at end of file
[ruby/json] Fix duplicate 'inline' declaration specifier
[ruby/json] Fix check_dependency
[ruby/json] parser.c: Always inline `json_eat_whitespace`
[ruby/json] parser.c: use `rb_str_to_interned_str` over `rb_funcall`
[ruby/json] parser.c: Extract `json_string_cacheable_p`
[ruby/json] parser.c: simplify sorted insert loop in rstring_cache_fetch
[ruby/json] parser.c: Skip checking for escape sequences in `rstring_cache_fetch`
[ruby/json] Centralize macro definitions
[DOC] Tweaks for String#to_f
pend on Windows for timeouts
Fix incorrect RUBY_DEBUG range
Make Namespace.root visible not only for debugging
Use CFUNC namespace only for IFUNC frames, its behavior should be unchanged
Fix use of inappropriate debug flag
Add flag to ignore EXPERIMENTAL warnings
No need to call rb_define_class/module_under_id
Add basic namespace tests
...
Copy file name to clipboardExpand all lines: .github/auto_request_review.yml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ files:
11
11
'doc/zjit*': [team:jit]
12
12
'test/ruby/test_zjit*': [team:jit]
13
13
'defs/jit.mk': [team:jit]
14
+
'tool/zjit_bisect.rb': [team:jit]
14
15
# Skip github workflow files because the team don't necessarily need to review dependabot updates for GitHub Actions. It's noisy in notifications, and they're auto-merged anyway.
0 commit comments