aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [rubygems/rubygems] Removed `Gem.datadir`.Hiroshi SHIBATA2023-03-131-10/+0
* [Bug #19476]: correct cache index computation for repetition (#7457)TSUYUSATO Kitsune2023-03-132-2/+7
* Update bundled gems list at 2023-03-13git2023-03-132-2/+2
* Add btest-bruby targetTakashi Kokubun2023-03-121-0/+8
* * remove trailing spaces. [ci skip]git2023-03-131-1/+1
* [Bug #19467] correct cache points and counting failure on `OP_ANYCHAR_STAR_PE...TSUYUSATO Kitsune2023-03-132-4/+26
* RJIT: Count invokeblock exit typesTakashi Kokubun2023-03-125-3/+69
* RJIT: Rename a side exit counterTakashi Kokubun2023-03-123-3/+11
* RJIT: Fix a typoTakashi Kokubun2023-03-123-1/+6
* RJIT: Implement definedivarTakashi Kokubun2023-03-121-1/+36
* RJIT: Fix block param proxy on sendTakashi Kokubun2023-03-121-12/+8
* RJIT: Fix block finding logicTakashi Kokubun2023-03-122-13/+34
* RJIT: Update dependenciesTakashi Kokubun2023-03-121-0/+1
* RJIT: Fix -Wshorten-64-to-32Takashi Kokubun2023-03-121-4/+4
* Bump github/codeql-action from 2.2.5 to 2.2.6dependabot[bot]2023-03-132-5/+5
* RJIT: Implement --rjit-trace-exitsTakashi Kokubun2023-03-129-8/+336
* RJIT: Give up freezing InsnCompilerTakashi Kokubun2023-03-122-1/+2
* Add test for linear performanceNobuyoshi Nakada2023-03-122-0/+30
* core_assertions.rb: Consider backward compatibilitiesNobuyoshi Nakada2023-03-121-1/+3
* Revert "Update ruby/action-slack v3.1.1 (#7505)"Takashi Kokubun2023-03-1116-16/+16
* Investigate which test hangs on MinGWTakashi Kokubun2023-03-111-0/+3
* RJIT: Handle Mod 10 for CMP r/m64, r64Takashi Kokubun2023-03-112-1/+13
* RJIT: Use lambda constants to match operandsTakashi Kokubun2023-03-113-168/+230
* RJIT: Define QwordPtr for in-clause readabilityTakashi Kokubun2023-03-111-18/+21
* RJIT: Leave it to NoMatchingPatternErrorTakashi Kokubun2023-03-111-62/+0
* RJIT: Use case-in for exhaustive matchesTakashi Kokubun2023-03-113-33/+20
* RJIT: Migrate SIZET values to RJIT::C constantsTakashi Kokubun2023-03-113-513/+246
* RJIT: Introduce constants under RubyVM::RJIT::CTakashi Kokubun2023-03-115-21/+31
* RJIT: Automate function pointer importsTakashi Kokubun2023-03-115-195/+213
* RJIT: Use as the largest type as possibleTakashi Kokubun2023-03-112-196/+192
* Update ruby/action-slack v3.1.1 (#7505)Hiroshi SHIBATA2023-03-1116-16/+16
* Move yjit_force_enabled? to JITSupportTakashi Kokubun2023-03-112-15/+13
* Remove unused methods from JITSupportTakashi Kokubun2023-03-113-84/+2
* Skip test_udp_server on s390x RHEL 7.1Takashi Kokubun2023-03-111-0/+4
* RJIT: Use SIZET macros instead of original PTR onesTakashi Kokubun2023-03-113-27/+19
* RJIT: Drop unused USE_* macros supportTakashi Kokubun2023-03-112-18/+1
* Reuse CVAR_LOOKUP macroS-H-GAMELINKS2023-03-121-24/+14
* Rename builtin attr :inline to :leafTakashi Kokubun2023-03-117-26/+23
* Support multiple attributes with Primitive.attr!Takashi Kokubun2023-03-116-28/+67
* Change the syntax of Primitive.attr! to Symbol (#7501)Takashi Kokubun2023-03-103-20/+38
* Bump the required BASERUBY version to 2.5 (#7504)Takashi Kokubun2023-03-104-8/+5
* RJIT: Skip a flaky test_thread test for nowTakashi Kokubun2023-03-102-3/+2
* [rubygems/rubygems] Added another case of extconf.rbHiroshi SHIBATA2023-03-111-0/+9
* [rubygems/rubygems] Added test forHiroshi SHIBATA2023-03-111-0/+16
* RJIT: Write initial tests for AssemblerTakashi Kokubun2023-03-102-15/+266
* YJIT: Bump SEND_MAX_DEPTH to 20 (#7469)Takashi Kokubun2023-03-102-3/+5
* RJIT: Start testing AssemblerTakashi Kokubun2023-03-103-7/+84
* RJIT: Simplify RubyVM::RJIT::InstructionTakashi Kokubun2023-03-101-27/+1
* RJIT: Remove unused code from headersTakashi Kokubun2023-03-105-234/+8
* RJIT: Introduce --rjit-exec-mem-sizeTakashi Kokubun2023-03-107-144/+146