summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-06Allow `RUBY_DEBUG_LOG` format to be emptyNobuyoshi Nakada
2022-08-06Adjust styles [ci skip]Nobuyoshi Nakada
2022-08-05Test that File.read defaults to text modeAlan Wu
2022-08-05[DOC] Mention Windows text mode EOF marker interpretationAlan Wu
2022-08-05[DOC] Clarify that `IO.read` uses text modeAlan Wu
2022-08-06* 2022-08-06 [ci skip]git
2022-08-05Sync new doc in Date (#6215)Burdette Lamar
2022-08-05Get rid of `-C` option for very old `git`Nobuyoshi Nakada
2022-08-05[DOC] Process._fork does not get called by Process.daemonIvo Anjo
2022-08-05[rubygems/rubygems] Include backtrace with crashes by defaultDavid Rodríguez
2022-08-05[rubygems/rubygems] Automatically remove "ruby" from lockfile if incompleteDavid Rodríguez
2022-08-05Ignore revision to test unless HAVE_GITNobuyoshi Nakada
2022-08-05Clone upstream gem repositories for testNobuyoshi Nakada
2022-08-05Load gemspec file at that directoryNobuyoshi Nakada
2022-08-05Copy from cloned gem sources in parallelNobuyoshi Nakada
2022-08-05Move to tool/lib/bundled_gem.rbNobuyoshi Nakada
2022-08-05Extract bundled gems by BASERUBYNobuyoshi Nakada
2022-08-05Copy from bundled gem source for testNobuyoshi Nakada
2022-08-05Use configured GITNobuyoshi Nakada
2022-08-04Fix inconsistency with opt_aref_withJohn Hawthorn
2022-08-04YJIT: Allow str-concat arg to be any string subtype, not just rb_cString (#6205)Noah Gibbs
2022-08-04YJIT: Add known_* helpers for Type (#6208)John Hawthorn
2022-08-05* 2022-08-05 [ci skip]git
2022-08-05[rubygems/rubygems] Fix unused variable warningDavid Rodríguez
2022-08-04thread_sync.c: pass proper argument to queue_sleep in rb_szqueue_pushJean Boussier
2022-08-04Add `-bundle_loader` to mjit compilation args on macOSYuta Saito
2022-08-04Resolve abi symbols from libruby.dylib when availableYuta Saito
2022-08-04Resolve abi symbol references from miniruby to avoid circular depsYuta Saito
2022-08-04Use $(bindir) for path to executable in mkmfAlan Wu
2022-08-04Quote $(BUILTRUBY) so paths with spaces workAlan Wu
2022-08-04Link ext bundles with bundle loader option for newer ld64Yuta Saito
2022-08-04[rubygems/rubygems] Warn dangling symlinksDavid Rodríguez
2022-08-04[rubygems/rubygems] Extract entry.full_name to a variableDavid Rodríguez
2022-08-04* 2022-08-04 [ci skip]git
2022-08-04[ruby/irb] shortcut colorize_code to speedup pretty_printtompng
2022-08-03Harden Queue#pop timeout testsJean Boussier
2022-08-03[rubygems/rubygems] Fix `bundle outdated --strict`David Rodríguez
2022-08-03[rubygems/rubygems] Fix conservative updates regardless of `--strict`David Rodríguez
2022-08-03Merge rubygems/bundler HEADHiroshi SHIBATA
2022-08-03[ruby/bigdecimal] Updated to use the correct spec for muilti licenseThomas Winsnes
2022-08-03Updated to use multiple licensesThomas Winsnes
2022-08-03[rubygems/rubygems] fix platform matching for index specsIlya Dyakonov
2022-08-03[rubygems/rubygems] Warn (rather than crash) when setting `nil` specification...David Rodríguez
2022-08-03[ruby/date] Enhanced RDoc (https://github.com/ruby/date/pull/69)Burdette Lamar
2022-08-03[ruby/date] [DOC] Enhanced RDoc for parser methods (https://github.com/ruby/d...Burdette Lamar
2022-08-03* 2022-08-03 [ci skip]git
2022-08-02Speed up setting the backref match objectAaron Patterson
2022-08-02[DOC] Specify ways to run bootstrap testsPeter Zhu
2022-08-02[rubygems/rubygems] Array is already uniq, no need to deduplicate itDavid Rodríguez
2022-08-02[rubygems/rubygems] Fix arguments for bundle-config(1) docsTakuya Noguchi