summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-11-17a variable is not needed.Koichi Sasada
2021-11-17Update URL about DTrace static library glommed obj [ci skip]Naohisa Goto
2021-11-17[ruby/net-http] gemspec: Drop unused directive "executables"Olle Jonsson
2021-11-17Prevent "already initialized constant Digest::VERSION"Yusuke Endoh
2021-11-17Use the updated test of rbsYusuke Endoh
2021-11-16Make Enumerable#each_cons return object if over sizeJeremy Evans
2021-11-16Add a test for bug 18343Jeremy Evans
2021-11-17ext/io/wait/depend: make it work for Ruby 3.1.0-devYusuke Endoh
2021-11-17Validate string type when constructing IO::Buffer for string mapping.Samuel Williams
2021-11-17Fix 32-bit conversions in IO::Buffer implementation.Samuel Williams
2021-11-17`Primitive.mandatory_only?` consider splat argsJean Boussier
2021-11-17* 2021-11-17 [ci skip]git