summaryrefslogtreecommitdiff
path: root/template
Commit message (Expand)AuthorAgeFilesLines
* Use Lrama LALR parser generator instead of Bisonv3_3_0_preview1Yuichiro Kaneko2023-05-121-1/+1
* Use RUBY_PROGRAM_VERSION as version in pkg-config file [ci skip]Nobuyoshi Nakada2023-04-131-1/+1
* Check leaked global symbols by defaultNobuyoshi Nakada2023-04-031-1/+1
* Check loading built-in binariesNobuyoshi Nakada2023-03-082-8/+8
* s/mjit/rjit/Takashi Kokubun2023-03-062-2/+2
* s/MJIT/RJIT/Takashi Kokubun2023-03-063-14/+14
* Remove obsoleted mjit_sp_inc.inc.erbTakashi Kokubun2023-03-061-2/+1
* Remove obsoleted tool/mjit_tabs.rbTakashi Kokubun2023-03-061-1/+0
* Remove obsoleted mjit_config.hTakashi Kokubun2023-03-061-25/+0
* Stop building mjit_build_dir.soTakashi Kokubun2023-03-061-10/+0
* Drop obsoleted MJIT header (#7458)Takashi Kokubun2023-03-062-27/+2
* MSWin: Use MESSAGE_BEGIN/MESSAGE_END instead of bare `echo`Nobuyoshi Nakada2023-03-021-1/+1
* Add .DELETE_ON_ERROR to MakefileAlan Wu2023-02-061-0/+4
* Silence dozens of useless warnings from `nm` on macOSNobuyoshi Nakada2023-01-311-1/+1
* YJIT: Fix shared/static library symbol leaksAlan Wu2023-01-271-11/+2
* Silence dozens of useless warnings from `ranlib` on macOS [ci skip]Nobuyoshi Nakada2023-01-231-1/+1
* tool/leaked-globals: ignore function typedef [ci skip]Nobuyoshi Nakada2023-01-211-1/+1
* Switch to use gem version of simplecov, not git cloneHiroshi SHIBATA2023-01-181-17/+0
* Move the dependency of makefiles on revision header [ci skip]Nobuyoshi Nakada2023-01-141-1/+1
* 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