summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* Added release option to sync only released version of the default gemsHEADmasterHiroshi SHIBATA2022-03-08-5/+18
* test/io/console/test_io_console.rb: parens neededYusuke Endoh2022-03-08-1/+1
* Skip three tests on FreeBSD 13Yusuke Endoh2022-03-08-1/+26
* [DOC] Enhanced RDoc for String #tr and #tr! (#5626)Burdette Lamar2022-03-07-27/+41
* * 2022-03-08 [ci skip]git2022-03-08-1/+1
* [rubygems/rubygems] Add newline to validate_platforms! message when platform ...Alex Gittemeier2022-03-08-2/+2
* Use rb_ary_unshare for shared array in rb_ary_replacePeter Zhu2022-03-07-7/+1
* [DOC] Fix documentation typo for Process#clock_gettimeThierry Joyal2022-03-07-1/+1
* Update default gems list at 9c531ca524506f9de7bc4643fd6d89 [ci skip]git2022-03-07-0/+1
* [ruby/ostruct] Drop unused directives from gemspec (https://github.com/ruby/o...Olle Jonsson2022-03-07-2/+0
* [ruby/ostruct] v0.5.3Marc-André Lafortune2022-03-07-1/+1
* [ruby/ostruct] Fix class and method as attribute namesLadislav Gallay2022-03-07-1/+7
* [DOC] Change to guidance on lists in What's Here section (#5618)Burdette Lamar2022-03-07-10/+11
* * 2022-03-07 [ci skip]git2022-03-07-1/+1
* [rubygems/rubygems] Update README.md.ttBrad Gessler2022-03-07-9/+3
* * 2022-03-06 [ci skip]git2022-03-06-1/+1
* [rubygems/rubygems] Make `--strict` flag of `update` and `outdated` commands ...David Rodríguez2022-03-06-61/+43
* * 2022-03-05 [ci skip]git2022-03-05-1/+1
* Mention removed gems since 3.1 [ci skip]Kazuhiro NISHIYAMA2022-03-05-1/+4
* Remove gdbm related code from Travis CIKazuhiro NISHIYAMA2022-03-04-2/+0
* sitelibdir makes no sense in ruby itselfNobuyoshi Nakada2022-03-04-0/+4
* Fix typos [ci skip]Kazuhiro NISHIYAMA2022-03-04-2/+2
* Dedup superclass array in leaf sibling classesJohn Hawthorn2022-03-03-24/+26
* * 2022-03-04 [ci skip]git2022-03-04-1/+1
* Doc: fix documentation typo for Array#minRogerio Bordignon2022-03-03-1/+1
* Update to ruby/spec@82cd3a3Benoit Daloze2022-03-03-72/+213
* Update to ruby/mspec@bd47c2aBenoit Daloze2022-03-03-14/+48
* Update default gems list at 7f7db124ee6a72ec178d4045387062 [ci skip]git2022-03-03-0/+1
* [ruby/cgi] Bump up v0.3.2Hiroshi SHIBATA2022-03-03-1/+1
* [DOC] mark `rb_str_init` as `:nodoc:`Nobuyoshi Nakada2022-03-03-0/+1
* [DOC] Rename doc/*.rb as doc/*.rdocNobuyoshi Nakada2022-03-03-0/+4
* * 2022-03-03 [ci skip]git2022-03-03-1/+1
* [DOC] Addition to encoding.rdoc (#5617)Burdette Lamar2022-03-02-36/+40
* [MSWin] Allow gems with VS2022 for VS2019 build ruby [Misc #18362]Nobuyoshi Nakada2022-03-02-1/+4
* Exclude binstubs testsNobuyoshi Nakada2022-03-02-0/+4
* Revert "enc/depend: fix out-of-src build with --with-static-linked-ext" (#5616)Nobuyoshi Nakada2022-03-02-7/+1
* vm_method.c: avoid signature mismatch in rb_f_notimplement callYuta Saito2022-03-02-3/+16
* [ruby/rdoc] Use `Marshal.load io` instead of `Marshal.load io.read`Kazuhiro NISHIYAMA2022-03-02-4/+4
* dir.c: use self-made IFTODT in rb_pathtype_t if availableYuta Saito2022-03-02-2/+8
* enc/depend: fix out-of-src build with --with-static-linked-extYuta Saito2022-03-02-1/+7
* Using macros to check iseq elementS.H2022-03-02-3/+3
* Wrap ruby_abi_version in `extern "C"` for C++Peter Zhu2022-03-01-0/+8
* Close files in examples in io.c (#5615)Burdette Lamar2022-03-01-0/+65
* [DOC] Add encoding external/internal example to encoding.rdoc (#5610)Burdette Lamar2022-03-01-0/+23
* Show embed status of array when len is 0 in objspace dumpPeter Zhu2022-03-01-1/+23
* * 2022-03-02 [ci skip]git2022-03-02-1/+1
* Fix race in TestThread#test_thread_status_in_trapBenoit Daloze2022-03-01-1/+1
* Only define RUBY_DLN_CHECK_ABI when supportedPeter Zhu2022-03-01-6/+4
* ABI checking is not supported on WindowsPeter Zhu2022-03-01-1/+1
* dln.c: suppress unused function 'abi_check_enabled_p' warning for wasiYuta Saito2022-03-01-1/+1