summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [ruby/bigdecimal] Remove set but unused variableNobuyoshi Nakada2023-04-081-7/+0
* [ruby/resolv] Do not compress domain name in SRV RDATAKasumi Hanazuki2023-04-082-5/+13
* Replace arch_flags for universal build [ci skip]Nobuyoshi Nakada2023-04-081-1/+1
* [ruby/irb] Simplify command method definitionStan Lo2023-04-081-28/+7
* Include `--no-llvm-bc` option in `NM` macro only if usableNobuyoshi Nakada2023-04-084-6/+7
* Expose rb_sym_to_proc via RJITAaron Patterson2023-04-074-0/+7
* [Bug #19563] Yield words separators per linesNobuyoshi Nakada2023-04-072-11/+16
* [rubygems/rubygems] Remove one fallback to full indexes on big gemfilesDavid Rodríguez2023-04-075-40/+13
* [ruby/irb] Fix RubyLex's heredoc_with_hembexpr test to avoid rippertomoya ishida2023-04-071-3/+3
* [rubygems/rubygems] util/rubocop -A --only Style/FormatStringHiroshi SHIBATA2023-04-0720-56/+27
* * expand tabs. [ci skip]git2023-04-071-3/+3
* [Bug #19584] [DOC] Tweek description of `rb_gc_register_address`Nobuyoshi Nakada2023-04-072-7/+18
* [Bug#19161] Detect thread local storage specifierNobuyoshi Nakada2023-04-073-23/+18
* Bump github/codeql-action from 2.2.10 to 2.2.11dependabot[bot]2023-04-072-5/+5
* [ruby/openssl] Register global variables before assignmentNobuyoshi Nakada2023-04-071-2/+2
* [Bug #19584] Register global variables before assignmentNobuyoshi Nakada2023-04-072-7/+6
* [Bug #19584] Register global variable address before assignmentNobuyoshi Nakada2023-04-071-1/+1
* [rubygems/rubygems] util/rubocop -A --only Style/LineEndConcatenationHiroshi SHIBATA2023-04-0623-53/+53
* Add guard to compaction test in WeakMapPeter Zhu2023-04-061-0/+2
* Fix crash in rb_gc_register_addressPeter Zhu2023-04-061-0/+7
* YJIT: Stack temp register allocation for arm64 (#7659)Takashi Kokubun2023-04-067-42/+66
* Update VPATH for socket, & dependenciesMatt Valentine-House2023-04-066-29/+581
* [Feature #19474] Refactor NEWOBJ macrosMatt Valentine-House2023-04-0614-52/+47
* Remove dependancy of vm_core.h on shape.hMatt Valentine-House2023-04-065-5/+8
* Pull the shape tree out of the vm objectMatt Valentine-House2023-04-065-35/+52
* Remove newobj_of_crMatt Valentine-House2023-04-061-18/+11
* Revert "[ruby/syntax_suggest] Introduce binstubs to set RUBYOPT for development"Hiroshi SHIBATA2023-04-062-12/+0
* Revert accidentally commit of wrong fileHiroshi SHIBATA2023-04-061-0/+1
* Update default gems list at 6ca1f3eec4222924c7e23642a68b51 [ci skip]git2023-04-061-0/+1
* Load only SyntaxSuggest::VERSION for version checkHiroshi SHIBATA2023-04-061-1/+1
* v1.0.4schneems2023-04-062-1/+35
* v1.0.3schneems2023-04-062-1/+19
* [ruby/syntax_suggest] Introduce binstubs to set RUBYOPT for developmentschneems2023-04-062-0/+12
* [ruby/syntax_suggest] The annotation must end with a new lineYusuke Endoh2023-04-061-0/+2
* [ruby/syntax_suggest] Rollback comment indentation behaviorschneems2023-04-064-10/+10
* [ruby/syntax_suggest] Add comments and refactor AroundBlockScan methodsschneems2023-04-065-73/+127
* [ruby/syntax_suggest] Fix sibling bug to #177schneems2023-04-067-12/+197
* [ruby/syntax_suggest] Preserve whitespace in front of commentsschneems2023-04-066-28/+58
* [ruby/syntax_suggest] Handle alias already exists when debuggingschneems2023-04-061-1/+3
* [ruby/syntax_suggest] Remove unnecessary `--color` optionNobuyoshi Nakada2023-04-061-1/+0
* Add missing test for Data.initializeMarc-Andre Lafortune2023-04-061-0/+1
* [rubygems/rubygems] Improve comment explaining the neccessity of `write_defau...Vít Ondruch2023-04-061-0/+3
* [rubygems/rubygems] Fix resolver hangs when dealing with an incomplete lockfileDavid Rodríguez2023-04-064-6/+35
* Revert "Refactor incomplete specs handling"David Rodríguez2023-04-064-39/+13
* [rubygems/rubygems] Revert "Reuse `SpecSet#materialize` logic"David Rodríguez2023-04-061-3/+5
* [rubygems/rubygems] Use TestCase#util_spec instead of custom code.Vít Ondruch2023-04-061-6/+4
* Bump github/codeql-action from 2.2.9 to 2.2.10dependabot[bot]2023-04-062-5/+5
* Add BIN as an entry in the glossary (#7667)Adam Hess2023-04-051-1/+2
* [ruby/irb] Drop Ruby 2.6 supportStan Lo2023-04-0515-141/+31
* YJIT: Add codegen for Integer methods (#7665)Takashi Kokubun2023-04-057-4/+132