| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-19 | RJIT: Optimize String#+@ | Takashi Kokubun | |
| 2023-03-19 | RJIT: Optimize String#<< | Takashi Kokubun | |
| 2023-03-18 | RJIT: Workaround USE_RVARGC=0 CI | Takashi Kokubun | |
| 2023-03-18 | RJIT: Optimize String#bytesize | Takashi Kokubun | |
| 2023-03-18 | RJIT: Optimize String#empty? | Takashi Kokubun | |
| 2023-03-18 | RJIT: Optimize Kernel#is_a? | Takashi Kokubun | |
| 2023-03-18 | RJIT: Reorder opt_case_dispatch branches | Takashi Kokubun | |
| 2023-03-18 | RJIT: Implement setclassvariable | Takashi Kokubun | |
| 2023-03-18 | RJIT: Implement intern | Takashi Kokubun | |
| 2023-03-18 | RJIT: Implement toregexp | Takashi Kokubun | |
| 2023-03-18 | RJIT: Prefix rjit_options with rb_ | Takashi Kokubun | |
| 2023-03-18 | RJIT: Implement newrange | Takashi Kokubun | |
| 2023-03-18 | RJIT: Implement getglobal | Takashi Kokubun | |
| 2023-03-18 | RJIT: Implement checkkeyword | Takashi Kokubun | |
| 2023-03-18 | RJIT: Implement getspecial insn | Takashi Kokubun | |
| 2023-03-17 | RJIT: Implement putspecialobject insn | Takashi Kokubun | |
| 2023-03-17 | RJIT: Implement throw insn | Takashi Kokubun | |
| 2023-03-18 | core_assertions.rb: Relax `assert_linear_performance` | Nobuyoshi Nakada | |
| * Use an `Enumerable` as factors, instead of three arguments. * Include `assert_operator` time in rehearsal time. * Round up max expected time. Notes: Merged: https://github.com/ruby/ruby/pull/7554 | |||
| 2023-03-16 | Rename opes to operands on RubyVM::BaseInstruction | John Hawthorn | |
| Notes: Merged: https://github.com/ruby/ruby/pull/7523 | |||
| 2023-03-16 | Rename opes to operands | John Hawthorn | |
| Co-authored-by: Aaron Patterson <aaron.patterson@gmail.com> Notes: Merged: https://github.com/ruby/ruby/pull/7523 | |||
| 2023-03-16 | Re-add RJIT::Instruction#opes | John Hawthorn | |
| Notes: Merged: https://github.com/ruby/ruby/pull/7523 | |||
| 2023-03-16 | Fix a bindgen CI failure | Takashi Kokubun | |
| 2023-03-16 | Revert "core_assertions.rb: Refine `assert_linear_performance`" | Takashi Kokubun | |
| This reverts commit cae4342dd559e34c1ce6219593f77f0ad80286da. This is failing a lot of CIs and nobody is actively looking into fixing it. Let me revert this until we have a solution to it. | |||
| 2023-03-16 | core_assertions.rb: Refine `assert_linear_performance` | Nobuyoshi Nakada | |
| * Use an `Enumerable` as factors, instead of three arguments. | |||
| 2023-03-15 | core_assertions.rb: Refine `assert_linear_performance` | Nobuyoshi Nakada | |
| * Add `rehearsal` keyword argument * Stop repeating with the same factor | |||
| 2023-03-14 | YJIT: Introduce no_gc attribute (#7511) | Takashi Kokubun | |
| Notes: Merged-By: k0kubun <takashikkbn@gmail.com> | |||
| 2023-03-12 | RJIT: Count invokeblock exit types | Takashi Kokubun | |
| 2023-03-12 | RJIT: Fix a typo | Takashi Kokubun | |
| and import a missing function | |||
| 2023-03-12 | RJIT: Implement --rjit-trace-exits | Takashi Kokubun | |
| 2023-03-12 | Add test for linear performance | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/7506 | |||
| 2023-03-12 | core_assertions.rb: Consider backward compatibilities | Nobuyoshi Nakada | |
| This file is copied to default gems, which might support older versions. | |||
| 2023-03-11 | RJIT: Migrate SIZET values to RJIT::C constants | Takashi Kokubun | |
| 2023-03-11 | RJIT: Introduce constants under RubyVM::RJIT::C | Takashi Kokubun | |
| 2023-03-11 | RJIT: Automate function pointer imports | Takashi Kokubun | |
| 2023-03-11 | RJIT: Use as the largest type as possible | Takashi Kokubun | |
| to just import stuff easily | |||
| 2023-03-11 | RJIT: Use SIZET macros instead of original PTR ones | Takashi Kokubun | |
| 2023-03-11 | RJIT: Drop unused USE_* macros support | Takashi Kokubun | |
| 2023-03-11 | Rename builtin attr :inline to :leaf | Takashi Kokubun | |
| 2023-03-11 | Support multiple attributes with Primitive.attr! | Takashi Kokubun | |
| 2023-03-10 | Change the syntax of Primitive.attr! to Symbol (#7501) | Takashi Kokubun | |
| Notes: Merged-By: k0kubun <takashikkbn@gmail.com> | |||
| 2023-03-10 | RJIT: Simplify RubyVM::RJIT::Instruction | Takashi Kokubun | |
| 2023-03-10 | RJIT: Remove unused code from headers | Takashi Kokubun | |
| 2023-03-10 | [rubygems/rubygems] Use `RbSys::ExtensionTask` when creating new rust gems | Ian Ker-Seymer | |
| https://github.com/rubygems/rubygems/commit/125f9fece9 | |||
| 2023-03-08 | RJIT: Stop allowing leaked globals rjit_* | Takashi Kokubun | |
| 2023-03-08 | Fix node search in bindgen | Takashi Kokubun | |
| This is to fix a weird bindgen behavior on Matt's branch: https://github.com/ruby/ruby/pull/7393 | |||
| 2023-03-08 | Constify local static variables in yyparse | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/7477 | |||
| 2023-03-08 | code style | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/7475 | |||
| 2023-03-08 | Added missing dependency for rubygems | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/7475 | |||
| 2023-03-08 | Added debug info to gemspec version check | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/7475 | |||
| 2023-03-08 | Check bundled_gems version and gemspec version strictly | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/7475 | |||
