| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-07 | Remove MJIT's builtin function compiler | Takashi Kokubun | |
| 2023-03-06 | s/mjit/rjit/ | Takashi Kokubun | |
| Notes: Merged: https://github.com/ruby/ruby/pull/7462 | |||
| 2023-03-06 | s/MJIT/RJIT/ | Takashi Kokubun | |
| Notes: Merged: https://github.com/ruby/ruby/pull/7462 | |||
| 2023-03-06 | Rename MJIT filenames to RJIT | Takashi Kokubun | |
| Notes: Merged: https://github.com/ruby/ruby/pull/7462 | |||
| 2023-03-06 | Remove obsoleted mjit_sp_inc.inc.erb | Takashi Kokubun | |
| 2023-03-06 | Remove obsoleted tool/mjit_tabs.rb | Takashi Kokubun | |
| 2023-03-06 | Remove obsoleted tool/mjit_archflag.sh | Takashi Kokubun | |
| 2023-03-06 | Drop obsoleted MJIT header (#7458) | Takashi Kokubun | |
| RJIT doesn't need this. Notes: Merged-By: k0kubun <takashikkbn@gmail.com> | |||
| 2023-03-05 | Implement struct aref | Takashi Kokubun | |
| Notes: Merged: https://github.com/ruby/ruby/pull/7448 | |||
| 2023-03-05 | Implement bmethod | Takashi Kokubun | |
| Notes: Merged: https://github.com/ruby/ruby/pull/7448 | |||
| 2023-03-05 | Optimize Thread.current | Takashi Kokubun | |
| Notes: Merged: https://github.com/ruby/ruby/pull/7448 | |||
| 2023-03-05 | Implement opt_str_freeze | Takashi Kokubun | |
| Notes: Merged: https://github.com/ruby/ruby/pull/7448 | |||
| 2023-03-05 | Check for classes consistently | Takashi Kokubun | |
| Notes: Merged: https://github.com/ruby/ruby/pull/7448 | |||
| 2023-03-05 | Implement objtostring | Takashi Kokubun | |
| Notes: Merged: https://github.com/ruby/ruby/pull/7448 | |||
| 2023-03-05 | Implement getblockparamproxy | Takashi Kokubun | |
| Notes: Merged: https://github.com/ruby/ruby/pull/7448 | |||
| 2023-03-05 | Optimize BasicObject#! | Takashi Kokubun | |
| Notes: Merged: https://github.com/ruby/ruby/pull/7448 | |||
| 2023-03-05 | Implement known class guard for flonum | Takashi Kokubun | |
| Notes: Merged: https://github.com/ruby/ruby/pull/7448 | |||
| 2023-03-05 | Guard against GC of random ISEQs | Takashi Kokubun | |
| Notes: Merged: https://github.com/ruby/ruby/pull/7448 | |||
| 2023-03-05 | Implement invokesuper | Takashi Kokubun | |
| Notes: Merged: https://github.com/ruby/ruby/pull/7448 | |||
| 2023-03-05 | Implement optimized send | Takashi Kokubun | |
| Notes: Merged: https://github.com/ruby/ruby/pull/7448 | |||
| 2023-03-05 | Implement opt_invokebuiltin_delegate | Takashi Kokubun | |
| Notes: Merged: https://github.com/ruby/ruby/pull/7448 | |||
| 2023-03-05 | Count optimized method types | Takashi Kokubun | |
| Notes: Merged: https://github.com/ruby/ruby/pull/7448 | |||
| 2023-03-05 | Implement duparray and expandarray | Takashi Kokubun | |
| Notes: Merged: https://github.com/ruby/ruby/pull/7448 | |||
| 2023-03-05 | Implement opt_eq and opt_neq | Takashi Kokubun | |
| Notes: Merged: https://github.com/ruby/ruby/pull/7448 | |||
| 2023-03-05 | Implement opt_and and opt_or | Takashi Kokubun | |
| Notes: Merged: https://github.com/ruby/ruby/pull/7448 | |||
| 2023-03-05 | Implement setlocal_WC_0 | Takashi Kokubun | |
| Notes: Merged: https://github.com/ruby/ruby/pull/7448 | |||
| 2023-03-05 | Implement opt_mod | Takashi Kokubun | |
| Notes: Merged: https://github.com/ruby/ruby/pull/7448 | |||
| 2023-03-05 | Implement Array#[] | Takashi Kokubun | |
| Notes: Merged: https://github.com/ruby/ruby/pull/7448 | |||
| 2023-03-05 | Implement opt_le, opt_ge, and opt_gt | Takashi Kokubun | |
| Notes: Merged: https://github.com/ruby/ruby/pull/7448 | |||
| 2023-03-05 | Do not compile C calls when C tracing is enabled | Takashi Kokubun | |
| 2023-03-05 | Decode trace insns properly | Takashi Kokubun | |
| 2023-03-05 | Partially implement send of cfunc | Takashi Kokubun | |
| 2023-03-05 | Implement attr_reader | Takashi Kokubun | |
| 2023-03-05 | Count unsupported method types | Takashi Kokubun | |
| 2023-03-05 | Implement opt_aref for Hash | Takashi Kokubun | |
| 2023-03-05 | Implement jit_guard_known_class | Takashi Kokubun | |
| 2023-03-05 | Implement getlocal_WC_1 | Takashi Kokubun | |
| 2023-03-05 | Implement getivar | Takashi Kokubun | |
| 2023-03-05 | Refactor BranchStub | Takashi Kokubun | |
| 2023-03-05 | Implement opt_plus | Takashi Kokubun | |
| 2023-03-05 | Implement method call | Takashi Kokubun | |
| 2023-03-05 | Initial implementation of send | Takashi Kokubun | |
| 2023-03-05 | Implement opt_minus | Takashi Kokubun | |
| 2023-03-05 | Implement initial opt_lt | Takashi Kokubun | |
| 2023-03-05 | Partly implement BOP assumption | Takashi Kokubun | |
| 2023-03-05 | Implement --mjit-stats | Takashi Kokubun | |
| 2023-03-05 | Implement asm comments | Takashi Kokubun | |
| 2023-03-05 | Move modules around | Takashi Kokubun | |
| 2023-03-06 | Introduce `UPDATE_BUNDLED_GEMS_ALL` option for auto update for bundled_gems file | Hiroshi SHIBATA | |
| We used `url` field for testing via git clone. Because `Gem::Specification#homepage` or `Gem::Specification#metadata` could assign non-git url. Unfotunately, We should specify clone URL for testing. | |||
| 2023-03-03 | Expand the test directory to real path | Nobuyoshi Nakada | |
| When the test source directory path contains symbolic links, that directory might be placed earlier in the result of `IRB::InputCompletor.retrieve_gem_and_system_load_path`, than other directories in the source tree that are expanded to the real path. In that case, the test file in "csv" under the test directory of csv gem instead of the library path will be the first candidate, in `TestIRB::TestCompletion#test_complete_require_library_name_first`. ``` <"'csv"> expected but was <"'csv/helper">. ``` Notes: Merged: https://github.com/ruby/ruby/pull/7432 | |||
