aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
Commit message (Expand)AuthorAgeFilesLines
* Manage the timestamp for revision.hNobuyoshi Nakada2022-11-021-7/+2
* Ignore failure at moving revision.h [ci skip]Nobuyoshi Nakada2022-10-301-1/+1
* YJIT: Lazily enable YJIT after prelude (#6597)Takashi Kokubun2022-10-241-0/+1
* Make mjit_cont sharable with YJIT (#6556)Takashi Kokubun2022-10-171-0/+20
* Improvements to IO::Buffer implementation and documentation. (#6525)Samuel Williams2022-10-121-0/+5
* Revert "Revert "This commit implements the Object Shapes technique in CRuby.""Jemma Issroff2022-10-111-0/+322
* Revert "This commit implements the Object Shapes technique in CRuby."Aaron Patterson2022-09-301-322/+0
* This commit implements the Object Shapes technique in CRuby.Jemma Issroff2022-09-281-0/+322
* bootstraptest/runner: manage sub processes with the job serverNobuyoshi Nakada2022-09-281-2/+2
* Revert this until we can figure out WB issues or remove shapes from GCAaron Patterson2022-09-261-322/+0
* This commit implements the Object Shapes technique in CRuby.Jemma Issroff2022-09-261-0/+322
* Update `IO::Buffer` read/write to use rb_thread_io_blocking_region. (#6438)Samuel Williams2022-09-261-0/+1
* Add several new methods for getting and setting buffer contents. (#6434)Samuel Williams2022-09-261-0/+1
* Bindgen enum with builtinTakashi Kokubun2022-09-231-1/+2
* mjit_c.rb doesn't need to be an erbTakashi Kokubun2022-09-231-5/+0
* Builtin RubyVM::MJIT::CTakashi Kokubun2022-09-231-1/+11
* YJIT: Support MAKE=bmake for release buildAlan Wu2022-09-201-0/+8
* Try to ignore a noisy ASAN warning for continuationYusuke Endoh2022-09-201-0/+1
* Extract UNICODE_DOWNLOADERNobuyoshi Nakada2022-09-191-19/+13
* Include lib/mjit/instruction.rb in a snapshotTakashi Kokubun2022-09-181-0/+1
* Move mjit/instruction.rb rule to common.mkTakashi Kokubun2022-09-181-0/+5
* Demote mjit_instruction.rb from builtin to stdlibTakashi Kokubun2022-09-181-6/+1
* Replace revision.tmp with the HAVE_BASERUBY trickTakashi Kokubun2022-09-181-1/+3
* Always generate non-empty revision.hTakashi Kokubun2022-09-171-8/+3
* Auto-generate the release date on version.h from git CommitDate (#6382)Takashi Kokubun2022-09-171-1/+2
* Move case-folding.rb to tooldir with enc-prefixNobuyoshi Nakada2022-09-171-3/+3
* Derive UNICODE_EMOJI_VERSION from UNICODE_VERSIONNobuyoshi Nakada2022-09-171-1/+3
* Now test-bundler nees fake.rbNobuyoshi Nakada2022-09-161-1/+1
* 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