summaryrefslogtreecommitdiff
path: root/common.mk
Commit message (Expand)AuthorAgeFilesLines
* Add noarch-fake.rb targetNobuyoshi Nakada2022-09-151-0/+3
* Manage paths for bundler testsNobuyoshi Nakada2022-09-141-1/+5
* Pass job-server FDs to bundler testsNobuyoshi Nakada2022-09-141-2/+2
* Deprecate Encoding#replicateBenoit Daloze2022-09-101-0/+1
* [MSWin] Get rid of single quotes in sed command linesNobuyoshi Nakada2022-09-101-5/+5
* Process token IDs from id.def without id.hNobuyoshi Nakada2022-09-081-2/+2
* Dump cross.rb only when verbose [ci skip]Nobuyoshi Nakada2022-09-071-1/+1
* Define BOOTSTRAPRUBY from HAVE_BASERUBYNobuyoshi Nakada2022-09-071-0/+1
* Use BOOTSTRAPRUBY_COMMAND instead of fake.rb directlyNobuyoshi Nakada2022-09-071-1/+1
* Add mjit-bindgen workflow (#6327)Takashi Kokubun2022-09-051-0/+15
* Ruby MJIT (#6028)Takashi Kokubun2022-09-041-7/+13
* Ignore fake.rb for snapshotNobuyoshi Nakada2022-09-041-3/+3
* fake.rb needs id.hNobuyoshi Nakada2022-09-041-1/+2
* Fix potential target type confliction [ci skip]Nobuyoshi Nakada2022-09-031-1/+1
* Make sources by BASERUBY if available instead of minirubyNobuyoshi Nakada2022-09-031-10/+15
* Generate the prelude sources by common-srcsNobuyoshi Nakada2022-09-031-1/+1
* Exclude LIBPATHENV wrapper from PREPNobuyoshi Nakada2022-09-031-2/+2
* builtin.c includes mini_builtin.c when cross-compilingNobuyoshi Nakada2022-09-031-0/+3
* Move duplicate dependenciesNobuyoshi Nakada2022-09-031-0/+2
* New constant caching insn: opt_getconstant_pathJohn Hawthorn2022-09-011-1/+1
* Fixed typoHiroshi SHIBATA2022-08-261-1/+1
* ruby-prof is now optionalHiroshi SHIBATA2022-08-261-1/+1
* 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