aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* fix typoKoichi Sasada2020-12-161-2/+2
* fix duplicated nameKoichi Sasada2020-12-161-1/+1
* configure.ac: avoid squashing CXX=g++卜部昌平2020-12-161-3/+5
* Document Hash#transform_keys with hash. Amend NEWS [DOC] [ci skip]Marc-Andre Lafortune2020-12-152-16/+17
* Optimize `Enumerable#grep{_v}`Marc-Andre Lafortune2020-12-155-26/+99
* [DOC] Described "numeric representation" more precisely [ci skip]Nobuyoshi Nakada2020-12-161-2/+4
* * 2020-12-16 [ci skip]git2020-12-161-1/+1
* Removed unneeded cast and use the real nameNobuyoshi Nakada2020-12-151-1/+1
* TEST: multiarch support for HaikuZoltán Mizsei2020-12-151-0/+12
* Haiku: disable stack-protectorZoltán Mizsei2020-12-151-1/+1
* Add Haiku to the context support listZoltán Mizsei2020-12-151-0/+3
* Ripper: Refined error callbacks [Bug #17345]Nobuyoshi Nakada2020-12-154-47/+68
* Fix typo in NEWS.mdJunichi Ito2020-12-151-1/+1
* Added updated versions of the default gems on NEWSHiroshi SHIBATA2020-12-151-2/+14
* Bump version to json-2.4.0Hiroshi SHIBATA2020-12-151-1/+1
* Lock only active_units referencesTakashi Kokubun2020-12-141-1/+4
* Cache warning category IDsNobuyoshi Nakada2020-12-151-4/+8
* Import bigdecimal 2.0.2 (#3905)Kenta Murata2020-12-153-7/+29
* Simplify positioning of '{' and '}'Takashi Kokubun2020-12-141-30/+27
* add several debug countersKoichi Sasada2020-12-153-48/+90
* fix inline method cache sync bugKoichi Sasada2020-12-158-281/+260
* Skip defined check in NODE_OP_ASGN_OR with ivarJohn Hawthorn2020-12-141-1/+1
* Prepare to release rubygems-3.2.1 and bundler-2.2.1Hiroshi SHIBATA2020-12-1527-129/+329
* ripper: return pushed new token instead of the token listNobuyoshi Nakada2020-12-151-1/+3
* Move docs for Integer#bit_length [ci skip]Alan Wu2020-12-142-45/+41
* Help RDoc find Exception [ci skip]Alan Wu2020-12-141-0/+2
* NEWS: make links to label [ci skip]Nobuyoshi Nakada2020-12-151-3/+6
* NEWS: make links to other document files [ci skip]Nobuyoshi Nakada2020-12-151-2/+2
* Reword docs for Fiddle::Function#call [ci skip]Alan Wu2020-12-141-3/+2
* Update dependenciesAlan Wu2020-12-141-0/+3
* Deprecate Random::DEFAULTBenoit Daloze2020-12-144-3/+32
* Remove references to Random::DEFAULT in the documentationBenoit Daloze2020-12-141-8/+6
* NEWS: get rid of unintended link [ci skip]Nobuyoshi Nakada2020-12-151-1/+1
* * 2020-12-15 [ci skip]git2020-12-151-1/+1
* Fix code block indents [ci skip]Nobuyoshi Nakada2020-12-151-12/+12
* Fix indent for rdoc's markdownYusuke Endoh2020-12-141-23/+23
* Merge Psych-3.2.1 from ruby/psychHiroshi SHIBATA2020-12-145-7/+48
* Fixed dst name for digest gemHiroshi SHIBATA2020-12-141-1/+1
* Support shareable_constant_value: literalNobuyoshi Nakada2020-12-143-7/+135
* Make shareable_constant_value tri-stateNobuyoshi Nakada2020-12-142-22/+76
* shareable_constant_value: is effective only in comment-only lineNobuyoshi Nakada2020-12-142-5/+13
* Added continued line caseNobuyoshi Nakada2020-12-141-2/+5
* Added false caseNobuyoshi Nakada2020-12-141-1/+6
* Test by Ractor.shareable?Nobuyoshi Nakada2020-12-141-5/+5
* Make the value shareable deeplyNobuyoshi Nakada2020-12-142-3/+7
* Save and pass lex_context wholelyNobuyoshi Nakada2020-12-141-37/+40
* Determine shareable-ness after assignment operatorNobuyoshi Nakada2020-12-141-93/+103
* Implemented shareable_constant_value op_asgnNobuyoshi Nakada2020-12-141-1/+22
* Call FrozenCore.make_shareableNobuyoshi Nakada2020-12-143-6/+11
* Implemented shareable_constant_valueNobuyoshi Nakada2020-12-143-1/+36