summaryrefslogtreecommitdiff
path: root/template
Commit message (Expand)AuthorAgeFilesLines
* MSVS lacks `touch` [ci skip]Nobuyoshi Nakada2022-12-201-0/+1
* Fix missing parentheses [ci skip]Nobuyoshi Nakada2022-12-201-1/+1
* [Bug #19181] Separate the rule for unicode_normalize/tables.rb timestampNobuyoshi Nakada2022-12-101-0/+11
* document for commit 5bbba76489628f450949 [ci skip]卜部昌平2022-12-071-0/+1
* Handle depend files on nmakeNobuyoshi Nakada2022-12-051-0/+2
* MJIT: Rename mjit_compile_attr to mjit_sp_incTakashi Kokubun2022-11-291-2/+2
* Control non-parallel parts with `.WAIT` if availableNobuyoshi Nakada2022-11-131-0/+4
* Fix infinite loop when out-of-place buildNobuyoshi Nakada2022-11-021-1/+1
* Follow up "Rework `first_lineno` to be `int`."Nobuyoshi Nakada2022-10-281-1/+1
* Suppress warning for fgrepHiroshi SHIBATA2022-10-191-1/+1
* Extract `RUBY_RELEASE_DATE` from also revision.hNobuyoshi Nakada2022-09-251-1/+1
* Move mjit/instruction.rb rule to common.mkTakashi Kokubun2022-09-181-5/+0
* Introduce --basedir to insns2vm.rbTakashi Kokubun2022-09-181-2/+2
* Revert "Preserve the directory structure under tool/ruby_vm/views"Takashi Kokubun2022-09-181-1/+1
* Preserve the directory structure under tool/ruby_vm/viewsTakashi Kokubun2022-09-181-1/+1
* Demote mjit_instruction.rb from builtin to stdlibTakashi Kokubun2022-09-181-4/+5
* Fix parallel build on MINGWLars Kanis2022-09-101-0/+1
* Support sub-library in builtin-loaderNobuyoshi Nakada2022-09-091-65/+5
* Move RDoc `--`/`++` directives to commentsNobuyoshi Nakada2022-09-091-1/+1
* Generate token ID indexes in id.defNobuyoshi Nakada2022-09-082-8/+4
* Fix missing replacement in 1f91dcdab3bNobuyoshi Nakada2022-09-071-1/+1
* Define BOOTSTRAPRUBY from HAVE_BASERUBYNobuyoshi Nakada2022-09-071-2/+5
* Ruby MJIT (#6028)Takashi Kokubun2022-09-041-7/+6
* Debugging snapshot [ci skip]Nobuyoshi Nakada2022-09-051-3/+3
* Fix fake.rb expansion from preprocessed version.hNobuyoshi Nakada2022-09-051-5/+4
* Set fake.rb variables by command line argumentsNobuyoshi Nakada2022-09-051-11/+15
* Make sources by BASERUBY if available instead of minirubyNobuyoshi Nakada2022-09-031-1/+1
* Exclude LIBPATHENV wrapper from PREPNobuyoshi Nakada2022-09-031-0/+2
* Move duplicate dependenciesNobuyoshi Nakada2022-09-031-5/+0
* Let fake.rb allow newlines in expanded stringsNobuyoshi Nakada2022-08-311-1/+3
* Silent configure does not output cached configurationsNobuyoshi Nakada2022-08-141-2/+3
* Fix race conditions when cleaning extensionsNobuyoshi Nakada2022-08-111-0/+4
* The "gems" build directory was rename as ".bundle"Nobuyoshi Nakada2022-08-111-5/+5
* Fix paths of exts.mk to cleanNobuyoshi Nakada2022-08-111-1/+1
* Add `--enable-devel` configure optionNobuyoshi Nakada2022-08-111-1/+3
* Expand tabs [ci skip]Takashi Kokubun2022-07-211-19/+19
* Add yjit.o to DTRACE_DEPENDENT_OBJSJakub Kulík2022-05-301-1/+2
* Reduce duplicate replacementsNobuyoshi Nakada2022-05-301-5/+5
* Run find in PATH [ci skip]Nobuyoshi Nakada2022-05-251-1/+1
* Clean intermediate files for update-deps [ci skip]Nobuyoshi Nakada2022-05-251-0/+1
* Clean intermediate object filesNobuyoshi Nakada2022-05-181-0/+1
* Verbose mode on libyjit mergeNobuyoshi Nakada2022-05-181-2/+2
* Extract YJIT_LIBS directly without copyingNobuyoshi Nakada2022-05-181-2/+1
* `AR` does not need the absolute pathNobuyoshi Nakada2022-05-181-5/+6
* Set `target_os` for a7577dbfd3ea53cccf7aaf94208069784ad17791Nobuyoshi Nakada2022-05-171-0/+1
* YJIT: Handle spaces in build dir path using find(1) `-exec`Alan Wu2022-04-281-9/+3
* Try to fix error on SolarisKazuhiro NISHIYAMA2022-04-281-1/+1
* Work around shell syntax error on SolarisAlan Wu2022-04-271-3/+9
* Rust YJITAlan Wu2022-04-271-1/+19
* Fix fake.rb RUBY_DESCRIPTION faking for JITsAlan Wu2022-04-111-3/+9