summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [rubygems/rubygems] Fix incorrect error message when multiple platforms are l...David Rodríguez2023-03-172-1/+7
* [rubygems/rubygems] Remove unnecessary `specific_local_platform` test helperDavid Rodríguez2023-03-179-37/+33
* [rubygems/rubygems] Simplify `lockfile_platforms` helperDavid Rodríguez2023-03-176-12/+8
* [rubygems/rubygems] Remove unnecessary `local` helperDavid Rodríguez2023-03-173-7/+3
* [rubygems/rubygems] Use more common linux platform for specsDavid Rodríguez2023-03-172-3/+3
* [rubygems/rubygems] Use splatted args to `lockfile_platforms_for`David Rodríguez2023-03-175-6/+6
* Bump actions/cache from 3.2.6 to 3.3.1dependabot[bot]2023-03-1714-17/+17
* Bump actions/checkout from 3.3.0 to 3.4.0dependabot[bot]2023-03-1717-19/+19
* Bump ruby/setup-ruby from 1.144.0 to 1.144.1dependabot[bot]2023-03-174-4/+4
* compile branch body if neededKoichi Sasada2023-03-171-34/+33
* Fix small issues concerning namespacing in test-all suitelukeg2023-03-175-0/+10
* YJIT: Remove exit for rest and send combo (#7546)Jimmy Miller2023-03-162-5/+8
* YJIT: add stats to keep track of when branch direction is known (#7544)Maxime Chevalier-Boisvert2023-03-163-0/+16
* Rename opes to operands on RubyVM::BaseInstructionJohn Hawthorn2023-03-167-19/+19
* Rename opes to operandsJohn Hawthorn2023-03-161-2/+2
* Re-add RJIT::Instruction#opesJohn Hawthorn2023-03-161-1/+2
* Fix a bindgen CI failureTakashi Kokubun2023-03-163-2/+7
* Fix the JIT-unsupported caseTakashi Kokubun2023-03-161-1/+1
* Refactor jit_func_t and jit_execTakashi Kokubun2023-03-165-33/+18
* Revert "core_assertions.rb: Refine `assert_linear_performance`"Takashi Kokubun2023-03-162-17/+12
* Add thread and ractor counts to bug reportsAlan Wu2023-03-162-0/+11
* Fix incorrect size of WeakMap bufferPeter Zhu2023-03-161-2/+2
* [DOC] Enhanced RDoc for TrueClass (#7521)Burdette Lamar2023-03-161-22/+48
* [rubygems/rubygems] Improve TarTestCase#calc_checksumMau Magnaguagno2023-03-161-1/+1
* [rubygems/rubygems] Improve TarHeader#calculate_checksumMau Magnaguagno2023-03-161-1/+1
* core_assertions.rb: Refine `assert_linear_performance`Nobuyoshi Nakada2023-03-162-12/+17
* [DOC] Add missing escapeKazuhiro NISHIYAMA2023-03-161-1/+1
* [Feature #19442] Remove GC_ENABLE_INCREMENTAL_MARKMatt Valentine-House2023-03-161-76/+2
* [Feature #19442] Remove USE_RINCGC flagMatt Valentine-House2023-03-162-2/+1
* [ruby/openssl] Relax error message check for OpenSSL 3.1Nobuyoshi Nakada2023-03-161-3/+1
* Bump github/codeql-action from 2.2.6 to 2.2.7dependabot[bot]2023-03-162-5/+5
* [rubygems/rubygems] Applied Layout/SpaceAroundOperators copHiroshi SHIBATA2023-03-164-4/+4
* [rubygems/rubygems] Change enforce style with Layout/CaseIndentation on rubygemsHiroshi SHIBATA2023-03-1611-117/+117
* YJIT: Eliminate unnecessary mov for trampolines (#7537)Takashi Kokubun2023-03-151-1/+4
* YJIT: Use assert_disasm! in an A64 test to avoid unused warningAlan Wu2023-03-151-0/+6
* YJIT: use u16 for insn_idx instead of u32 (#7534)Maxime Chevalier-Boisvert2023-03-155-35/+37
* Move RB_VM_SAVE_MACHINE_CONTEXT to internal/thread.hMatt Valentine-House2023-03-154-7/+9
* Rename RB_GC_SAVE_MACHINE_CONTEXT -> RB_VM_SAVE_MACHINE_CONTEXTMatt Valentine-House2023-03-154-6/+6
* Move RB_GC_SAVE_MACHINE_CONTEXT to vm_core.hMatt Valentine-House2023-03-152-7/+7
* YJIT: Assert that we have the VM lock while markingAlan Wu2023-03-154-6/+29
* Partially revert GH-7511Takashi Kokubun2023-03-151-1/+1
* Make EC required on JIT state (#7520)Aaron Patterson2023-03-151-14/+17
* [rubygems/rubygems] Use OpenSSL::Digest instead of digest stdlibHiroshi SHIBATA2023-03-151-2/+2
* [rubygems/rubygems] Added OpenSSL namespace explicitlyHiroshi SHIBATA2023-03-152-3/+3
* [rubygems/rubygems] OpenSSL::Digest is always provided after Ruby 2.4Hiroshi SHIBATA2023-03-151-10/+2
* core_assertions.rb: Refine `assert_linear_performance`Nobuyoshi Nakada2023-03-151-4/+3
* rb_ary_sum: don't enter fast path if initial isn't a native numeric type.Jean Boussier2023-03-152-0/+20
* `Hash#dup` for kwsplat argumentsKoichi Sasada2023-03-153-4/+40
* Remove SIGCHLD `waidpid`. (#7527)Samuel Williams2023-03-158-328/+6
* Fix indirect counter incrementNobuyoshi Nakada2023-03-152-2/+3