aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix the condition when a new buffer is needed without GMPNobuyoshi Nakada2022-06-022-2/+23
* * 2022-06-02 [ci skip]git2022-06-021-1/+1
* Split YJIT rules for CODEOWNERSNobuyoshi Nakada2022-06-022-54/+57
* Revert incorrect string-guard optimisation. (#5969)Noah Gibbs2022-06-012-27/+31
* [rubygems/rubygems] Fix `bundle remove` by invalidating cached `Bundle.defint...Ellen Marie Dash2022-06-012-0/+34
* [rubygems/rubygems] Fix generated standalone script for default gemsDavid Rodríguez2022-06-012-1/+12
* [rubygems/rubygems] Remove code that seems unnecessaryDavid Rodríguez2022-06-011-3/+1
* [rubygems/rubygems] Restore ability to load old marshalled gemspec that use `...David Rodríguez2022-06-012-1/+8
* [rubygems/rubygems] Improve null private type testDavid Rodríguez2022-06-011-1/+1
* [rubygems/rubygems] Remove no longer needed `Psych::PrivateType` cleanupDavid Rodríguez2022-06-011-5/+0
* * 2022-06-01 [ci skip]git2022-06-011-2/+2
* [rubygems/rubygems] Skip duplicated dependency warning for gemspec dev depsDavid Rodríguez2022-06-012-7/+31
* [rubygems/rubygems] Give better conflict resolution adviceDavid Rodríguez2022-05-312-4/+65
* Add information from doc/hacking.md and doc/make_cheatsheet.md back i… (#5963)Jemma Issroff2022-05-304-118/+105
* Skip failing test with freebsdHiroshi SHIBATA2022-05-311-0/+2
* [rubygems/rubygems] Bump rb-sys in /test/rubygems/test_gem_ext_cargo_builder/...dependabot[bot]2022-05-312-46/+65
* Add yjit.o to DTRACE_DEPENDENT_OBJSJakub Kulík2022-05-301-1/+2
* [rubygems/rubygems] Bump rb-sysdependabot[bot]2022-05-312-46/+65
* Fix use-after-free with interacting TracePointsAlan Wu2022-05-303-5/+49
* * 2022-05-31 [ci skip]git2022-05-311-1/+1
* [ruby/fileutils] [DOC] Enhanced RDoc (https://github.com/ruby/fileutils/pull/77)Burdette Lamar2022-05-311-14/+69
* Skip failing test with freebsdHiroshi SHIBATA2022-05-301-0/+2
* [rubygems/rubygems] Fix crash when commenting out a mirror in configurationDavid Rodríguez2022-05-302-1/+29
* [rubygems/rubygems] Fix crash when installing gems with symlinksDavid Rodríguez2022-05-306-13/+50
* [rubygems/rubygems] No need to use `FileUtils` to create symlinksDavid Rodríguez2022-05-302-3/+3
* [rubygems/rubygems] Fix failing spec on WindowsDavid Rodríguez2022-05-301-5/+2
* [rubygems/rubygems] Remove seemingly unnecessary codeDavid Rodríguez2022-05-301-11/+0
* [ruby/stringio] Fix extracting encoding names in the fallback codeNobuyoshi Nakada2022-05-301-2/+7
* [ruby/stringio] Accept external and internal encodings pairNobuyoshi Nakada2022-05-302-1/+14
* Also skip failing test with freebsd 12Hiroshi SHIBATA2022-05-301-0/+2
* Update rubyspec for stringio bug fixJeremy Evans2022-05-291-5/+16
* [ruby/stringio] Fix handling of chomp with paragraph separatorJeremy Evans2022-05-302-24/+27
* [ruby/stringio] Update ext/stringio/stringio.cJeremy Evans2022-05-301-1/+2
* [ruby/stringio] Ignore chomp keyword for nil separatorJeremy Evans2022-05-302-3/+9
* [ruby/stringio] Fix each with multiple character string and chompJeremy Evans2022-05-302-2/+10
* [ruby/stringio] Fix expanding size at ungetc/ungetbyteNobuyoshi Nakada2022-05-302-5/+22
* Reduce duplicate replacementsNobuyoshi Nakada2022-05-301-5/+5
* Skip failing test with freebsdHiroshi SHIBATA2022-05-301-0/+5
* YJIT: Relax minimum Rust version requirement to 1.58.1Alan Wu2022-05-292-2/+6
* * 2022-05-30 [ci skip]git2022-05-301-1/+1
* [rubygems/rubygems] Ignore `Errno::EROFS` errors when creating `bundler.lock`David Rodríguez2022-05-302-1/+12
* [rubygems/rubygems] Ignore `Errno::EPERM` errors when creating `bundler.lock`David Rodríguez2022-05-292-1/+12
* * 2022-05-29 [ci skip]git2022-05-291-1/+1
* Revert flawed doc for slice_after, slice_when, and chunk_while (#5952)Burdette Lamar2022-05-281-55/+107
* [rubygems/rubygems] Make code to find target update version easier to followDavid Rodríguez2022-05-281-24/+12
* [rubygems/rubygems] Remove unnecessary name and platform filterDavid Rodríguez2022-05-281-5/+1
* [rubygems/rubygems] Fix rubygems update when non default `--install-dir` is c...David Rodríguez2022-05-282-5/+35
* Make `Kernel#p` completely uninterruptible.Samuel Williams2022-05-281-3/+3
* Tidy up usage of write_lock.Samuel Williams2022-05-281-68/+17
* Improve handling of zero length writes.Samuel Williams2022-05-281-12/+14