summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-07-17Fix btest in ractor_test.rb that can lead timeout of the testLuke Gruber
2025-07-17[ruby/prism] Revert "Merge pull request #3598 from Shopify/fix-3473"Aaron Patterson
2025-07-17[ruby/prism] Allow command calls in endless method bodies regardless of contextStan Lo
2025-07-17Flag rsock_raise_user_specified_timeout() as NORETURN (#13928)Daisuke Aritomo
2025-07-17Update NEWS for `open_timeout` of `TCPSocket.new` (#13930)Misaki Shioi
2025-07-17Omit local variable definitions only used with `LOCAL_PTR()`Nobuyoshi Nakada
2025-07-17Declare `rsock_raise_user_specified_timeout` as noreturnNobuyoshi Nakada
2025-07-17[Feature #21347] Add `open_timeout` as an overall timeout option for `TCPSock...Misaki Shioi
2025-07-17`atomic.h`: Add C11 <stdatomic.h> implementationfuhsnn
2025-07-17`atomic.h`: Use explicit logic for 32-bit #else branchesfuhsnn
2025-07-17[DOC] Sort links [ci skip]Kazuhiro NISHIYAMA
2025-07-17[DOC] Update bundled gems list at 0482b11ee5bb66ccf2f9db1ed6a35egit
2025-07-17use ostruct 0.6.3Koichi Sasada
2025-07-17fix obsolete doc with `Ractor::Port`Koichi Sasada
2025-07-17Update default gems list at 146ddf614bbc917d7cc039ea7b5023 [ci skip]git
2025-07-17[ruby/io-wait] Bump up 0.3.2Hiroshi SHIBATA
2025-07-17Set development version to Bundler 2.8.0.dev and RubyGems 3.8.0.devDavid Rodríguez
2025-07-17Cancel `--force` deprecation in favor of `--redownload`David Rodríguez
2025-07-17[rubygems/rubygems] Restore treating "--" as an unknown platformDavid Rodríguez
2025-07-17[rubygems/rubygems] Remove some realworld specsDavid Rodríguez
2025-07-17[rubygems/rubygems] Regenerate VCR cassettesDavid Rodríguez
2025-07-17[rubygems/rubygems] Fix `bundle binstub --path=foo` not printing a deprecatio...David Rodríguez
2025-07-17[rubygems/rubygems] Fix `bundle cache path=foo` not printing a deprecation me...David Rodríguez
2025-07-17[rubygems/rubygems] Remove unnecessary `flag_deprecation` methodDavid Rodríguez
2025-07-17[rubygems/rubygems] Refactor remembered flag deprecation logicDavid Rodríguez
2025-07-17Revert "Suppress occasional autoconf warnings"Nobuyoshi Nakada
2025-07-16DRY up CARGO_VERBOSE for JITsAlan Wu
2025-07-16ZJIT: Define make recipes only when configuredAlan Wu
2025-07-16ZJIT: Add missing write barrier in profiling (GH-13922)Alan Wu
2025-07-16YJIT: Side-exit on String#dup when it's not leaf (#13921)Takashi Kokubun
2025-07-16ZJIT: Check if BOP is redefined before rewriting (#13916)Max Bernstein
2025-07-16ZJIT: Add ZJIT test exclusion files to jit team review targetsStan Lo
2025-07-16ZJIT: Remove unneeded test exclusionsStan Lo
2025-07-16ZJIT: Eagerly infer types of rewritten Const instructions (#13917)Max Bernstein
2025-07-16Alphabetize concurrent_set.h in string.cPeter Zhu
2025-07-16Avoid second RHASH_AR_TABLE_REF lookupErik Berlin
2025-07-16ZJIT: Split shift with immediate operand (#13914)Max Bernstein
2025-07-16ZJIT: Remove dead have_two_fixnums function (#13913)Max Bernstein
2025-07-16ZJIT: run `zjit-test-all` on CI with seed (#13912)Stan Lo
2025-07-16[ruby/prism] [Bug #21345] Fix accepting multiple rest patterns with leading m...Earlopain
2025-07-16YJIT: Disable the runtime_checks feature temporarilyAlan Wu
2025-07-16ZJIT: A64: Fix bad operand swapping in `asm.sub(imm, reg)`Alan Wu
2025-07-16ZJIT: A64: Fix the optimization merging `asm.add(reg, imm)` with MovAlan Wu
2025-07-16ZJIT: A64: Fix `asm.add_into(NATIVE_STACK_POINTER, ...)`Alan Wu
2025-07-16ZJIT: Have `make zjit-test` use the same Cargo features as minirubyAlan Wu
2025-07-16ZJIT: Remove an extra slash from $(TESTS) (#13911)Takashi Kokubun
2025-07-16test_process.rb: UID.from_name may raise Errno::ENOENTTakashi Kokubun
2025-07-16[ruby/prism] Fix crash when using arithmetic expressions in pattern matchingStan Lo
2025-07-16ZJIT: Profile each instruction at most num_profiles times (#13903)Takashi Kokubun
2025-07-16Use a const blockTakashi Kokubun