summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-19[DOC] Fix rdoc-refNobuyoshi Nakada
2022-10-18Fixes remaining issues and turns back on dead code and unused (#6584)Jimmy Miller
2022-10-18[DOC] Enhanced RDoc for StringIO (#34)Burdette Lamar
2022-10-18Code clean around unused code for some architectures or features (#6581)Jimmy Miller
2022-10-18Allow passing a Rust closure to rb_iseq_callback (#6575)Takashi Kokubun
2022-10-18[DOC] Link to packed data doc (#6567)Burdette Lamar
2022-10-18Ignore manual files only commits [ci skip]Nobuyoshi Nakada
2022-10-18sync_default_gems.rb: fold too long subject [ci skip]Nobuyoshi Nakada
2022-10-18Update default gems list at dffca50bb609661f04660221834c48 [ci skip]git
2022-10-18[ruby/fiddle] Free closures immediatelyAaron Patterson
2022-10-18[ruby/fiddle] Add support for linker script on LinuxSutou Kouhei
2022-10-18[ruby/fiddle] Fix filenames for glibc SO files on alpha and ia64John Paul Adrian Glaubitz
2022-10-18[ruby/fiddle] Bump versionSutou Kouhei
2022-10-18fiddle: use the old rb_ary_tmp_new() aliasNobuyoshi Nakada
2022-10-18[rubygems/rubygems] Bundler: github DSL has used https protocol over gitTakuya Noguchi
2022-10-18Merge RubyGems/Bundler masterHiroshi SHIBATA
2022-10-18[rubygems/rubygems] TestGemSecuritySigner#test_sign: Correct the expectation ...Jarek Prokop
2022-10-18[rubygems/rubygems] TestGemSecurity#test_class_re_sign: Correct signature alg...Jarek Prokop
2022-10-18[rubygems/rubygems] Set Subject Key Identifier in test to correspond to the n...Jarek Prokop
2022-10-18[rubygems/rubygems] Materialize platforms strictly on Windows tooDavid Rodríguez
2022-10-18[rubygems/rubygems] Remove unnecessary receiverDavid Rodríguez
2022-10-18[rubygems/rubygems] Remove unnecessary genericDavid Rodríguez
2022-10-18[rubygems/rubygems] Fix bad spec wordingDavid Rodríguez
2022-10-18[rubygems/rubygems] Extract matcher for slow perf specDavid Rodríguez
2022-10-18[rubygems/rubygems] Simplify fetching spec group dependenciesDavid Rodríguez
2022-10-18[rubygems/rubygems] Simplify SpecGroup creationDavid Rodríguez
2022-10-18[rubygems/rubygems] Inline helper methodDavid Rodríguez
2022-10-18[rubygems/rubygems] Use `flat_map`David Rodríguez
2022-10-18[rubygems/rubygems] Remove one more `expand_dependencies` callDavid Rodríguez
2022-10-18[rubygems/rubygems] Remove now unnecessary parameter to `expand_dependencies`David Rodríguez
2022-10-18[rubygems/rubygems] Remove another `expand_dependencies` instanceDavid Rodríguez
2022-10-18[rubygems/rubygems] Remove another unnecessary dependency expansionDavid Rodríguez
2022-10-18[rubygems/rubygems] Avoid unnecessary dependency expansionDavid Rodríguez
2022-10-18[rubygems/rubygems] Remove unused parameter to `SharedHelpers.pretty_dependency`David Rodríguez
2022-10-18[rubygems/rubygems] Remove dead codeDavid Rodríguez
2022-10-18[ruby/irb] Assert lvars_code doesn't include \nTakashi Kokubun
2022-10-18[ruby/irb] Always use local variables in current context to parse code (https...tomoya ishida
2022-10-18[ruby/irb] Fix code terminated check with heredoc and backtick (https://githu...tomoya ishida
2022-10-17ruby/ruby-commit-hook has been renamed [ci skip]Takashi Kokubun
2022-10-18sync_default_gems.rb: fix links to GitHub issuesNobuyoshi Nakada
2022-10-18[Bug #19042] Fix Dir.glob brace with '/'Hiroshi Shirosaki
2022-10-17Try --x-use-aria2 for better retries (#6574)Takashi Kokubun
2022-10-17Simplified rb_obj_copy_ivar implementationJemma Issroff
2022-10-17Fix an outdated notification messageTakashi Kokubun
2022-10-17[ruby/irb] Remove unnecessary coloring support checkst0012
2022-10-17YJIT: Allow --yjit-dump-disasm to dump into a file (#6552)Takashi Kokubun
2022-10-17YJIT: Interleave inline and outlined code blocks (#6460)Takashi Kokubun
2022-10-17Make mjit_cont sharable with YJIT (#6556)Takashi Kokubun
2022-10-17YJIT: Do not call `mprotect` when `mem_size` is zero (#6563)Tatsuya Kawano
2022-10-17YJIT: call free_block to cleanup block when out of memoryAlan Wu