summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Document that Kernel#load will load relative to current directory [ci skip]Jeremy Evans2020-07-091-3/+15
* Fix typos [ci skip]Kazuhiro NISHIYAMA2020-07-091-2/+2
* * 2020-07-09 [ci skip]git2020-07-091-1/+1
* Bail out when unsupported coroutine targetNobuyoshi Nakada2020-07-091-4/+7
* Enhanced RDoc for Array (#3282)Burdette Lamar2020-07-081-59/+140
* Fix build error on Apple silicon macOSWatson2020-07-081-0/+3
* Hoisted out functions for no name rest argument symbolNobuyoshi Nakada2020-07-081-8/+19
* Constified NODE pointer in ASTNodeDataNobuyoshi Nakada2020-07-081-7/+7
* Added `NODE_SPECIAL_EXCESSIVE_COMMA` info to `ARGS` of `RubyVM::AbstractSynta...manga_osyo2020-07-082-1/+18
* * 2020-07-08 [ci skip]git2020-07-081-1/+1
* gc.c: Cast int literal "1" to bits_tYusuke Endoh2020-07-081-1/+1
* Expand heap pages to be exactly 16kbAaron Patterson2020-07-061-5/+4
* * 2020-07-07 [ci skip]git2020-07-071-1/+1
* Get rid of the redundant stat() in rb_check_realpath_internalJean Boussier2020-07-071-1/+3
* Inline builtin struct arefTakashi Kokubun2020-07-062-0/+11
* Run method_missing in the same execution contextNobuyoshi Nakada2020-07-062-9/+8
* [ruby/bigdecimal] Version 2.0.1Kenta Murata2020-07-061-1/+1
* [ruby/bigdecimal] Return US-ASCII string from BigDecimal#to_sKenta Murata2020-07-062-13/+18
* [ruby/bigdecimal] Drop Ruby 2.3 supportKenta Murata2020-07-061-1/+1
* [ruby/bigdecimal] Support Ruby < 2.6Kenta Murata2020-07-062-0/+27
* [ruby/bigdecimal] Add Complex#to_dKenta Murata2020-07-062-0/+45
* [ruby/bigdecimal] Make tests pass on Ruby 2.4Jeremy Evans2020-07-061-3/+4
* [ruby/bigdecimal] Remove definition of BigDecimal#initialize_copyJeremy Evans2020-07-062-7/+6
* [ruby/bigdecimal] Support a Complex in Kernel.BigDecimal()Kenta Murata2020-07-062-0/+21
* [ruby/bigdecimal] Undef BigDecimal#initialize_copyJeremy Evans2020-07-062-1/+9
* Removed ext/bigdecimal/util/depend unused since dd0c75fdc2104a6ba38b68d4431a5...Nobuyoshi Nakada2020-07-061-14/+0
* tool/sync_default_gems.rb: Accept multiple commit rangesNobuyoshi Nakada2020-07-061-9/+12
* Add operator info to `OP_ASGN2` of `RubyVM::AbstractSyntaxTree`.manga_osyo2020-07-062-1/+13
* * 2020-07-06 [ci skip]git2020-07-061-1/+1
* tool/sync_default_gems.rb: Added bigdecimalNobuyoshi Nakada2020-07-051-0/+1
* Removed duplicate test with test_BigDecimal_bug7522Nobuyoshi Nakada2020-07-051-5/+0
* Escape `#` for GNU make 3Nobuyoshi Nakada2020-07-051-1/+1
* Updated bundled gemsNobuyoshi Nakada2020-07-051-2/+2
* Skip comment and empty lines in gems/bundled_gems fileNobuyoshi Nakada2020-07-055-2/+9
* Prefix export symbol prefix to coroutine_transferNobuyoshi Nakada2020-07-053-8/+17
* Removed trailing spaces [ci skip]Nobuyoshi Nakada2020-07-052-4/+4
* fix up Primitive.cinit! codeKoichi Sasada2020-07-051-2/+2
* Check ROBJECT_EMBED on guards-merged ivar accessTakashi Kokubun2020-07-042-18/+37
* Use static variables in Range#minmaxJeremy Evans2020-07-041-2/+4
* * 2020-07-05 [ci skip]git2020-07-051-1/+1
* Fix non-numeric exclusive Range#minmax bugSam Bostock2020-07-042-1/+7
* Ignore rbenv version file, and moved dot files [ci skip]Nobuyoshi Nakada2020-07-041-2/+3
* support all locals for cexpr!, cstmt!Koichi Sasada2020-07-041-27/+50
* Allow hidden files with a hyphen to be source controlledDavid Rodríguez2020-07-041-1/+3
* Make Kernel#then, #yield_self, #frozen? builtin (#3283)Takashi Kokubun2020-07-035-54/+96
* Merge ivar guards on JIT (#3284)Takashi Kokubun2020-07-032-11/+98
* * 2020-07-04 [ci skip]git2020-07-041-1/+1
* Rewrite Kernel#tap with Ruby (#3281)Takashi Kokubun2020-07-034-38/+32
* Enhanced RDoc for Array (#3276)Burdette Lamar2020-07-031-51/+191
* Use ID instead of GENTRY for gvars. (#3278)Koichi Sasada2020-07-0310-178/+68