-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Insights: ruby/ruby
Overview
-
0 Active issues
-
- 54 Merged pull requests
- 16 Open pull requests
- 0 Closed issues
- 0 New issues
Could not load contribution data
Please try again later
54 Pull requests merged by 18 people
-
[DOC] Fix quote in the example
#14312 merged
Aug 24, 2025 -
Fix outdated
ENV::clone
method description#14306 merged
Aug 23, 2025 -
ZJIT: Spill whole FrameState in
Insn::SendWithoutBlock
#14308 merged
Aug 23, 2025 -
ZJIT: Allow querying a single ZJIT stat
#14309 merged
Aug 22, 2025 -
Fix typo in function name ractor_port_initialize
#14305 merged
Aug 22, 2025 -
Fixes to encoding/transcoding for ractors.
#14295 merged
Aug 22, 2025 -
ZJIT: Check interrupts
#14300 merged
Aug 22, 2025 -
[Bug #21548] Fix issue where a new GC could be started during a GC
#14296 merged
Aug 22, 2025 -
[DOC] Tweaks for String#insert
#14302 merged
Aug 21, 2025 -
Add lock-free fastpath to callable_method_entry_or_negative
#14297 merged
Aug 21, 2025 -
[DOC] Write up NEWS entries for JITs
#14301 merged
Aug 21, 2025 -
Make
vm_search_method
return a cme instead of a cc#14299 merged
Aug 21, 2025 -
YJIT: Fix BSD make build. Remove ZJIT stuff
#14298 merged
Aug 21, 2025 -
ZJIT: Fill nils before function_stub_hit exit
#14294 merged
Aug 21, 2025 -
ZJIT: Allocate register for VRegs that begin and end at the same index
#14270 merged
Aug 21, 2025 -
Adjust snt < max_cpu calculation
#14280 merged
Aug 21, 2025 -
Do not respect ruby2_keywords on method/proc with post arguments
#13475 merged
Aug 21, 2025 -
Remove unused SPECIAL_CONST_SHAPE_ID
#14292 merged
Aug 21, 2025 -
ZJIT: Refactor
gen_new_hash
#14293 merged
Aug 21, 2025 -
Remove dead rb_obj_is_main_ractor
#14268 merged
Aug 21, 2025 -
[DOC] Tweaks for String#hash
#14253 merged
Aug 21, 2025 -
variable.c: handle cleared fields_obj in genfields cache
#14291 merged
Aug 21, 2025 -
Drop a workaround for CentOS 6
#14290 merged
Aug 21, 2025 -
Add
Math.log1p
andMath.expm1
#14087 merged
Aug 21, 2025 -
Atomic CC table set in cache_callable_method_entry
#14287 merged
Aug 21, 2025 -
Bump github.com/microsoft/vcpkg from master to dd3097e305afa53f7b4312371f62058d2e665320
#14282 merged
Aug 21, 2025 -
ZJIT: Remove unnecessary option return type on gen_branch_params
#14286 merged
Aug 20, 2025 -
YJIT: Improve locals names
#14285 merged
Aug 20, 2025 -
Fix race condition in method invalidation for Ractors
#14283 merged
Aug 20, 2025 -
Avoid spawning thread for trivial getnameinfo calls
#14277 merged
Aug 20, 2025 -
Bump actions/cache from 4.2.3 to 4.2.4
#14278 merged
Aug 20, 2025 -
Enable Dependabot updates for vcpkg
#14275 merged
Aug 20, 2025 -
[DOC] Tweaks for Objec#hash
#14260 merged
Aug 19, 2025 -
ZJIT: 2 newrange fixes
#14273 merged
Aug 19, 2025 -
Fix special consts unit tests for i686
#14271 merged
Aug 19, 2025 -
ZJIT: Remove try_num_bits
#14272 merged
Aug 19, 2025 -
ZJIT: Remove more Option from codegen
#14265 merged
Aug 19, 2025 -
ZJIT: Compile toregexp
#14200 merged
Aug 19, 2025 -
Use EnvUtil.with_default_external in tests
#14263 merged
Aug 19, 2025 -
Add missing writebarrier to rb_func_proc_dup
#14199 merged
Aug 19, 2025 -
Gererate prism source files dependencies from template.rb
#14259 merged
Aug 19, 2025 -
Don't allow looking at the shape ID of immediates
#14266 merged
Aug 18, 2025 -
ZJIT: Fix BorrowError on --zjit-dump-disasm
#14267 merged
Aug 18, 2025 -
Add missing write barriers to Random
#14192 merged
Aug 18, 2025 -
Add missing writebarrier on complex obj dup
#14193 merged
Aug 18, 2025 -
Use mark and move for iseqw
#14237 merged
Aug 18, 2025 -
Increase timeout on slow tests
#14264 merged
Aug 18, 2025 -
ZJIT: Handle ISEQ moves
#14250 merged
Aug 18, 2025 -
ZJIT: Remove a bunch of Option from codegen
#14238 merged
Aug 18, 2025 -
ZJIT: Make sure output operands are not VRegs
#14188 merged
Aug 18, 2025 -
ZJIT: Codegen for NewHash
#14059 merged
Aug 18, 2025 -
Output array shared root flag in rb_raw_obj_info_buitin_type
#14240 merged
Aug 18, 2025 -
Sync default gems
#14261 merged
Aug 18, 2025
16 Pull requests opened by 12 people
-
Properly unlock locked mutexes on thread cleanup.
#14262 opened
Aug 18, 2025 -
Backport GH-13617 for s390x (#13757)
#14269 opened
Aug 19, 2025 -
ZJIT: Inline cfuncs into HIR
#14274 opened
Aug 19, 2025 -
Fix up Prism dependencies
#14276 opened
Aug 20, 2025 -
Bump actions/checkout from 4 to 5
#14281 opened
Aug 20, 2025 -
ZJIT: Minor ergonomic things
#14284 opened
Aug 20, 2025 -
Pre-mark classes as shareable
#14288 opened
Aug 20, 2025 -
Migrate `pathname.c` to `pathname_builtin.rb`
#14303 opened
Aug 22, 2025 -
Remove warnings from test suite
#14304 opened
Aug 22, 2025 -
[DOC] Add ObjectSpace._id2ref deprecated to NEWS.md
#14307 opened
Aug 22, 2025 -
ZJIT: Add compilation failure stats
#14310 opened
Aug 22, 2025 -
Fix thread_profile_frames crashing due to uninitialized PC
#14311 opened
Aug 23, 2025 -
[DOC] Tweaks for String#inspect
#14313 opened
Aug 24, 2025 -
[DOC] Tweaks for String#intern
#14314 opened
Aug 24, 2025 -
[DOC] Tweaks for String#length
#14315 opened
Aug 24, 2025 -
[DOC] Tweaks for String#lines
#14316 opened
Aug 24, 2025
7 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.
-
Namespace management using control frame
#13454 commented on
Aug 23, 2025 • 1 new comment -
Speed up Time.local on macOS
#13968 commented on
Aug 19, 2025 • 0 new comments -
Implements [ruby-core:122847] `Enumerator::Lazy#tee`
#14024 commented on
Aug 21, 2025 • 0 new comments -
Ractor test tweaks
#14174 commented on
Aug 19, 2025 • 0 new comments -
Bump actions/checkout from 4.2.2 to 5.0.0 in /.github/actions/setup/directories
#14180 commented on
Aug 18, 2025 • 0 new comments -
ZJIT: Side-exit on unknown instructions
#14212 commented on
Aug 22, 2025 • 0 new comments -
CI: ubuntu.yml: Add GitHub Actions ppc64le case
#14222 commented on
Aug 21, 2025 • 0 new comments