summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Clang can also use C call cacheJohn Hawthorn2019-10-291-1/+1
* Let the arrays for the singleton and instance method reflection helpers be in...Lourens Naudé2019-10-291-2/+2
* Let the backtrace array constructed in backtrace_collect be initialized with ...Lourens Naudé2019-10-291-1/+1
* Right size the vm_default_params hashLourens Naudé2019-10-291-1/+1
* Right size the Enumerator internal lazy_use_super_method hashLourens Naudé2019-10-291-1/+1
* Right size the compile option hashLourens Naudé2019-10-291-1/+1
* Right size the iseq coverage branches tmp array - initializes with 5 elementsLourens Naudé2019-10-291-1/+1
* Version 0.0.4aycabta2019-10-291-1/+1
* Restore `in_kwarg` flag properlyNobuyoshi Nakada2019-10-292-1/+2
* Revert "Protect finalizer references during execution"Aaron Patterson2019-10-281-12/+15
* Protect finalizer references during executionAaron Patterson2019-10-281-15/+12
* Fix continuation mark / compactAaron Patterson2019-10-281-0/+6
* Pin labels during disassemblyAaron Patterson2019-10-281-4/+20
* Pin keys of this st_tableAaron Patterson2019-10-281-1/+1
* * 2019-10-29 [ci skip]git2019-10-291-1/+1
* Marshal is calling functions that should pin thingsAaron Patterson2019-10-281-2/+12
* Try out-of-place buildNobuyoshi Nakada2019-10-283-23/+48
* test-bundled-gems.rb: fixed for out-of-place buildNobuyoshi Nakada2019-10-281-2/+3
* Clean mjit and timestamp directoriesNobuyoshi Nakada2019-10-281-1/+1
* Add more matrix info to slack payloadKazuhiro NISHIYAMA2019-10-282-2/+2
* fix bug in keyword + protected combination卜部昌平2019-10-282-2/+25
* * 2019-10-28 [ci skip]git2019-10-281-1/+1
* add assertion for mutex_lock.Koichi Sasada2019-10-281-5/+16
* Add ubuntu-16.04 to matrix of GitHub ActionsKazuhiro NISHIYAMA2019-10-271-5/+4
* Improve Enumerator.produce docszverok2019-10-272-0/+22
* Fix documentation for Fiber#transfer [ci skip]Jeremy Evans2019-10-261-6/+13
* Add entry for Feature #13083 in NEWSBenoit Daloze2019-10-261-5/+17
* Update to ruby/spec@28a728bBenoit Daloze2019-10-2642-119/+486
* Update to ruby/mspec@e171725Benoit Daloze2019-10-262-8/+5
* * 2019-10-27 [ci skip]git2019-10-271-1/+1
* Improve Net::HTTP docs:zverok2019-10-262-6/+12
* OptionParser: document into: argumentzverok2019-10-261-3/+12
* open-uri: change global docs to reflect that URI.open syntax is preferredzverok2019-10-261-7/+7
* Net::FTP: fix formatting problems for #status methodzverok2019-10-261-1/+2
* IRB: Document command evaluation history.zverok2019-10-262-10/+57
* Update StringIO docs:zverok2019-10-261-41/+56
* Update ERB docszverok2019-10-261-8/+21
* Make `(#methodname)` a link with --hyperlink-all optionaycabta2019-10-261-1/+1
* Make `(#methodname)` a linkNobuyoshi Nakada2019-10-262-1/+3
* refactor assign variables卜部昌平2019-10-261-8/+5
* Documentation improvements for Ruby corezverok2019-10-268-25/+118
* Raise on end-exclusive ranges [Feature #14784]Nobuyoshi Nakada2019-10-262-12/+15
* [ruby/forwardable] Use Gemfile instead of Gem::Specification#add_development_...Hiroshi SHIBATA2019-10-261-3/+0
* [ruby/forwardable] Fix NoMethodError on ruby 2.4 or earlierKazuhiro NISHIYAMA2019-10-261-1/+1
* [ruby/forwardable] Remove string allocation in def_{instance,single}_delegatorsJeremy Evans2019-10-261-2/+2
* [ruby/forwardable] Make def_{instance,single}_delegators skip :__send__ and :...Jeremy Evans2019-10-262-6/+28
* [ruby/forwardable] Update spec.filesHiroshi SHIBATA2019-10-261-1/+1
* [ruby/forwardable] Extracted VERSION constant for gemspecHiroshi SHIBATA2019-10-263-6/+8
* [ruby/dbm] Remove taint supportJeremy Evans2019-10-262-23/+21
* * 2019-10-26 [ci skip]git2019-10-261-1/+1