summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-29[ruby/rdoc] Support different drive latters in include pathsaycabta
2019-10-29[ruby/rdoc] Use omit of test-unit instead of skip of minitestaycabta
2019-10-29Check for nonnull attribute in configureNobuyoshi Nakada
2019-10-29Clang can also use C call cacheJohn Hawthorn
2019-10-29Let the arrays for the singleton and instance method reflection helpers be in...Lourens Naudé
2019-10-29Let the backtrace array constructed in backtrace_collect be initialized with ...Lourens Naudé
2019-10-29Right size the vm_default_params hashLourens Naudé
2019-10-29Right size the Enumerator internal lazy_use_super_method hashLourens Naudé
2019-10-29Right size the compile option hashLourens Naudé
2019-10-29Right size the iseq coverage branches tmp array - initializes with 5 elementsLourens Naudé
2019-10-29Version 0.0.4aycabta
2019-10-29Restore `in_kwarg` flag properlyNobuyoshi Nakada
2019-10-28Revert "Protect finalizer references during execution"Aaron Patterson
2019-10-28Protect finalizer references during executionAaron Patterson
2019-10-28Fix continuation mark / compactAaron Patterson
2019-10-28Pin labels during disassemblyAaron Patterson
2019-10-28Pin keys of this st_tableAaron Patterson
2019-10-29* 2019-10-29 [ci skip]git
2019-10-28Marshal is calling functions that should pin thingsAaron Patterson
2019-10-28Try out-of-place buildNobuyoshi Nakada
2019-10-28test-bundled-gems.rb: fixed for out-of-place buildNobuyoshi Nakada
2019-10-28Clean mjit and timestamp directoriesNobuyoshi Nakada
2019-10-28Add more matrix info to slack payloadKazuhiro NISHIYAMA
2019-10-28fix bug in keyword + protected combination卜部昌平
2019-10-28* 2019-10-28 [ci skip]git
2019-10-28add assertion for mutex_lock.Koichi Sasada
2019-10-27Add ubuntu-16.04 to matrix of GitHub ActionsKazuhiro NISHIYAMA
2019-10-27Improve Enumerator.produce docszverok
2019-10-26Fix documentation for Fiber#transfer [ci skip]Jeremy Evans
2019-10-26Add entry for Feature #13083 in NEWSBenoit Daloze
2019-10-26Update to ruby/spec@28a728bBenoit Daloze
2019-10-26Update to ruby/mspec@e171725Benoit Daloze
2019-10-27* 2019-10-27 [ci skip]git
2019-10-26Improve Net::HTTP docs:zverok
2019-10-26OptionParser: document into: argumentzverok
2019-10-26open-uri: change global docs to reflect that URI.open syntax is preferredzverok
2019-10-26Net::FTP: fix formatting problems for #status methodzverok
2019-10-26IRB: Document command evaluation history.zverok
2019-10-26Update StringIO docs:zverok
2019-10-26Update ERB docszverok
2019-10-26Make `(#methodname)` a link with --hyperlink-all optionaycabta
2019-10-26Make `(#methodname)` a linkNobuyoshi Nakada
2019-10-26refactor assign variables卜部昌平
2019-10-26Documentation improvements for Ruby corezverok
2019-10-26Raise on end-exclusive ranges [Feature #14784]Nobuyoshi Nakada
2019-10-26[ruby/forwardable] Use Gemfile instead of Gem::Specification#add_development_...Hiroshi SHIBATA
2019-10-26[ruby/forwardable] Fix NoMethodError on ruby 2.4 or earlierKazuhiro NISHIYAMA
2019-10-26[ruby/forwardable] Remove string allocation in def_{instance,single}_delegatorsJeremy Evans
2019-10-26[ruby/forwardable] Make def_{instance,single}_delegators skip :__send__ and :...Jeremy Evans
2019-10-26[ruby/forwardable] Update spec.filesHiroshi SHIBATA