summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-19[rubygems/rubygems] Previous logic can mostly go nowDavid Rodríguez
2021-11-19[rubygems/rubygems] Allow `bundle update` to downgrade gems by changing the G...David Rodríguez
2021-11-19[rubygems/rubygems] Extract a converge_specs method for later reusing itDavid Rodríguez
2021-11-19[rubygems/rubygems] Avoid unnecessary loopDavid Rodríguez
2021-11-19gc.c: Fix a compile error on some crossbuildsYusuke Endoh
2021-11-19optimize `Struct` getter/setterKoichi Sasada
2021-11-19`rb_method_optimized_t` for further extensionKoichi Sasada
2021-11-19use ULL2NUM directly.Koichi Sasada
2021-11-19GC measurement featureKoichi Sasada
2021-11-19support `GC.stat(:time)` take 2Koichi Sasada
2021-11-18Optimize dynamic string interpolation for symbol/true/false/nil/0-9Jeremy Evans
2021-11-18Anonymous block forwarding allows a method to forward a passedJeremy Evans
2021-11-18Refactor setclassvariable (#5143)Eileen M. Uchitelle
2021-11-18Update documentation for Module#{private,public,protected,module_function}Jeremy Evans
2021-11-18Make Module#{public,private,protected,module_function} return argumentsJeremy Evans
2021-11-18Refactor getclassvariable (#5137)Eileen M. Uchitelle
2021-11-19* 2021-11-19 [ci skip]git
2021-11-18Add --yjit-no-type-prop so we can test YJIT without type propagation (#5135)Maxime Chevalier-Boisvert
2021-11-18Enhanced RDoc for Integer (#5139)Burdette Lamar
2021-11-18Throttle GitHub Actions [ci skip]Nobuyoshi Nakada
2021-11-18Expect bool as `sort:` option at glob [Feature #18287]Nobuyoshi Nakada
2021-11-18Update bundled_gemsKazuhiro NISHIYAMA
2021-11-18[ruby/date] Bump version to 3.2.2Hiroshi SHIBATA
2021-11-18[ruby/date] Expose Date::VERSIONJean Boussier
2021-11-18Remove macOS CIs [ci skip]Nobuyoshi Nakada
2021-11-17Allow Kernel#load to load code into a specified moduleJeremy Evans
2021-11-17Improve performance Kernel#Float with using Primitive.mandatory_only? method ...S.H
2021-11-17Enhanced RDoc for Integer (#5138)Burdette Lamar
2021-11-18[rubygems/rubygems] Protect specs access at a finer levelDavid Rodríguez
2021-11-18[rubygems/rubygems] Stop using a constant for something not constantDavid Rodríguez
2021-11-18[rubygems/rubygems] Extract a helper method to reset specsDavid Rodríguez
2021-11-18[rubygems/rubygems] Make clearing loaded spec cache really privateDavid Rodríguez
2021-11-18[rubygems/rubygems] `Gem::Specification.reset` already clears loaded spec cacheDavid Rodríguez
2021-11-18[rubygems/rubygems] We can now use standard memoizationDavid Rodríguez
2021-11-18[rubygems/rubygems] Easier preservation of activated specsDavid Rodríguez
2021-11-18[rubygems/rubygems] Set `@@all` variable at class definition timeDavid Rodríguez
2021-11-17Enhanced RDoc for Integer (#5134)Burdette Lamar
2021-11-18compile.c: remove dead codeYusuke Endoh
2021-11-18compile.c: Fix typoYusuke Endoh
2021-11-18* 2021-11-18 [ci skip]git
2021-11-17Add tests for cme NULL crashPeter Zhu
2021-11-17node/h: clean node field accessorsYusuke Endoh
2021-11-17node.c (dump_node): update format explanation for NODE_ARGSYusuke Endoh
2021-11-17node.c (dump_node): trivial refactoringYusuke Endoh
2021-11-17Fix crash when clearing method cache for builtin methodPeter Zhu
2021-11-17no need to check `cme == NULL`Koichi Sasada
2021-11-17add `VM_CALLCACHE_ON_STACK`Koichi Sasada
2021-11-17assert `cc->cme_ != NULL`Koichi Sasada
2021-11-17`vm_empty_cc_for_super`Koichi Sasada
2021-11-17assert `cc->call_ != NULL`Koichi Sasada