summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-24[DOC] Enhanced RDoc for String (#5707)Burdette Lamar
2022-03-24Raise RuntimeError if Kernel#binding is called from a non-Ruby frameJeremy Evans
2022-03-25* 2022-03-25 [ci skip]git
2022-03-24Update formatting per feedbackKevin Newton
2022-03-24Delete ID from constant cache table if it becomes empty on ISEQ freeKevin Newton
2022-03-24Finer-grained inline constant cache invalidationKevin Newton
2022-03-24Add ISEQ_BODY macroPeter Zhu
2022-03-24Update default gems list at 4c4a1e2035e08a627e71efd41d6654 [ci skip]git
2022-03-24[ruby/ostruct] v0.5.4Marc-André Lafortune
2022-03-24[ruby/ostruct] Avoid aliasing `block_given?` for JRuby [Fixes #40]Marc-André Lafortune
2022-03-24Bump actions/checkout from 2 to 3dependabot[bot]
2022-03-24Bump actions/cache from 2 to 3dependabot[bot]
2022-03-24Added dependabot configuration for actions dependenciesHiroshi SHIBATA
2022-03-24[rubygems/rubygems] Maybe this is now fixedDavid Rodríguez
2022-03-24[DOC] Refine flip-flopNobuyoshi Nakada
2022-03-24Add Yuta Saito (katei) as the platform maintainer of WebAssembly/WASIYusuke Endoh
2022-03-24extlibs.rb: Add fallback `Colorize`Nobuyoshi Nakada
2022-03-24extlibs.rb: Enclose `Vars` in `ExtLibs` classNobuyoshi Nakada
2022-03-24extlibs.rb: Extract ExtLibs#processNobuyoshi Nakada
2022-03-24regint.h: Reduce the frequency of rb_thread_check_intsYusuke Endoh
2022-03-24Now all extension libraries must consider the ABI headerNobuyoshi Nakada
2022-03-24[DOC] Remove mis-synced bundler directoryNobuyoshi Nakada
2022-03-24[rubygems/rubygems] Avoid crash in test teardownDavid Rodríguez
2022-03-24* 2022-03-24 [ci skip]git
2022-03-24[rubygems/rubygems] Improve RDoc setupDavid Rodríguez
2022-03-23Raise ArgumentError when calling Enumberable#inject without block or argumentsJeremy Evans
2022-03-23[rubygems/rubygems] Make `rescue` clause more specificDavid Rodríguez
2022-03-22[DOC] Enhanced RDoc for String (#5685)Burdette Lamar
2022-03-23Need to reconfigure and rebuild everything when abi.h changedNobuyoshi Nakada
2022-03-23* 2022-03-23 [ci skip]git
2022-03-23[rubygems/rubygems] Fix a test for `bin/bundle update --bundler` to pass on r...Jun Aruga
2022-03-22[Feature #18634] Implement Arrays on Variable Width AllocationPeter Zhu
2022-03-22[DOC] re-count test suites run by `make check` [ci skip]Nobuyoshi Nakada
2022-03-22Fix a link [ci skip]Kazuhiro NISHIYAMA
2022-03-21[DOC] Use RDoc inclusions in string.c (#5683)Burdette Lamar
2022-03-21Fix Markdown syntax in spec/README.mdBenoit Daloze
2022-03-22[DOC] Move old NEWS files to a separate directoryNobuyoshi Nakada
2022-03-22* 2022-03-22 [ci skip]git
2022-03-22[ruby/rdoc] Expand the enclosing tree of the current fileNobuyoshi Nakada
2022-03-22[ruby/rdoc] Fold files in the page directoryNobuyoshi Nakada
2022-03-22[ruby/rdoc] Add test_generate_pageNobuyoshi Nakada
2022-03-20[ruby/rdoc] Allow method source code to scroll [ci skip]Nobuyoshi Nakada
2022-03-20[ruby/rdoc] Use the custom style `details summary` only in `nav-section`Nobuyoshi Nakada
2022-03-20* 2022-03-20 [ci skip]git
2022-03-20[DOC] make internally used classes/methods nodocNobuyoshi Nakada
2022-03-19Make a dedecated assertion to clarify failed assertionsNobuyoshi Nakada
2022-03-19* 2022-03-19 [ci skip]git
2022-03-18[DOC] Enhanced RDoc for String (#5675)Burdette Lamar
2022-03-18[Bug #18627] Fix crash when including modulePeter Zhu
2022-03-17Encourage arity argument in Proc#curry documentation for procs with variable ...Jeremy Evans