summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* What's Here for Range (#4881)Burdette Lamar2021-09-221-4/+88
* * 2021-09-23 [ci skip]git2021-09-231-1/+1
* Check the encoding of `ruby2_keywords_flag` [Bug #18184]Nobuyoshi Nakada2021-09-232-1/+6
* [ruby/reline] Use `unpack1` instead of `unpack(template)[0]`Kazuhiro NISHIYAMA2021-09-222-2/+2
* [ruby/irb] Use typed spaces when the line is inside the here documentsKaíque Kandy Koga2021-09-222-10/+22
* Check the entire name as `ruby2_keywords_flag` [Bug #18184]Nobuyoshi Nakada2021-09-222-2/+8
* add NEWS entry for https://github.com/ruby/ruby/pull/4815卜部昌平2021-09-221-0/+3
* RBIMPL_ATTR_NOALIAS: not until LLVM 12卜部昌平2021-09-221-1/+12
* include/ruby/atomic.h: rework卜部昌平2021-09-221-278/+664
* .cirrus.yml: Add Cirrus CI for Arm64 tests.fedor2021-09-223-0/+72
* Rework order of operations to better handle last_status.Samuel Williams2021-09-221-9/+6
* Add support for non-blocking `Kernel.system`.Samuel Williams2021-09-222-64/+111
* [DOC] Additional to Array#sample [ci skip]Nobuyoshi Nakada2021-09-221-0/+2
* [rubygems/rubygems] Fix bug where redacted credentials are sent to serverJonathan2021-09-222-0/+16
* [rubygems/rubygems] Update gem request tests to pass a Gem::Uri into the Gem:...Jonathan2021-09-221-6/+6
* [rubygems/rubygems] Fix an issue causing nested Gem::Uri instancesJonathan2021-09-221-1/+1
* [rubygems/rubygems] Fix possible malicious website to example.comfiveNinePlusR2021-09-222-2/+2
* [rubygems/rubygems] Only check if descriptions *start with* FIXME/TODOEllen Marie Dash2021-09-222-1/+15
* [rubygems/rubygems] Avoid loading URI unnecessarily when activating gemsDavid Rodríguez2021-09-221-1/+0
* * 2021-09-22 [ci skip]git2021-09-221-1/+1
* Explicit the target of do-install-all as the same as dont-install-allNobuyoshi Nakada2021-09-211-1/+1
* [ruby/irb] Sort shortest files in each load pathsNobuyoshi Nakada2021-09-211-12/+16
* [ruby/irb] Check if Gem::Specification is definedNobuyoshi Nakada2021-09-211-2/+2
* [ruby/irb] Fix argument orderNobuyoshi Nakada2021-09-211-1/+1
* Ripper source on mswinNobuyoshi Nakada2021-09-213-2/+4
* Enhanced RDoc for Enumerable#inject (#4876)Burdette Lamar2021-09-201-38/+131
* Enhanced RDoc for Range (#4870)Burdette Lamar2021-09-201-88/+151
* * 2021-09-21 [ci skip]git2021-09-211-1/+1
* Enhance documentation on GC.stat (#4843)Jemma Issroff2021-09-201-30/+56
* Fix malloc_increase is not correctly calculatedPeter Zhu2021-09-201-3/+3
* Add gvl and fiber assertions to scheduler interface to catch invalid usage.Samuel Williams2021-09-203-0/+12
* Add alternative optional hook for `scheduler_close` to allow public usage of ...Samuel Williams2021-09-202-6/+24
* Don't describe C function that does not exist in prior versions.Samuel Williams2021-09-201-2/+2
* Add C interface spec.Samuel Williams2021-09-202-0/+49
* Expose `rb_fiber_raise` and tidy up the internal implementation.Samuel Williams2021-09-202-71/+96
* Allow to include uninitialized modules [Bug #18177]Nobuyoshi Nakada2021-09-202-1/+14
* * 2021-09-20 [ci skip]git2021-09-201-1/+1
* MINGW-UCRT: Set CONFIG['arch'] and RUBY_PLATFORM to "x64-mingw-ucrt"Lars Kanis2021-09-203-1/+7
* CI: Enable MINGW-UCRT build and test in github actionsLars Kanis2021-09-201-6/+12
* Adjust test to set+get big values on all platforms and add MINGW-UCRTLars Kanis2021-09-201-7/+7
* MINGW: _WIN64 is not defined on i386-mingw32 + ucrt.xtkoba (Tee KOBAYASHI)2021-09-201-2/+2
* MINGW: More permissive pattern matching for coroutinextkoba (Tee KOBAYASHI)2021-09-201-2/+2
* MINGW: set rb_cv_msvcrt=ucrt and RT_VER=140 when UCRT is usedxtkoba (Tee KOBAYASHI)2021-09-201-1/+3
* MINGW: Fix build error on Windows UCRTxtkoba (Tee KOBAYASHI)2021-09-201-1/+7
* Fix a typo [Bug #17048]Nobuyoshi Nakada2021-09-193-4/+4
* Enable shallow clone on appveyorNobuyoshi Nakada2021-09-191-0/+1
* Extract hook macro for attributesNobuyoshi Nakada2021-09-192-48/+30
* Revert "Do not load file with same realpath twice when requiring"Jeremy Evans2021-09-184-63/+3
* * 2021-09-19 [ci skip]git2021-09-191-1/+1
* Do not load file with same realpath twice when requiringJeremy Evans2021-09-184-3/+63