aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
Commit message (Expand)AuthorAgeFilesLines
...
* added test-syntax-suggest and prepare tasksHiroshi SHIBATA2022-08-261-0/+19
* Added help entry for test-bundler-parallelHiroshi SHIBATA2022-08-221-30/+31
* Rename mjit_compile.c to mjit_compiler.cTakashi Kokubun2022-08-211-203/+203
* Use `rb_fork` to suppress deprecated-declarations warningsNobuyoshi Nakada2022-08-211-0/+1
* Update dependenciesNobuyoshi Nakada2022-08-171-5/+0
* Optimize Marshal dump/load for large (> 31-bit) FIXNUM (#6229)John Hawthorn2022-08-151-0/+3
* Update dependenciesNobuyoshi Nakada2022-08-141-6/+3
* The "gems" build directory was rename as ".bundle"Nobuyoshi Nakada2022-08-111-6/+6
* Move to tool/lib/bundled_gem.rbNobuyoshi Nakada2022-08-051-3/+3
* Extract bundled gems by BASERUBYNobuyoshi Nakada2022-08-051-2/+2
* Copy from bundled gem source for testNobuyoshi Nakada2022-08-051-4/+9
* Use configured GITNobuyoshi Nakada2022-08-051-2/+2
* Implement Queue#pop(timeout: sec)Jean Boussier2022-08-021-0/+5
* Kill bundled gem tests when interruptedNobuyoshi Nakada2022-07-241-1/+1
* Update common sources including id.h after updateNobuyoshi Nakada2022-07-211-0/+1
* Refactor macros of array.cPeter Zhu2022-07-211-0/+1
* Extract vm_ic_entry API to mimic vm_cc behaviorJemma Issroff2022-07-181-0/+1
* `Gem.unpack` extracts gems so able to executeNobuyoshi Nakada2022-07-171-4/+2
* Disable parallel built in test-bundled-gemsNobuyoshi Nakada2022-07-161-1/+1
* test-bundled-gems.rb needs `+` with GNU makeNobuyoshi Nakada2022-07-161-1/+1
* MJIT: Share rb_mjit_unit through mjit_unit.hTakashi Kokubun2022-07-141-0/+2
* MJIT: Merge mjit_worker.c back to mjit.c (#6138)Takashi Kokubun2022-07-141-1/+0
* Fix some UBSAN false positives (#6115)Kevin Backhouse2022-07-121-0/+4
* Warn suspicious flag to `Regexp.new`Nobuyoshi Nakada2022-06-201-0/+3
* Restore rb_exec_recursive_outerJohn Hawthorn2022-06-151-0/+1
* Move RubyVM::MJIT to builtin RubyTakashi Kokubun2022-06-151-0/+4
* Remove MJIT worker thread (#6006)Takashi Kokubun2022-06-151-0/+5
* Enable "make annocheck" on platforms other than Linux.Jun Aruga2022-06-131-3/+4
* Update the help message on /benchmarkTakashi Kokubun2022-06-071-1/+1
* `annobin` works only when targeting FedoraNobuyoshi Nakada2022-05-161-3/+3
* Add `make test-annocheck` to detect security issues.Jun Aruga2022-05-161-0/+5
* Rust YJITAlan Wu2022-04-271-42/+1
* Obey spec file locations to rubygemsNobuyoshi Nakada2022-04-071-1/+2
* Load fake.rb at `BTESTRUBY`Nobuyoshi Nakada2022-04-051-4/+4
* Remove github and git related files from extracted bundled gemsNobuyoshi Nakada2022-03-311-1/+2
* Update dependenciesYusuke Endoh2022-03-301-0/+5
* add Unicode auxiliary files and Unicode UCD emoji files download for ALWAYS_U...Martin Dürst2022-03-161-0/+2
* switch UNICODE_BETA back to NOMartin Dürst2022-03-131-1/+1
* update Unicode Version to 14.0.0 and Emoji version to 14.0Martin Dürst2022-03-131-3/+3
* exts.mk.tmpl: propagate MINIRUBY to enc.mk even though invoking from exts.mkYuta Saito2022-03-091-1/+1
* [Feature #18249] Update dependenciesPeter Zhu2022-02-221-0/+88
* [DOC] Set the documentation title and main pageNobuyoshi Nakada2022-02-211-1/+3
* Try make this more readable and consistent with other targetsDavid Rodríguez2022-02-011-1/+6
* Tweaks to freeze bundler CIDavid Rodríguez2022-02-011-2/+1
* Transfer the responsibility for MJIT options to mjit.cNobuyoshi Nakada2022-01-151-0/+2
* Get rid of building main again when test-bundled-gemsNobuyoshi Nakada2022-01-141-1/+2
* Run the prerequisites of test-bundled-gems in orderNobuyoshi Nakada2022-01-021-1/+5
* Revert "Do not include external library sources into packages"NARUSE, Yui2021-12-251-2/+1
* Add fiber scheduler hooks for `pread`/`pwrite`, and add support to `IO::Buffer`.Samuel Williams2021-12-231-0/+1
* Extended interface for IO::Buffer & documentation.Samuel Williams2021-12-221-0/+1