summaryrefslogtreecommitdiff
path: root/common.mk
AgeCommit message (Expand)Author
2022-09-28This commit implements the Object Shapes technique in CRuby.Jemma Issroff
2022-09-28bootstraptest/runner: manage sub processes with the job serverNobuyoshi Nakada
2022-09-26Revert this until we can figure out WB issues or remove shapes from GCAaron Patterson
2022-09-26This commit implements the Object Shapes technique in CRuby.Jemma Issroff
2022-09-26Update `IO::Buffer` read/write to use rb_thread_io_blocking_region. (#6438)Samuel Williams
2022-09-26Add several new methods for getting and setting buffer contents. (#6434)Samuel Williams
2022-09-23Bindgen enum with builtinTakashi Kokubun
2022-09-23mjit_c.rb doesn't need to be an erbTakashi Kokubun
2022-09-23Builtin RubyVM::MJIT::CTakashi Kokubun
2022-09-20YJIT: Support MAKE=bmake for release buildAlan Wu
2022-09-20Try to ignore a noisy ASAN warning for continuationYusuke Endoh
2022-09-19Extract UNICODE_DOWNLOADERNobuyoshi Nakada
2022-09-18Include lib/mjit/instruction.rb in a snapshotTakashi Kokubun
2022-09-18Move mjit/instruction.rb rule to common.mkTakashi Kokubun
2022-09-18Demote mjit_instruction.rb from builtin to stdlibTakashi Kokubun
2022-09-18Replace revision.tmp with the HAVE_BASERUBY trickTakashi Kokubun
2022-09-17Always generate non-empty revision.hTakashi Kokubun
2022-09-17Auto-generate the release date on version.h from git CommitDate (#6382)Takashi Kokubun
2022-09-17Move case-folding.rb to tooldir with enc-prefixNobuyoshi Nakada
2022-09-17Derive UNICODE_EMOJI_VERSION from UNICODE_VERSIONNobuyoshi Nakada
2022-09-16Now test-bundler nees fake.rbNobuyoshi Nakada
2022-09-15Add noarch-fake.rb targetNobuyoshi Nakada
2022-09-14Manage paths for bundler testsNobuyoshi Nakada
2022-09-14Pass job-server FDs to bundler testsNobuyoshi Nakada
2022-09-10Deprecate Encoding#replicateBenoit Daloze
2022-09-10[MSWin] Get rid of single quotes in sed command linesNobuyoshi Nakada
2022-09-08Process token IDs from id.def without id.hNobuyoshi Nakada
2022-09-07Dump cross.rb only when verbose [ci skip]Nobuyoshi Nakada
2022-09-07Define BOOTSTRAPRUBY from HAVE_BASERUBYNobuyoshi Nakada
2022-09-07Use BOOTSTRAPRUBY_COMMAND instead of fake.rb directlyNobuyoshi Nakada
2022-09-05Add mjit-bindgen workflow (#6327)Takashi Kokubun
2022-09-04Ruby MJIT (#6028)Takashi Kokubun
2022-09-04Ignore fake.rb for snapshotNobuyoshi Nakada
2022-09-04fake.rb needs id.hNobuyoshi Nakada
2022-09-03Fix potential target type confliction [ci skip]Nobuyoshi Nakada
2022-09-03Make sources by BASERUBY if available instead of minirubyNobuyoshi Nakada
2022-09-03Generate the prelude sources by common-srcsNobuyoshi Nakada
2022-09-03Exclude LIBPATHENV wrapper from PREPNobuyoshi Nakada
2022-09-03builtin.c includes mini_builtin.c when cross-compilingNobuyoshi Nakada
2022-09-03Move duplicate dependenciesNobuyoshi Nakada
2022-09-01New constant caching insn: opt_getconstant_pathJohn Hawthorn
2022-08-26Fixed typoHiroshi SHIBATA
2022-08-26ruby-prof is now optionalHiroshi SHIBATA
2022-08-26added test-syntax-suggest and prepare tasksHiroshi SHIBATA
2022-08-22Added help entry for test-bundler-parallelHiroshi SHIBATA
2022-08-21Rename mjit_compile.c to mjit_compiler.cTakashi Kokubun
2022-08-21Use `rb_fork` to suppress deprecated-declarations warningsNobuyoshi Nakada
2022-08-17Update dependenciesNobuyoshi Nakada
2022-08-15Optimize Marshal dump/load for large (> 31-bit) FIXNUM (#6229)John Hawthorn
2022-08-14Update dependenciesNobuyoshi Nakada