-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Insights: ruby/ruby
Overview
-
0 Active issues
-
- 38 Merged pull requests
- 20 Open pull requests
- 0 Closed issues
- 0 New issues
Could not load contribution data
Please try again later
38 Pull requests merged by 16 people
-
Use rake version from *.gem file
#13499 merged
Jun 3, 2025 -
Update to ruby/spec@4d2fc4d
#13495 merged
Jun 2, 2025 -
Fix test_loading_kwargs_memory_leak
#13494 merged
Jun 2, 2025 -
Make FrozenCore a plain T_CLASS, hide it in internal_object_p
#13458 merged
Jun 2, 2025 -
shape.c: Implement a lock-free version of get_next_shape_internal
#13441 merged
Jun 2, 2025 -
Remove dependancy of default.c on internal/object.h
#13476 merged
Jun 2, 2025 -
compile.c: Handle anonymous variables in
outer_variable_cmp
#13436 merged
Jun 2, 2025 -
Fix compatibility with fiber schedulers that don't implement
#fiber_interrupt
.#13492 merged
Jun 2, 2025 -
Skip birthtime failures on old linux
#13491 merged
Jun 1, 2025 -
Win: Use
VsDevCmd.bat
instead of oldvcvarsall.bat
#13490 merged
Jun 1, 2025 -
Update rake version in lock files and tests
#13484 merged
May 31, 2025 -
Bump bundled bigdecimal to 3.2.1
#13482 merged
May 31, 2025 -
Fix possible typo? (s/ractore/ractor/)
#13477 merged
May 31, 2025 -
prepare IDs for
Ractor::monitor
#13481 merged
May 31, 2025 -
rake 13.3.0 -> 13.2.1
#13483 merged
May 31, 2025 -
skip flaky test
#13478 merged
May 31, 2025 -
Sync lockfile from rubygems/rubygems
#13472 merged
May 30, 2025 -
Ractor::Port
#13445 merged
May 30, 2025 -
ZJIT: Fold more fixnum operations
#13465 merged
May 30, 2025 -
ZJIT: Assert that we're compiling a specific YARV insn to HIR
#13471 merged
May 30, 2025 -
[Feature #21205] Implement File::Stat#birthtime on Linux
#13474 merged
May 30, 2025 -
Win: Add scripts to install and setup
#13473 merged
May 30, 2025 -
[Bug #21383] Fix memory leak with invalid yield in prism
#13464 merged
May 29, 2025 -
Read {max_iv,variation}_count from prime classext
#13434 merged
May 29, 2025 -
Take VM lock around manipulation of fiber pool for vacant stacks
#13466 merged
May 29, 2025 -
[Bug #21380] Prohibit modification in String#split block
#13462 merged
May 29, 2025 -
Sync test helper changes from
ruby_3_4
#13461 merged
May 29, 2025 -
ZJIT: Add --enable-zjit=dev_nodebug
#13456 merged
May 28, 2025 -
ZJIT: Add CallableMethodEntry to type lattice
#13459 merged
May 28, 2025 -
Sync Bundler in ruby_3_4 branch
#13449 merged
May 28, 2025 -
Set iclass_is_origin flag for FrozenCore
#13457 merged
May 28, 2025 -
Use flag for RCLASS_IS_INITIALIZED
#13443 merged
May 28, 2025 -
Make class_alloc only accept ruby_value_type
#13446 merged
May 28, 2025 -
Cleanup
attr_index_t
caches#13455 merged
May 28, 2025 -
Don't store download cache of vcpkg for Ruby 3.2
#13423 merged
May 28, 2025 -
Use the latest version of Windows SDK
#13453 merged
May 28, 2025 -
Refactor out most of the remaining
rb_shape_t
inshape.h
#13450 merged
May 27, 2025 -
Refactor
rb_shape_t *
some more#13448 merged
May 27, 2025
20 Pull requests opened by 13 people
-
[Bug #21377] Set#inspect should use the class name for path
#13451 opened
May 27, 2025 -
[Bug #21368] Transfer finalizer when moving between Ractors
#13452 opened
May 27, 2025 -
Namespace management using control frame
#13454 opened
May 28, 2025 -
Accurate GC.stat under multi-Ractor mode
#13460 opened
May 28, 2025 -
[Bug #21368] Ractor#send: Refuse objs with finalizers
#13463 opened
May 29, 2025 -
ZJIT: Parse opt_aref_with into HIR (+1)
#13468 opened
May 29, 2025 -
ZJIT: Implement side exits for entry frames
#13469 opened
May 29, 2025 -
ZJIT: Add `insns` keyword to test that a certain opcode is present
#13470 opened
May 29, 2025 -
Have ruby2_keywords emit warning if method/proc uses post arguments
#13475 opened
May 30, 2025 -
[DOC] Tweaks for String#byterindex
#13485 opened
May 31, 2025 -
[DOC] Tweaks for String#bytes
#13486 opened
May 31, 2025 -
Fix incorrect method name in Array#size's zjit test
#13487 opened
May 31, 2025 -
Simplify Set#inspect output
#13488 opened
Jun 1, 2025 -
Deprecate passing arguments to Set#to_set and Enumerable#to_set
#13489 opened
Jun 1, 2025 -
[3.4] compile.c: Handle anonymous variables in `outer_variable_cmp`
#13493 opened
Jun 2, 2025 -
[Bug #21394] Fix memory leak in Prism's RubyVM::InstructionSequence.new
#13496 opened
Jun 2, 2025 -
Allow pass special constants to the write barrier
#13497 opened
Jun 2, 2025 -
Move more NilClass methods to ruby
#13498 opened
Jun 2, 2025 -
Use all 32bits of `shape_id_t` on all platforms
#13500 opened
Jun 3, 2025 -
Fix scheduler warning
#13501 opened
Jun 3, 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.
-
Get rid of frozen shapes
#13289 commented on
Jun 3, 2025 • 2 new comments -
Windows: Change command line interface to UTF-8
#12377 commented on
May 27, 2025 • 0 new comments -
Allow Method objects to be Ractor shareable
#12978 commented on
Jun 2, 2025 • 0 new comments -
Optimize callcache invalidation for refinements
#13077 commented on
May 28, 2025 • 0 new comments -
Fix prism instruction generation differences for `def a(x, ...); b(...); end`
#13299 commented on
Jun 3, 2025 • 0 new comments -
ZJIT: Split Send into Lookup+Call
#13400 commented on
May 29, 2025 • 0 new comments -
`rb_io_blocking_operation_exit` should not execute with pending interrupts.
#13437 commented on
Jun 3, 2025 • 0 new comments