aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [DOC] Fix typo in Enumerable#slice_beforeKouhei Yanagita2022-10-191-1/+1
* [ruby/stringio] [DOC] StringIO doc enhancementsBurdette Lamar2022-10-191-42/+101
* sync_default_gems.rb: commit all after replaced rdoc-ref [ci skip]Nobuyoshi Nakada2022-10-191-1/+1
* [DOC] Fix rdoc-refNobuyoshi Nakada2022-10-191-9/+9
* Fixes remaining issues and turns back on dead code and unused (#6584)Jimmy Miller2022-10-182-5/+2
* [DOC] Enhanced RDoc for StringIO (#34)Burdette Lamar2022-10-181-31/+52
* Code clean around unused code for some architectures or features (#6581)Jimmy Miller2022-10-185-10/+16
* Allow passing a Rust closure to rb_iseq_callback (#6575)Takashi Kokubun2022-10-188-16/+33
* [DOC] Link to packed data doc (#6567)Burdette Lamar2022-10-182-290/+12
* Ignore manual files only commits [ci skip]Nobuyoshi Nakada2022-10-1813-0/+54
* sync_default_gems.rb: fold too long subject [ci skip]Nobuyoshi Nakada2022-10-181-10/+24
* Update default gems list at dffca50bb609661f04660221834c48 [ci skip]git2022-10-181-0/+1
* [ruby/fiddle] Free closures immediatelyAaron Patterson2022-10-181-0/+2
* [ruby/fiddle] Add support for linker script on LinuxSutou Kouhei2022-10-182-1/+64
* [ruby/fiddle] Fix filenames for glibc SO files on alpha and ia64John Paul Adrian Glaubitz2022-10-181-2/+8
* [ruby/fiddle] Bump versionSutou Kouhei2022-10-181-1/+1
* fiddle: use the old rb_ary_tmp_new() aliasNobuyoshi Nakada2022-10-181-1/+1
* [rubygems/rubygems] Bundler: github DSL has used https protocol over gitTakuya Noguchi2022-10-1830-31/+31
* Merge RubyGems/Bundler masterHiroshi SHIBATA2022-10-1845-687/+613
* [rubygems/rubygems] TestGemSecuritySigner#test_sign: Correct the expectation ...Jarek Prokop2022-10-181-6/+6
* [rubygems/rubygems] TestGemSecurity#test_class_re_sign: Correct signature alg...Jarek Prokop2022-10-181-1/+1
* [rubygems/rubygems] Set Subject Key Identifier in test to correspond to the n...Jarek Prokop2022-10-181-4/+4
* [rubygems/rubygems] Materialize platforms strictly on Windows tooDavid Rodríguez2022-10-181-2/+5
* [rubygems/rubygems] Remove unnecessary receiverDavid Rodríguez2022-10-181-1/+1
* [rubygems/rubygems] Remove unnecessary genericDavid Rodríguez2022-10-181-1/+0
* [rubygems/rubygems] Fix bad spec wordingDavid Rodríguez2022-10-181-1/+1
* [rubygems/rubygems] Extract matcher for slow perf specDavid Rodríguez2022-10-182-7/+13
* [rubygems/rubygems] Simplify fetching spec group dependenciesDavid Rodríguez2022-10-181-4/+1
* [rubygems/rubygems] Simplify SpecGroup creationDavid Rodríguez2022-10-183-14/+11
* [rubygems/rubygems] Inline helper methodDavid Rodríguez2022-10-181-8/+3
* [rubygems/rubygems] Use `flat_map`David Rodríguez2022-10-181-4/+2
* [rubygems/rubygems] Remove one more `expand_dependencies` callDavid Rodríguez2022-10-181-2/+2
* [rubygems/rubygems] Remove now unnecessary parameter to `expand_dependencies`David Rodríguez2022-10-181-4/+3
* [rubygems/rubygems] Remove another `expand_dependencies` instanceDavid Rodríguez2022-10-181-3/+2
* [rubygems/rubygems] Remove another unnecessary dependency expansionDavid Rodríguez2022-10-181-1/+1
* [rubygems/rubygems] Avoid unnecessary dependency expansionDavid Rodríguez2022-10-181-2/+1
* [rubygems/rubygems] Remove unused parameter to `SharedHelpers.pretty_dependency`David Rodríguez2022-10-183-5/+4
* [rubygems/rubygems] Remove dead codeDavid Rodríguez2022-10-181-12/+1
* [ruby/irb] Assert lvars_code doesn't include \nTakashi Kokubun2022-10-181-3/+3
* [ruby/irb] Always use local variables in current context to parse code (https...tomoya ishida2022-10-189-28/+109
* [ruby/irb] Fix code terminated check with heredoc and backtick (https://githu...tomoya ishida2022-10-182-6/+58
* ruby/ruby-commit-hook has been renamed [ci skip]Takashi Kokubun2022-10-172-2/+2
* sync_default_gems.rb: fix links to GitHub issuesNobuyoshi Nakada2022-10-181-3/+6
* [Bug #19042] Fix Dir.glob brace with '/'Hiroshi Shirosaki2022-10-182-1/+15
* Try --x-use-aria2 for better retries (#6574)Takashi Kokubun2022-10-171-1/+1
* Simplified rb_obj_copy_ivar implementationJemma Issroff2022-10-171-24/+8
* Fix an outdated notification messageTakashi Kokubun2022-10-171-1/+1
* [ruby/irb] Remove unnecessary coloring support checkst00122022-10-171-30/+17
* YJIT: Allow --yjit-dump-disasm to dump into a file (#6552)Takashi Kokubun2022-10-174-29/+40
* YJIT: Interleave inline and outlined code blocks (#6460)Takashi Kokubun2022-10-179-161/+378