Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
10000 commits
Select commit Hold shift + click to select a range
94803fe
[ruby/strscan] Run `have_func` with the header providing the declarat…
nobu Jul 1, 2025
ae605b6
[ruby/json] Stop calling `__builtin_cpu_init`
byroot Jul 1, 2025
9d08076
[ruby/json] Run `have_func` with the header providing the declarations
nobu Jul 1, 2025
f4ea42a
[DOC] Fix ARGF example
DoctorFateKS Jun 30, 2025
2fda843
ZJIT: Stop tracking EP == BP assumption on JIT entry (#13752)
k0kubun Jul 1, 2025
53baafe
ZJIT: Shorten Debug print for 64-bit VReg (#13763)
k0kubun Jul 1, 2025
29657a1
Fixup 9dc60de4fcd
hsbt Jul 1, 2025
2cb065d
Update gcc for LTO to 15
nobu Jul 2, 2025
d77e02b
[Bug #21497] [ruby/socket]: add full prototype
clan Jul 2, 2025
f11daeb
Declaring with a prototype
nobu Jul 2, 2025
99178c3
[rubygems/rubygems] Migrate `bundle add` specs to run offline
deivid-rodriguez Apr 3, 2025
e1896c1
[rubygems/rubygems] Lock specs don't need the real rake gem
deivid-rodriguez Jun 24, 2025
83c403c
[rubygems/rubygems] Rename some helpers to avoid name classes
deivid-rodriguez Jun 24, 2025
cd742b6
[rubygems/rubygems] Simpler glob to find path to rake
deivid-rodriguez Jun 24, 2025
d8cf001
[rubygems/rubygems] These specs need stringio only for old versions
deivid-rodriguez Jun 24, 2025
669813a
[rubygems/rubygems] Realworld tsort gem should be no longer necessary
deivid-rodriguez Jun 24, 2025
2fd1f4e
[rubygems/rubygems] Logger realworld gem is no longer necessary
deivid-rodriguez Jun 24, 2025
b953d11
[rubygems/rubygems] Migrate `bundle viz` specs to run offline
deivid-rodriguez Jun 24, 2025
eb979d9
[rubygems/rubygems] Don't use currently configured value for default …
deivid-rodriguez Apr 10, 2025
e5d1720
[rubygems/rubygems] Spec about cleaning default gems executables no l…
deivid-rodriguez Jun 24, 2025
66c6709
[rubygems/rubygems] `bundle viz` deprecation specs don't actually nee…
deivid-rodriguez Jun 24, 2025
fe44e95
[rubygems/rubygems] Remove possibly incorrect spec
deivid-rodriguez Jun 25, 2025
41c44ff
[rubygems/rubygems] Realworld optparse gem should be no longer necessary
deivid-rodriguez Jun 25, 2025
5386b65
[rubygems/rubygems] Verify specs still using realworld gems still pas…
deivid-rodriguez Jun 26, 2025
b5ef011
[rubygems/rubygems] Migrate all remaining specs to run offline
deivid-rodriguez Jun 24, 2025
daedebd
[rubygems/rubygems] Remove `print_only_version_number` setting
deivid-rodriguez Jun 27, 2025
cac7644
[rubygems/rubygems] Document the `simulate_version` setting
deivid-rodriguez Jun 27, 2025
efd8b6d
[rubygems/rubygems] Use explicit receiver when accessing settings
deivid-rodriguez Jun 27, 2025
c6b6b4f
[rubygems/rubygems] Remove duplicated spec
deivid-rodriguez Jun 27, 2025
0e1ca49
[rubygems/rubygems] None of the global options have default so this s…
deivid-rodriguez Jun 27, 2025
82692b3
[rubygems/rubygems] Log when `simulate_version` is enabled
deivid-rodriguez Jun 27, 2025
098b0cd
[rubygems/rubygems] Update man pages for the `bundle doctor ssl` subc…
Edouard-chin Jun 27, 2025
560edfc
[rubygems/rubygems] Fix `bundle console` printing bug report template…
Earlopain Jun 30, 2025
70da385
[rubygems/rubygems] Bump the rb-sys group across 2 directories with 1…
dependabot[bot] Jul 1, 2025
29ceefe
[rubygems/rubygems] Consistently access CLI flags with symbols
deivid-rodriguez Jun 26, 2025
7f057e1
[rubygems/rubygems] Add a `verbose` setting to enable verbose output …
deivid-rodriguez Jun 26, 2025
75cdf69
[rubygems/rubygems] Fix typos
deivid-rodriguez Jun 17, 2025
d220404
[rubygems/rubygems] Add back and deprecate Bundler::Fetcher::NET_ERRORS
deivid-rodriguez Jun 20, 2025
b671133
[rubygems/rubygems] Move Bundler::Fetcher::HTTP_ERRORS to Bundler::Fe…
deivid-rodriguez Jun 20, 2025
46a90f9
[rubygems/rubygems] Refactor downloader specs to better test real beh…
deivid-rodriguez Jun 20, 2025
c4c646d
[rubygems/rubygems] Handle connection refused and Errno::EADDRNOTAVAI…
deivid-rodriguez Jun 20, 2025
35dd2b2
[rubygems/rubygems] Split HTTP_ERRORS into retryable and non retryable
deivid-rodriguez Jun 17, 2025
d5b4b59
[rubygems/rubygems] Add Errno::ENETDOWN and Errno::EHOSTUNREACH to no…
deivid-rodriguez Jun 20, 2025
8bf13f2
Reduce allocations in `Gem::BUNDLED_GEMS.warning?`
joshuay03 Jun 27, 2025
d314673
CI: Fix appending to an array
nobu Jul 2, 2025
6af5398
ZJIT: Support `Regexp` type (#13760)
st0012 Jul 2, 2025
efc6866
Launchable: Temporarily remove Launchable integration from Compilatio…
ono-max Jul 2, 2025
565ab3e
ZJIT: Use initialization shorthand
XrXr Jun 27, 2025
ddb8de1
ZJIT: `throw` to HIR
XrXr Jun 27, 2025
a0bf36a
ZJIT: Annotate NilClass#nil? and Kernel#nil?
st0012 Jul 2, 2025
6e28574
ZJIT: Support spilling basic block arguments (#13761)
k0kubun Jul 2, 2025
1d31c98
ZJIT: Avoid panicing with "Option::unwrap() on None" (#13762)
k0kubun Jul 2, 2025
e240b41
ZJIT: Add reason for SideExit (#13768)
tekknolagi Jul 2, 2025
d5f5a56
ZJIT: Reject ISEQs with too-large stack_max (#13770)
k0kubun Jul 2, 2025
4126c1c
Adapt to upstream change in Bundler specs
deivid-rodriguez Jun 24, 2025
f679202
Remove old `bundle.rb` script usage
deivid-rodriguez Jun 27, 2025
81da38b
Sync RubyGems
deivid-rodriguez Jul 2, 2025
9782bd5
Drop HTTP support in downloader.rb
nobu Jul 3, 2025
319062e
Prefer autotools repository mirror for build-aux files
nobu Jul 3, 2025
5817e58
Extract last-modified time after fetch completes
nobu Jul 3, 2025
c31bfd5
[DOC] Fix markup in security.rdoc
nobu Jul 3, 2025
a020e34
[DOC] Deleted the description about 2.2 and earlier
nobu Jul 3, 2025
517c106
imemo_fields_set: save copying when reassigning a variable
byroot Jul 2, 2025
1f97650
symbol.c: enforce `intern_str` is always called with a lock
byroot Jul 3, 2025
4592d63
Suppress a warning in code for SOCKS5
nobu Jul 3, 2025
8b2d761
Assume that the symbol is not garbage in rb_sym2id
peterzhu2118 Jul 2, 2025
57f4460
ZJIT: Skip a hanging ractor test (#13774)
k0kubun Jul 3, 2025
0abe17d
ZJIT: Bail out on register spill (#13773)
k0kubun Jul 3, 2025
c584cc0
ZJIT: Enable one more btest (#13781)
k0kubun Jul 3, 2025
ed3fd94
ZJIT: Panic on BOP redefinition only when needed (#13782)
k0kubun Jul 3, 2025
4f4408e
Get transcoding to work across ractors by locking certain operations
luke-gruber Jun 12, 2025
cf4d37f
Add locks around accesses/modifications to global encodings table
luke-gruber Jun 25, 2025
dda5a04
Make get/set default internal/external encoding lock-free
luke-gruber Jun 30, 2025
0c694b5
Add missed runtime_exact_ruby_class case for Regexp
st0012 Jul 3, 2025
68af192
Support inference of ClassExact type
st0012 Jul 3, 2025
66aaf5b
actions/cache is working with relative path
hsbt Jul 4, 2025
9503a77
DRb has been extracted as bundled gems
hsbt Jul 4, 2025
0ce4b43
Update default gems and bundled gems list at expand_tabs.rb
hsbt Jul 4, 2025
b88cbe4
Added io-nonblock and io-wait entries
hsbt Jul 4, 2025
50704fe
Revert "Make get/set default internal/external encoding lock-free"
jhawthorn Jul 4, 2025
24ac9f1
Revert "Add locks around accesses/modifications to global encodings t…
jhawthorn Jul 4, 2025
95235fd
benchmark_driver: Stop using `Ractor#take`
byroot Jul 3, 2025
856962f
ractor_sync.c: Optimize `ractor_set_successor_once` to be lock free
byroot Jul 3, 2025
5564e0a
Fixed wrong commit hash
hsbt Jul 4, 2025
4d6fac3
Update bundled gems list as of 2025-07-03
matzbot Jul 4, 2025
38993ef
[ruby/openssl] ssl: rename SSLContext#ecdh_curves= to #groups=
rhenium Jun 19, 2025
350df4f
[DOC] Tweaks for Case Mapping doc
BurdetteLamar Jul 4, 2025
116d110
Assume that symbol in rb_check_symbol is not garbage
peterzhu2118 Jul 3, 2025
5f1ca8f
Fix ractor imemo fields write barrier parent
jhawthorn Jun 28, 2025
3245356
Fix missed write barrier on Ractor send move
jhawthorn Jun 30, 2025
8cd5832
Fix wrong write barrier on fields copy
jhawthorn Jul 4, 2025
12b0ce3
Remove unused src param from rb_shape_copy_fields
jhawthorn Jul 4, 2025
365317f
Fix wrong GENIV WB on too_complex Ractor traversal
jhawthorn Jul 4, 2025
ad7d75c
Remove LIKELY macro for Universal Parser
S-H-GAMELINKS Jul 5, 2025
b681739
[ruby/openssl] pkey/ec: avoid calling SYM2ID() on user-supplied objects
rhenium Jul 4, 2025
4d7e622
Update bundled gems list as of 2025-07-06
matzbot Jul 6, 2025
fef0051
[rubygems/rubygems] Remove `auto_clean_without_path` setting
deivid-rodriguez Jul 2, 2025
f609d33
[rubygems/rubygems] Remove unnecessary feature flag check
deivid-rodriguez Jul 2, 2025
9918ca1
[rubygems/rubygems] Remove `default_install_uses_path` setting
deivid-rodriguez Jul 2, 2025
e95adbf
[rubygems/rubygems] Remove unnecessary nesting from standalone specs
deivid-rodriguez Jul 3, 2025
8a802f7
[rubygems/rubygems] Fix assertions to not depend on specific gem name
deivid-rodriguez Jul 2, 2025
e7f11ec
[rubygems/rubygems] Actually run "generating a gem" shared examples f…
deivid-rodriguez Jul 2, 2025
fab1323
[rubygems/rubygems] Remove unnecessary nesting
deivid-rodriguez Jul 2, 2025
6d696fa
[rubygems/rubygems] Move specs independent from gem_name out of "gene…
deivid-rodriguez Jul 2, 2025
5fa484a
[rubygems/rubygems] Move specs independent of gem name out of shared …
deivid-rodriguez Jul 2, 2025
cd3389e
[rubygems/rubygems] Cancel `path_relative_to_cwd` change
deivid-rodriguez Jul 2, 2025
845e878
[rubygems/rubygems] Add `default_cli_command` documentation
deivid-rodriguez Jun 25, 2025
6a58089
[rubygems/rubygems] Stop allowing calling `#gem` on random objects
deivid-rodriguez Jul 2, 2025
3eeffea
[rubygems/rubygems] Improve sentence
deivid-rodriguez Jul 3, 2025
3c55288
[rubygems/rubygems] Document that `global_gem_cache` also caches comp…
deivid-rodriguez Jul 3, 2025
e1d09ff
[rubygems/rubygems] Update SPDX license list as of 2025-07-01
Jul 6, 2025
d0fdbef
[ruby/json] Improve consistency of code style
byroot Jul 5, 2025
002d746
ZJIT: Avoid double negative in Mem debug
composerinteralia Jul 6, 2025
482f4ca
Autoload encodings on the main ractor
byroot Jul 4, 2025
987b5bf
[DOC] Tweaks for String#capitalize
BurdetteLamar Jul 7, 2025
0604d0c
[DOC] Tweaks for String#capitalize!
BurdetteLamar Jul 5, 2025
0bb44f2
Rename `ractor_safe_set` into `concurrent_set`
byroot Jul 7, 2025
c193748
ZJIT: Add a simple HIR validator (#13780)
Fidget-Spinner Jul 7, 2025
1f024cf
ZJIT: Add opnds macro for Vec<InsnId> to Vec<Opnd> (#13805)
composerinteralia Jul 7, 2025
c2c0c22
[DOC] Tweaks for String#casecmp
BurdetteLamar Jul 7, 2025
e9d7e10
[DOC] Tweaks for String#casecmp? (#13810)
BurdetteLamar Jul 7, 2025
0239809
Remove test/.excludes/_appveyor
k0kubun Jul 7, 2025
e0841a7
ZJIT: Fix Rust warnings (#13813)
st0012 Jul 7, 2025
7578655
[ruby/tsort] [DOC] Document constants
nobu Jul 8, 2025
51de7c7
[ruby/tsort] Use git magic signatures to exclude files
nobu Jul 8, 2025
680383c
[ruby/tsort] Exclude gemspec and git-related files
nobu Jul 8, 2025
9aa0300
[ruby/resolv] Limit decompressed name length
mame Jul 8, 2025
b9782ab
[ruby/resolv] v0.6.2
hsbt Jul 8, 2025
c913a63
Update default gems list at b9782ab8932f9fb6a24a0522c579ca [ci skip]
matzbot Jul 8, 2025
7ce4db8
[ruby/delegate] Prefer dedicated assertions
nobu Jul 8, 2025
100c043
[ruby/etc] Prefer dedicated assertions
nobu Jul 8, 2025
f5acefc
[ruby/uri] Prefer dedicated assertion methods
nobu Jul 8, 2025
6c20082
ZJIT: Support inference of ModuleExact type
st0012 Jul 4, 2025
af892c1
ZJIT: More accurately model Class types
st0012 Jul 7, 2025
9e4157a
ZJIT: Make type definition code more consistent
st0012 Jul 7, 2025
14971e7
[DOC] Tweaks for String#center
BurdetteLamar Jul 7, 2025
b160470
[DOC] Tweaks for String#chars
BurdetteLamar Jul 7, 2025
79915e6
ZJIT: Profile `nil?` calls
st0012 Jul 8, 2025
342ada1
ZJIT: Use nil? optimization to test guard generation against differen…
st0012 Jul 8, 2025
e59f404
ZJIT: Add a BitSet type
tekknolagi Jul 8, 2025
c691095
ZJIT: Use BitSet in HIR
tekknolagi Jul 8, 2025
80bf074
Use the latest version of Visual Studio with windows-2022 runner image
hsbt Jul 8, 2025
5aaedc0
Re-ordered vcpkg related steps. It may be affected with VsDevCmd.bat
hsbt Jul 8, 2025
e9cd306
ZJIT: Support guarding *Exact types (#13797)
st0012 Jul 9, 2025
9b0f9f8
[rubygems/rubygems] Reword MIT explanation to make sense after reorde…
deivid-rodriguez Jul 4, 2025
9942ff7
[rubygems/rubygems] Use shorter questions as prompts in `bundle gem`
deivid-rodriguez Jul 4, 2025
c6da019
[rubygems/rubygems] Add blank line after every question
deivid-rodriguez Jul 4, 2025
af6012b
[rubygems/rubygems] Fix date format in S3 URI signer
rye-stripe Jun 12, 2025
5d880b7
[rubygems/rubygems] Correctly sign S3 HEAD requests
rye-stripe Jun 12, 2025
3feba18
[rubygems/rubygems] Let s3_uri_signer accept the HTTP method
rye-stripe Jun 19, 2025
4ed2757
[rubygems/rubygems] Update gemspec based on provided github username …
hellosweta Jun 23, 2025
3f0e0d5
[ruby/io-nonblock] Bump up the required ruby version
nobu Jul 9, 2025
cd10afe
Removed a left over from c71a60c1dd02
nobu Jul 9, 2025
25afe7e
Rename variables to suit each method
nobu Jul 9, 2025
ddeefa2
[ruby/io-wait] Bump up the required ruby version
nobu Jul 9, 2025
0c1c3ff
[ruby/io-wait] Revert https://github.com/ruby/io-wait/pull/9 "Make
nobu Jul 9, 2025
ba246c5
[ruby/io-wait] Revert "Fix dependency for ruby 2.6"
nobu Jul 9, 2025
0873877
Update to ruby/spec@ed254ba
andrykonchin Jul 9, 2025
f17e5c4
[DOC] Tweaks for String#chomp!
BurdetteLamar Jul 8, 2025
1de0b28
[DOC] Tweaks for String#chomp
BurdetteLamar Jul 8, 2025
5dfd86c
Fix off-by-one in shape_tree_mark/shape_tree_compact
jhawthorn Jul 7, 2025
cfc006d
Always use atomics to get the shape count
jhawthorn Jul 7, 2025
54f28c1
Avoid concurrently overflowing of shape_id
jhawthorn Jul 7, 2025
94e702b
[DOC] Tweaks for String#chop
BurdetteLamar Jul 9, 2025
3baed2e
[DOC] Tweaks for String#chr
BurdetteLamar Jul 9, 2025
6c77a0c
[DOC] Tweaks for String#chop
BurdetteLamar Jul 9, 2025
b146eae
[DOC] Tweaks for String#clear
BurdetteLamar Jul 9, 2025
10b582d
ZJIT: Profile `opt_and` and `opt_or` instructions
st0012 Jul 9, 2025
e2a81c7
ZJIT: Optimize `opt_and` and `opt_or` instructions for Fixnum
st0012 Jul 9, 2025
1df94aa
ZJIT: Name side-exit test cases correctly
st0012 Jul 9, 2025
f5085c7
ZJIT: Mark profiled objects when marking ISEQ (#13784)
k0kubun Jul 9, 2025
581da51
Fix whitespace on some RB_VM_LOCKING calls
jhawthorn Jul 9, 2025
8cc109a
[rubygems/rubygems] Update vendored resolv to 0.6.2
hsbt Jul 9, 2025
bec1ff6
Sort `COMMONOBJS` alphabetically
nobu Jul 10, 2025
65a0f46
Warn to use tsort for Ruby 3.6 that will be released at 2026
hsbt Jul 10, 2025
bd18238
[Bug #19417] Make word prop match join_control ...
jaynetics Apr 13, 2023
cdeb9c4
Fix timeout in Addrinfo.getaddrinfo to actually take effect (#13803)
shioimm Jul 10, 2025
800de98
[Bug #19417] Update version guard
nobu Jul 10, 2025
a1acba6
[DOC] Tweaks for String#codepoints
BurdetteLamar Jul 9, 2025
51252ef
[DOC] Tweaks for String#concat (#13836)
BurdetteLamar Jul 10, 2025
1fb4929
Make `rb_enc_autoload_p` atomic
byroot Jul 10, 2025
9d41541
Fix unused variable warnings in default.c in modular GC
peterzhu2118 Jul 8, 2025
9ab80a7
ZJIT: Avoid optimizing locals on eval (#13840)
k0kubun Jul 10, 2025
214983b
ZJIT: Add def-use validator via dataflow analysis (#13814)
Fidget-Spinner Jul 10, 2025
b1828cb
ZJIT: Implement patch points on BOP redefinition (#13850)
k0kubun Jul 10, 2025
45be0e9
ZJIT: Validate that each IR instruction appears at most once
tekknolagi Jul 10, 2025
470e11a
ZJIT: Mark Snapshot as having an output
tekknolagi Jul 10, 2025
6c66458
Fix rb_eSystemExit raised in Ractor
jhawthorn Jul 9, 2025
0e2bae8
ZJIT: Print a message about ZJIT_RB_BUG when unused (#13852)
k0kubun Jul 11, 2025
a02dcbf
Remove accidentally committed method Module.gccct_clear_table
luke-gruber Jul 10, 2025
0058bee
Fix `heap-use-after-free` in `rb_getaddrinfo` (#13856)
shioimm Jul 11, 2025
1317377
ZJIT: A64: Have add/sub to SP be single-instruction
XrXr Jul 7, 2025
b2fdd26
Lookbehind regexp must be fixed-length
mame Jul 11, 2025
08d4f78
Rename some set_* functions to set_table_*
jeremyevans Jun 29, 2025
2ab3869
Add Set C-API
jeremyevans Jun 29, 2025
0b23a8d
Update dependencies for addition of set.h to public headers
jeremyevans Jun 29, 2025
9760ec6
[DOC] Move document only source to doc
nobu Jul 11, 2025
12d44db
Use an invariant condition
nobu Jul 11, 2025
e3456d6
ZJIT: Don't stringify Function in ValidationError
tekknolagi Jul 11, 2025
0d7d87b
ZJIT: Gracefully handle iseq_name with NULL ISEQ
tekknolagi Jul 11, 2025
e53bfe2
ZJIT: Fix missing find!() for SetIvar
tekknolagi Jul 11, 2025
bd162dc
ZJIT: Run validation between compiler passes in debug mode
tekknolagi Jul 10, 2025
c0b9480
[DOC] Add a few new terms to Ruby glossary
st0012 Jul 11, 2025
77de6b4
[DOC] Add ZJIT glossary table
st0012 Jul 11, 2025
b760afe
ZJIT: Improve asm comments for side exits (#13853)
k0kubun Jul 11, 2025
b0b1712
ZJIT: Use Vec instead of HashMap for profiling (#13809)
tekknolagi Jul 11, 2025
1582bd9
Add Timeout message when bootstraptest times out
jhawthorn Jul 10, 2025
482eeb7
[DOC] Remove doc/rdoc/markup_reference.rb
peterzhu2118 Jul 10, 2025
c592cbd
[DOC] Fix links to RDoc in documentation_guide.md
peterzhu2118 Jul 10, 2025
3ec46aa
ZJIT: Mark objects baked in JIT code (#13862)
k0kubun Jul 11, 2025
c47a92b
[ruby/uri] Fix the message for unexpected argument
nobu Jul 12, 2025
f176462
[ruby/uri] Make URI::regexp schemes case sensitive
nobu Jul 8, 2025
0685e8c
[ruby/uri] lib/uri/mailto.rb (EMAIL_REGEXP): the local part should no…
nlevchuk Nov 6, 2024
c97eba9
[ruby/uri] lib/uri/mailto.rb (EMAIL_REGEXP): use assertions surroundi…
nlevchuk Dec 6, 2024
859d742
[ruby/uri] More tests for `check_to`
nobu Jul 12, 2025
1add45e
[ruby/uri] Prohibit successive dots in email
nobu Jul 12, 2025
22b81b5
[ruby/uri] Do not allow empty host names, as they are not allowed by …
jeremyevans Aug 19, 2024
cf7b871
[ruby/uri] Improve performance of `URI::MailTo::EMAIL_REGEXP`
nobu Jul 12, 2025
753e3b7
[ruby/openssl] asn1: align UTCTime year range with RFC 5280
rhenium Feb 27, 2025
dbf7a0c
[ruby/io-wait] [Bug #21509] [DOC] Correct `IO#wait` description
nobu Jul 12, 2025
9e7a985
[Bug #21509] [DOC] Correct `IO#wait` description
nobu Jul 12, 2025
b0db93c
[DOC] Tweaks for String#count
BurdetteLamar Jul 12, 2025
e1bc92d
[DOC] Tweaks for String#delete
BurdetteLamar Jul 12, 2025
b438915
[DOC] TWeaks for String#delete!
BurdetteLamar Jul 12, 2025
9c166d2
[ruby/uri] Test in exponential scale with rehearsal
nobu Jul 12, 2025
f03cc0b
[ruby/uri] Repeat matching to reduce deviations
nobu Jul 13, 2025
55baf02
Fix an indent [ci skip]
nobu Jul 14, 2025
7dc2841
[rubygems/rubygems] Load RubyGems extensions in the first place
deivid-rodriguez Jul 10, 2025
51e8900
[rubygems/rubygems] Reset tmp directories before spec suite
deivid-rodriguez Jul 10, 2025
f1cbd58
[rubygems/rubygems] Stop generating binstubs with support for RubyGem…
deivid-rodriguez Jul 9, 2025
15751af
[rubygems/rubygems] Improve some heredoc indentations
deivid-rodriguez Jul 9, 2025
4651d23
[rubygems/rubygems] No need to detect ancient binstubs either
deivid-rodriguez Jul 9, 2025
1c48aa6
[rubygems/rubygems] Move loading Bundler without platform warnings to…
deivid-rodriguez Jul 10, 2025
a93c684
[rubygems/rubygems] Change helper to load only Bundler extensions to …
deivid-rodriguez Jul 10, 2025
c3d4149
[rubygems/rubygems] Avoid more warnings when using RubyGems with old …
deivid-rodriguez Jul 10, 2025
7a03a02
[rubygems/rubygems] Fix more warnings when running old Bundler with l…
deivid-rodriguez Jul 9, 2025
1a03270
[ruby/uri] [DOC] Fix references
nobu Jul 14, 2025
d147091
[ruby/uri] [DOC] Document private visibility too
nobu Jul 14, 2025
8f54b5b
[ruby/uri] [DOC] Update old use of `URI::Parser`
nobu Jul 14, 2025
d38bb4a
[DOC] Tweaks for String#delete_prefix
BurdetteLamar Jul 12, 2025
55dd202
[DOC] Tweaks for String#delete_prefix!
BurdetteLamar Jul 12, 2025
07a3ab5
[DOC] Tweaks for String#delete_suffix
BurdetteLamar Jul 12, 2025
64d4e77
[DOC] Tweaks for String#delete_suffix! (#13872)
BurdetteLamar Jul 14, 2025
127cc42
Remove dead rb_cc_table_mark
peterzhu2118 Jul 10, 2025
b2a7b76
Remove dead rb_cc_table_free
peterzhu2118 Jul 10, 2025
e288a86
ZJIT: Restore SP register after JIT-to-JIT call (#13882)
k0kubun Jul 14, 2025
51a3ea5
YJIT: Set code mem permissions in bulk
wks Jun 30, 2025
3a47f4e
YJIT: Move RefCell one level down
wks Jul 10, 2025
a6d4839
ZJIT: Make debug info more detailed
tekknolagi Jul 14, 2025
d23f666
Split restore and save actions from action/cache. We need to save alw…
hsbt Jul 14, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
133 changes: 0 additions & 133 deletions .appveyor.yml

This file was deleted.

109 changes: 0 additions & 109 deletions .cirrus.yml

This file was deleted.

6 changes: 5 additions & 1 deletion .document
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ array.rb
ast.rb
dir.rb
gc.rb
hash.rb
io.rb
kernel.rb
marshal.rb
rjit.rb
numeric.rb
nilclass.rb
pack.rb
Expand All @@ -30,6 +30,10 @@ thread_sync.rb
trace_point.rb
warning.rb
yjit.rb
zjit.rb

# Errno::*
known_errors.inc

# the lib/ directory (which has its own .document file)
lib
Expand Down
Loading