summaryrefslogtreecommitdiff
path: root/common.mk
AgeCommit message (Expand)Author
2022-08-14Update dependenciesNobuyoshi Nakada
2022-08-11The "gems" build directory was rename as ".bundle"Nobuyoshi Nakada
2022-08-05Move to tool/lib/bundled_gem.rbNobuyoshi Nakada
2022-08-05Extract bundled gems by BASERUBYNobuyoshi Nakada
2022-08-05Copy from bundled gem source for testNobuyoshi Nakada
2022-08-05Use configured GITNobuyoshi Nakada
2022-08-02Implement Queue#pop(timeout: sec)Jean Boussier
2022-07-24Kill bundled gem tests when interruptedNobuyoshi Nakada
2022-07-21Update common sources including id.h after updateNobuyoshi Nakada
2022-07-21Refactor macros of array.cPeter Zhu
2022-07-18Extract vm_ic_entry API to mimic vm_cc behaviorJemma Issroff
2022-07-17`Gem.unpack` extracts gems so able to executeNobuyoshi Nakada
2022-07-16Disable parallel built in test-bundled-gemsNobuyoshi Nakada
2022-07-16test-bundled-gems.rb needs `+` with GNU makeNobuyoshi Nakada
2022-07-14MJIT: Share rb_mjit_unit through mjit_unit.hTakashi Kokubun
2022-07-14MJIT: Merge mjit_worker.c back to mjit.c (#6138)Takashi Kokubun
2022-07-12Fix some UBSAN false positives (#6115)Kevin Backhouse
2022-06-20Warn suspicious flag to `Regexp.new`Nobuyoshi Nakada
2022-06-15Restore rb_exec_recursive_outerJohn Hawthorn
2022-06-15Move RubyVM::MJIT to builtin RubyTakashi Kokubun
2022-06-15Remove MJIT worker thread (#6006)Takashi Kokubun
2022-06-13Enable "make annocheck" on platforms other than Linux.Jun Aruga
2022-06-07Update the help message on /benchmarkTakashi Kokubun
2022-05-16`annobin` works only when targeting FedoraNobuyoshi Nakada
2022-05-16Add `make test-annocheck` to detect security issues.Jun Aruga
2022-04-27Rust YJITAlan Wu
2022-04-07Obey spec file locations to rubygemsNobuyoshi Nakada
2022-04-05Load fake.rb at `BTESTRUBY`Nobuyoshi Nakada
2022-03-31Remove github and git related files from extracted bundled gemsNobuyoshi Nakada
2022-03-30Update dependenciesYusuke Endoh
2022-03-16add Unicode auxiliary files and Unicode UCD emoji files download for ALWAYS_U...Martin Dürst
2022-03-13switch UNICODE_BETA back to NOMartin Dürst
2022-03-13update Unicode Version to 14.0.0 and Emoji version to 14.0Martin Dürst
2022-03-09exts.mk.tmpl: propagate MINIRUBY to enc.mk even though invoking from exts.mkYuta Saito
2022-02-22[Feature #18249] Update dependenciesPeter Zhu
2022-02-21[DOC] Set the documentation title and main pageNobuyoshi Nakada
2022-02-01Try make this more readable and consistent with other targetsDavid Rodríguez
2022-02-01Tweaks to freeze bundler CIDavid Rodríguez
2022-01-15Transfer the responsibility for MJIT options to mjit.cNobuyoshi Nakada
2022-01-14Get rid of building main again when test-bundled-gemsNobuyoshi Nakada
2022-01-02Run the prerequisites of test-bundled-gems in orderNobuyoshi Nakada
2021-12-25Revert "Do not include external library sources into packages"NARUSE, Yui
2021-12-23Add fiber scheduler hooks for `pread`/`pwrite`, and add support to `IO::Buffer`.Samuel Williams
2021-12-22Extended interface for IO::Buffer & documentation.Samuel Williams
2021-12-21rbinstall.rb: install ext only when it's configured [Bug #18414]Yuta Saito
2021-12-15use `RB_VM_LOCK_ENTER()`Koichi Sasada
2021-12-15Update dependenciesNobuyoshi Nakada
2021-11-25YJIT: Implement new struct accessors (#5161)John Hawthorn
2021-11-21Update dependenciesNobuyoshi Nakada
2021-11-21Refactor hacky ID tables to struct rb_ast_id_table_tYusuke Endoh