-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Insights: ruby/ruby
Overview
-
0 Active issues
-
- 51 Merged pull requests
- 12 Open pull requests
- 0 Closed issues
- 0 New issues
Could not load contribution data
Please try again later
51 Pull requests merged by 20 people
-
Avoid allocation for positional splat for literal array keyword argument
#13673 merged
Jun 21, 2025 -
[Bug #21448] Reorder trials in
fill_random_bytes
#13677 merged
Jun 21, 2025 -
variable.c: avoid out of bound write in
generic_field_set
#13675 merged
Jun 21, 2025 -
Restore getrandom(2) path for Linux with glibc 2.36 or later
#13670 merged
Jun 21, 2025 -
[Bug #21448] Use
getentropy(2)
only on macOS#13674 merged
Jun 21, 2025 -
ZJIT: Move ccall comments near ccall instructions
#13662 merged
Jun 21, 2025 -
Fix handling of PM_CONSTANT_PATH_NODE node in keyword arguments with ARGS_SPLAT
#13664 merged
Jun 20, 2025 -
[3.4] thread_cleanup: set CFP to NULL before clearing ec's stack
#13657 merged
Jun 20, 2025 -
Typofix
#13665 merged
Jun 20, 2025 -
Update to the latest step versions at the GitHub Actions
#13661 merged
Jun 20, 2025 -
CI: Run Launchable in the build directory
#13544 merged
Jun 20, 2025 -
Use windows-2025 image for WSL workflow
#13660 merged
Jun 20, 2025 -
ZJIT: Add pass to clean CFG
#13655 merged
Jun 20, 2025 -
ZJIT: objtostring to HIR
#13627 merged
Jun 19, 2025 -
ZJIT: Add
dupn
support#13641 merged
Jun 19, 2025 -
Launchable session info
#13623 merged
Jun 19, 2025 -
ZJIT: Implement
opt_reverse
#13653 merged
Jun 19, 2025 -
Fix EnvUtil::Debugger#dump
#13656 merged
Jun 19, 2025 -
Fix missing write barrier on class fields
#13654 merged
Jun 19, 2025 -
ZJIT: Support invokebuiltin opcodes
#13632 merged
Jun 18, 2025 -
[3.4 backport] Fix heap-use-after-free in free_fast_fallback_getaddrinfo_entry
#13652 merged
Jun 18, 2025 -
[3.4] Fix use-after-free when resizing exivars
#13637 merged
Jun 18, 2025 -
Fix various missing write barriers in compiling and iseq loading
#13646 merged
Jun 18, 2025 -
Add some missing write barriers on Time objects
#13593 merged
Jun 18, 2025 -
Fix some missing write barriers in Ractor-related code
#13644 merged
Jun 18, 2025 -
Now irb is a bundled gem and needs rubygems
#13651 merged
Jun 18, 2025 -
Exclude internal frames from backtrace
#13238 merged
Jun 18, 2025 -
[Bug #21312] Use the original gemspec from release package of RDoc
#13645 merged
Jun 18, 2025 -
Fix minor typos in comments and docs
#13636 merged
Jun 17, 2025 -
Fix early write barrier rb_marshal_define_compat
#13631 merged
Jun 17, 2025 -
Fix too early writebarrier in tally_up
#13629 merged
Jun 17, 2025 -
thread_cleanup: set CFP to NULL before clearing ec's stack
#13643 merged
Jun 17, 2025 -
Revert "Temporary pend unknown behavior of parallel tests"
#13640 merged
Jun 17, 2025 -
Refactor generic fields to use
T_IMEMO/fields
objects.#13626 merged
Jun 17, 2025 -
ZJIT: Add codegen (and FrameState) for GetConstPath
#13628 merged
Jun 17, 2025 -
ZJIT: Parse opt freeze insns to HIR
#13588 merged
Jun 17, 2025 -
Optimize
benchmark/vm_ivar_of_class
#13639 merged
Jun 17, 2025 -
Free after insert in generic_ivar_set_shape_fields
#13635 merged
Jun 17, 2025 -
io_buffer: Reimplement dcompact for IO::Buffer
#13033 merged
Jun 17, 2025 -
Auto style
#13634 merged
Jun 17, 2025 -
Update vm->self location and mark it in vm.c for consistency
#13630 merged
Jun 17, 2025 -
ZJIT: Add codegen for StringCopy
#13625 merged
Jun 16, 2025 -
[Bug #20998] Check if the string is frozen in rb_str_locktmp() & rb_str_unlocktmp()
#13615 merged
Jun 16, 2025 -
ZJIT: Add support for putspecialobject
#13565 merged
Jun 16, 2025 -
Fix SEGV tests
#13624 merged
Jun 16, 2025 -
Launchable: Terminate Launchable CLI process quickly by sending singa…
#13622 merged
Jun 16, 2025 -
Implement COLON2 and COLON3 NODE locations
#11987 merged
Jun 15, 2025 -
Fix typo in error message for shape_id verification
#13621 merged
Jun 15, 2025 -
Fix typo in rb_bug message for unreachable code
#13620 merged
Jun 15, 2025 -
Fix typo in NEWS.md
#13619 merged
Jun 15, 2025 -
Dump with debugger before killing stuck worker
#13618 merged
Jun 15, 2025
12 Pull requests opened by 8 people
-
[3.3] Fix use-after-free when resizing exivars
#13638 opened
Jun 17, 2025 -
Implement getspecial in ZJIT
#13642 opened
Jun 17, 2025 -
Make `tsort` to bundled gems
#13649 opened
Jun 18, 2025 -
Shink RClass when it is known they can't be namespaced
#13650 opened
Jun 18, 2025 -
ZJIT: `anytostring`
#13658 opened
Jun 19, 2025 -
Fix write barriers in rb_hash_add_new_element
#13659 opened
Jun 19, 2025 -
ZJIT: Optimize frozen array aref
#13666 opened
Jun 20, 2025 -
Fix missing write barrier in rb_vm_rewrite_cref
#13668 opened
Jun 20, 2025 -
Fix load catch table write barrier
#13669 opened
Jun 20, 2025 -
call rb_warn() if fail to create timer_thread, set system_working=0
#13671 opened
Jun 20, 2025 -
[3.3] thread cleanup profiler bug 21441
#13672 opened
Jun 20, 2025 -
[DOC] Tweaks for String#bytesize
#13676 opened
Jun 21, 2025
6 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
[DOC] Tweaks for String#byterindex
#13485 commented on
Jun 20, 2025 • 3 new comments -
[DOC] Tweaks for String#bytes
#13486 commented on
Jun 17, 2025 • 1 new comment -
Fix VMDEBUG
#13147 commented on
Jun 17, 2025 • 0 new comments -
Namespace management using control frame
#13454 commented on
Jun 17, 2025 • 0 new comments -
[Do not merge] wbcheck: Experimental pluggable GC to detect missing write barriers
#13557 commented on
Jun 18, 2025 • 0 new comments -
Add locks around accesses/modifications to global encodings table
#13600 commented on
Jun 17, 2025 • 0 new comments