aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix test_super_with_anonymous_block test to use anonymous blockJeremy Evans2021-11-191-1/+1
* * 2021-11-20 [ci skip]git2021-11-201-1/+1
* Enhanced RDoc for Float (#5144)Burdette Lamar2021-11-191-19/+57
* Do not document vendored files [ci skip]Nobuyoshi Nakada2021-11-192-0/+2
* [rubygems/rubygems] Previous logic can mostly go nowDavid Rodríguez2021-11-191-8/+3
* [rubygems/rubygems] Allow `bundle update` to downgrade gems by changing the G...David Rodríguez2021-11-192-1/+62
* [rubygems/rubygems] Extract a converge_specs method for later reusing itDavid Rodríguez2021-11-191-16/+21
* [rubygems/rubygems] Avoid unnecessary loopDavid Rodríguez2021-11-191-15/+5
* gc.c: Fix a compile error on some crossbuildsYusuke Endoh2021-11-191-1/+1
* optimize `Struct` getter/setterKoichi Sasada2021-11-1910-238/+181
* `rb_method_optimized_t` for further extensionKoichi Sasada2021-11-196-21/+30
* use ULL2NUM directly.Koichi Sasada2021-11-191-11/+1
* GC measurement featureKoichi Sasada2021-11-193-37/+106
* support `GC.stat(:time)` take 2Koichi Sasada2021-11-191-0/+51
* Optimize dynamic string interpolation for symbol/true/false/nil/0-9Jeremy Evans2021-11-1820-37/+240
* Anonymous block forwarding allows a method to forward a passedJeremy Evans2021-11-186-2/+70
* Refactor setclassvariable (#5143)Eileen M. Uchitelle2021-11-182-3/+6
* Update documentation for Module#{private,public,protected,module_function}Jeremy Evans2021-11-182-14/+42
* Make Module#{public,private,protected,module_function} return argumentsJeremy Evans2021-11-188-37/+139
* Refactor getclassvariable (#5137)Eileen M. Uchitelle2021-11-183-17/+12
* * 2021-11-19 [ci skip]git2021-11-191-1/+1
* Add --yjit-no-type-prop so we can test YJIT without type propagation (#5135)Maxime Chevalier-Boisvert2021-11-187-4/+40
* Enhanced RDoc for Integer (#5139)Burdette Lamar2021-11-181-23/+62
* Throttle GitHub Actions [ci skip]Nobuyoshi Nakada2021-11-1812-0/+48
* Expect bool as `sort:` option at glob [Feature #18287]Nobuyoshi Nakada2021-11-184-1/+20
* Update bundled_gemsKazuhiro NISHIYAMA2021-11-181-2/+2
* [ruby/date] Bump version to 3.2.2Hiroshi SHIBATA2021-11-181-1/+1
* [ruby/date] Expose Date::VERSIONJean Boussier2021-11-182-1/+7
* Remove macOS CIs [ci skip]Nobuyoshi Nakada2021-11-182-80/+1
* Allow Kernel#load to load code into a specified moduleJeremy Evans2021-11-172-11/+47
* Improve performance Kernel#Float with using Primitive.mandatory_only? method ...S.H2021-11-172-1/+11
* Enhanced RDoc for Integer (#5138)Burdette Lamar2021-11-171-81/+119
* [rubygems/rubygems] Protect specs access at a finer levelDavid Rodríguez2021-11-182-16/+12
* [rubygems/rubygems] Stop using a constant for something not constantDavid Rodríguez2021-11-181-12/+8
* [rubygems/rubygems] Extract a helper method to reset specsDavid Rodríguez2021-11-181-10/+11
* [rubygems/rubygems] Make clearing loaded spec cache really privateDavid Rodríguez2021-11-181-2/+3
* [rubygems/rubygems] `Gem::Specification.reset` already clears loaded spec cacheDavid Rodríguez2021-11-181-1/+0
* [rubygems/rubygems] We can now use standard memoizationDavid Rodríguez2021-11-181-4/+1
* [rubygems/rubygems] Easier preservation of activated specsDavid Rodríguez2021-11-181-7/+1
* [rubygems/rubygems] Set `@@all` variable at class definition timeDavid Rodríguez2021-11-181-1/+2
* Enhanced RDoc for Integer (#5134)Burdette Lamar2021-11-171-85/+156
* compile.c: remove dead codeYusuke Endoh2021-11-181-1/+0
* compile.c: Fix typoYusuke Endoh2021-11-181-1/+1
* * 2021-11-18 [ci skip]git2021-11-181-1/+1
* Add tests for cme NULL crashPeter Zhu2021-11-171-1/+7
* node/h: clean node field accessorsYusuke Endoh2021-11-171-13/+13
* node.c (dump_node): update format explanation for NODE_ARGSYusuke Endoh2021-11-171-2/+2
* node.c (dump_node): trivial refactoringYusuke Endoh2021-11-171-3/+1
* Fix crash when clearing method cache for builtin methodPeter Zhu2021-11-171-1/+1
* no need to check `cme == NULL`Koichi Sasada2021-11-171-2/+1