summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [rubygems/rubygems] util/rubocop -A --only Lint/RescueExceptionHiroshi SHIBATA2023-03-239-11/+11
* [rubygems/rubygems] util/rubocop -A --only Lint/EmptyExpressionHiroshi SHIBATA2023-03-231-1/+1
* [rubygems/rubygems] util/rubocop -A --only Lint/DuplicateCaseConditionHiroshi SHIBATA2023-03-231-2/+0
* core_assertions.rb: Raise `Timeout::Error` explicitlyNobuyoshi Nakada2023-03-231-1/+1
* `Array#first` and `Array#last` in RubyKoichi Sasada2023-03-232-17/+56
* `vm_call_single_noarg_inline_builtin`Koichi Sasada2023-03-238-15/+114
* should not restore builtin_inline_indexKoichi Sasada2023-03-231-3/+0
* Bump github/codeql-action from 2.2.7 to 2.2.8dependabot[bot]2023-03-232-5/+5
* Suppress a compiler warning on GCC in process.cPeter Zhu2023-03-221-0/+8
* [rubygems/rubygems] Use indented heredocNobuyoshi Nakada2023-03-229-20/+20
* Lazily allocate id tables for childrenAaron Patterson2023-03-222-22/+92
* pull child allocation in to a different functionAaron Patterson2023-03-221-17/+25
* combine allocation functionsAaron Patterson2023-03-221-13/+6
* Make shape functions staticAaron Patterson2023-03-222-46/+41
* Fix shape allocation limitsAaron Patterson2023-03-223-4/+5
* core_assertions.rb: Fix backward compatibility with pre 2.7Nobuyoshi Nakada2023-03-221-1/+1
* [DOC] Update comment of assert_pattern_listNobuyoshi Nakada2023-03-221-2/+2
* [rubygems/rubygems] @orig_RUBY_ENGINE is always provided nowHiroshi SHIBATA2023-03-221-2/+1
* [rubygems/rubygems] Fix test failure with missing RUBY_REVISION constantsHiroshi SHIBATA2023-03-221-16/+1
* [rubygems/rubygems] ditto: RUBY_ENGINE_VERSIONHiroshi SHIBATA2023-03-221-4/+4
* [rubygems/rubygems] RUBY_REVISION is also provided by supported platformsHiroshi SHIBATA2023-03-223-8/+8
* [rubygems/rubygems] RUBY_DESCRIPTION is always provided by supported platformsHiroshi SHIBATA2023-03-221-1/+1
* [rubygems/rubygems] FixupHiroshi SHIBATA2023-03-221-1/+1
* core_assertions.rb: Refine `assert_linear_performance`Nobuyoshi Nakada2023-03-221-1/+1
* Should not reach end of non-void functionNobuyoshi Nakada2023-03-221-6/+2
* Fixup 43d20596b8fefadc309348448352bf13615129c6Hiroshi SHIBATA2023-03-221-1/+2
* [rubygems/rubygems] Remove reference to `pry` gem from generated `bin/console...Justin Searls2023-03-221-4/+0
* Relax timeout limit for FreeBSDHiroshi SHIBATA2023-03-221-1/+1
* Added assertion values for Amazon Linux 2023Hiroshi SHIBATA2023-03-221-3/+5
* RJIT: Update bindingTakashi Kokubun2023-03-211-1/+2
* RJIT: Follow a recent CALLER_SETUP_ARG changeTakashi Kokubun2023-03-212-6/+10
* RJIT: Split has_rest_or_post exit reasonsTakashi Kokubun2023-03-213-7/+7
* [rubygems/rubygems] Bump rb-sysdependabot[bot]2023-03-222-7/+8
* YJIT: Fix deadlock in tests due to pipe capacityAlan Wu2023-03-211-2/+13
* YJIT: Fix large ISeq rejection (#7576)Alan Wu2023-03-213-3/+30
* YJIT: Fix incorrect exit in splat (#7575)Jimmy Miller2023-03-212-1/+16
* [ruby/erb] [DOC] Use indented heredocNobuyoshi Nakada2023-03-211-2/+2
* Revert "YJIT: Rest and block_arg support (#7557)"Peter Zhu2023-03-213-24/+9
* [ruby/reline] Add key bindings for PgUp and PgDnPhillip Hellewell2023-03-212-0/+16
* Use indented heredocNobuyoshi Nakada2023-03-211-2/+2
* Update dln.c to fix error output from `dln_open()`drew-wells2023-03-211-0/+6
* [ci skip] Move rb_id2str into new LLDB formatMatt Valentine-House2023-03-212-1/+50
* RJIT: Fix invokesuperTakashi Kokubun2023-03-212-7/+5
* Bump ruby/setup-ruby from 1.144.1 to 1.144.2dependabot[bot]2023-03-214-4/+4
* Use an st table for "too complex" objectsAaron Patterson2023-03-209-46/+74
* YJIT: Make dev_nodebug closer to dev (#7570)Takashi Kokubun2023-03-202-3/+5
* Update yjit.mdMaxime Chevalier-Boisvert2023-03-201-1/+2
* YJIT: tag output type as UnknownHeap in `toregexp` (#7562)Maxime Chevalier-Boisvert2023-03-201-1/+1
* Mark cached pid if necessaryNobuyoshi Nakada2023-03-201-2/+7
* Fix the macro for conditionNobuyoshi Nakada2023-03-201-1/+1