| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-12-13 | Prepare for removing RubyVM::JIT (#5262) | Takashi Kokubun | |
| Notes: Merged-By: k0kubun <takashikkbn@gmail.com> | |||
| 2021-01-13 | Rename RubyVM::MJIT to RubyVM::JIT | Takashi Kokubun | |
| because the name "MJIT" is an internal code name, it's inconsistent with --jit while they are related to each other, and I want to discourage future JIT implementation-specific (e.g. MJIT-specific) APIs by this rename. [Feature #17490] | |||
| 2020-12-04 | Guard all accesses to RubyVM::MJIT with defined?(RubyVM::MJIT) && | Benoit Daloze | |
| * Otherwise those tests, etc cannot run on alternative Ruby implementations. | |||
| 2019-07-02 | Split test files for test-framework that are test-unit and minitest to tool ↵ | Hiroshi SHIBATA | |
| direcotry. | |||
