summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "Manually merged from https://github.com/rubygems/rubygems/pull/2636"Hiroshi SHIBATA2020-09-23274-672/+0
* bump Bundler's version to 2.2.0.rc.1Hiroshi SHIBATA2020-09-232-2/+2
* Manually merged from https://github.com/rubygems/rubygems/pull/2636Hiroshi SHIBATA2020-09-23274-0/+672
* bundle-package.* was removed at upstream repoHiroshi SHIBATA2020-09-233-206/+0
* strip trailing spaces [ci skip]Nobuyoshi Nakada2020-09-231-1/+1
* Update the version number of rubygems and bundler at NEWS.mdHiroshi SHIBATA2020-09-231-2/+2
* Fix call-seq [ci skip]Kazuhiro NISHIYAMA2020-09-231-1/+1
* Bundle rbs gem as bundled gems (#3496)Hiroshi SHIBATA2020-09-233-3/+12
* Removed rb_find_file_ext_safe and rb_find_file_safeHiroshi SHIBATA2020-09-232-16/+0
* Update UnixSocket#recv_io tests to handle receiving a UnixSocketJeremy Evans2020-09-221-2/+8
* Enhanced RDoc for String (#3565)Burdette Lamar2020-09-221-44/+42
* Rudimentary support for disassembling rb_iseq_tAaron Patterson2020-09-221-0/+197
* Revert "Prevent SystemStackError when calling super in module with activated ...Jeremy Evans2020-09-223-93/+20
* Add a comment about why we're checking the finalizer tableAaron Patterson2020-09-221-0/+5
* * 2020-09-23 [ci skip]git2020-09-231-1/+1
* Revert "Pin values in the finalizer table"Aaron Patterson2020-09-221-0/+6
* Make hash returned by Hash#transform_values not have a defaultJeremy Evans2020-09-212-0/+2
* * 2020-09-22 [ci skip]git2020-09-221-1/+1
* Comply with guide for method doc: string.c (#3528)Burdette Lamar2020-09-211-70/+42
* Make Thread#join always convert its argument, as before 70f08f1eedBenoit Daloze2020-09-212-3/+13
* Simplify the implementation of Scheduler#blockBenoit Daloze2020-09-211-13/+15
* Make it clear the first field of join_arg is the waiting threadBenoit Daloze2020-09-211-11/+11
* Fix Thread leak in Thread#join specsBenoit Daloze2020-09-211-1/+2
* Add NEWS about `Fiber#backtrace` and `Fiber#backtrace_locations`.Samuel Williams2020-09-211-0/+3
* Update NEWS & documentation relating to scheduler.Samuel Williams2020-09-213-140/+171
* Make `Thread#join` non-blocking.Samuel Williams2020-09-217-128/+169
* * 2020-09-21 [ci skip]git2020-09-211-1/+1
* When setting current thread scheduler to nil, invoke `#close`.Samuel Williams2020-09-217-6/+75
* Update heap_pages_himem after freeing pagesPeter Zhu2020-09-201-0/+6
* Fulfill missing tests and stabilize testsQuang-Minh Nguyen2020-09-201-22/+126
* Validate name during initializationQuang-Minh Nguyen2020-09-202-17/+43
* Add status to Ractor#inspectQuang-Minh Nguyen2020-09-202-3/+27
* * 2020-09-20 [ci skip]git2020-09-201-1/+1
* Remove from waiter in Mutex#lock with ensure when calling rb_scheduler_block()Benoit Daloze2020-09-202-6/+45
* [ruby/io-wait] update required_ruby_versionNobuyoshi Nakada2020-09-191-1/+1
* strip trailing spaces [ci skip]Nobuyoshi Nakada2020-09-193-6/+6
* Add assertions when inline caches are copied to MJITAaron Patterson2020-09-181-0/+11
* [ruby/irb] Version 1.2.7aycabta2020-09-191-2/+2
* [ruby/irb] Drop OMIT_ON_ASSIGNMENT and add :truncate option for ECHO_ON_ASSIG...aycabta2020-09-194-50/+22
* * 2020-09-19 [ci skip]git2020-09-191-1/+1
* Pin values in the finalizer tableAaron Patterson2020-09-181-7/+9
* Added sync task for bigdecimalHiroshi SHIBATA2020-09-181-0/+8
* The executable file of erb is under the libexec on ruby/erb repoHiroshi SHIBATA2020-09-181-1/+1
* Fix copy/paste error from 5bb5e706f1d310a467075630145d2cc277045765Benoit Daloze2020-09-181-1/+1
* Only interrupt when there is no scheduler in sync_wakeup()Benoit Daloze2020-09-181-2/+4
* [ruby/rdoc] Add man/ri.1 for distribution filesaycabta2020-09-181-0/+1
* [ruby/rdoc] Fix spelling error in parser commentDorian MariƩ2020-09-181-1/+1
* [ruby/rdoc] update all files if any file is newerNobuyoshi Nakada2020-09-183-21/+34
* [ruby/rdoc] Support full filename to make a link for a text fileaycabta2020-09-183-2/+10
* sync ruby_global_symbolsKoichi Sasada2020-09-182-103/+199