aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
Commit message (Expand)AuthorAgeFilesLines
* Create backtrace location array directlyNobuyoshi Nakada2019-12-131-0/+1
* Moved Kernel#warn to warning.rbNobuyoshi Nakada2019-12-131-0/+4
* add depenency pointed by update-depsKoichi Sasada2019-12-111-0/+7
* * remove trailing spaces. [ci skip]git2019-12-111-1/+1
* support cross-compilation.Koichi Sasada2019-12-111-1/+1
* remove prelude.cKoichi Sasada2019-12-111-68/+4
* use compiled binary for gem_prelude.rb.Koichi Sasada2019-12-111-1/+2
* Add missing dependencyTakashi Kokubun2019-12-041-0/+1
* Revert "builtin_binary.inc needs miniruby itself for RubyVM.each_builtin"Nobuyoshi Nakada2019-12-021-2/+2
* builtin_binary.inc needs miniruby itself for RubyVM.each_builtinNobuyoshi Nakada2019-12-021-2/+2
* fastpath for ivar read of FL_EXIVAR objects.Koichi Sasada2019-11-291-0/+2
* Show include directive differences only when under gitv2_7_0_preview3Nobuyoshi Nakada2019-11-231-1/+3
* Update dependenciesNobuyoshi Nakada2019-11-181-173/+2
* update deps.Koichi Sasada2019-11-181-2/+3
* load prelude.rb by builtin features.Koichi Sasada2019-11-151-2/+4
* Update dependenciesKazuhiro NISHIYAMA2019-11-131-0/+13
* Create `RUBYCOMMONDIR` directory in advanceNobuyoshi Nakada2019-11-121-1/+7
* add deps for miniprelude.cKoichi Sasada2019-11-111-1/+1
* Extract gem files after updateNobuyoshi Nakada2019-11-111-0/+1
* Get rid of FreeBSD make incompatibility [Bug #16331]Nobuyoshi Nakada2019-11-101-23/+27
* Fix builtin scirpt pathsNobuyoshi Nakada2019-11-091-6/+6
* Updated miniprelude.o dependencyNobuyoshi Nakada2019-11-091-4/+32
* Embed builtin ruby scripts in miniprelude.cNobuyoshi Nakada2019-11-091-1/+1
* Fixed the dependencyNobuyoshi Nakada2019-11-091-1/+1
* Added pack.rb to BUILTIN_RB_SRCSNobuyoshi Nakada2019-11-081-5/+7
* Rubified the APIs of pack.cYusuke Endoh2019-11-081-0/+5
* Update builtin include filesNobuyoshi Nakada2019-11-081-3/+6
* Renamed `load_*.inc` as `*.rbinc` to utilize a suffix ruleNobuyoshi Nakada2019-11-081-18/+12
* use builtins for GC.Koichi Sasada2019-11-081-0/+5
* Define IO#read/write_nonblock with builtins.Koichi Sasada2019-11-081-1/+6
* use builtin for RubyVM::AbstractSyntaxTree.Koichi Sasada2019-11-081-1/+6
* use builtin for TracePoint.Koichi Sasada2019-11-081-1/+6
* support builtin features with Ruby and C.Koichi Sasada2019-11-081-1/+55
* Do not occupy `ARGV` by XRUBY commandNobuyoshi Nakada2019-11-051-1/+1
* Share test-bundled-gems-run in common.mkNobuyoshi Nakada2019-11-051-0/+5
* Update Unicode Emoji version from 12.0 to 12.1.Martin Dürst2019-10-301-1/+1
* Combine call info and cache to speed up method invocationAlan Wu2019-10-241-1/+1
* Added refresh-gemsNobuyoshi Nakada2019-10-241-0/+2
* name2ctype.h depends on also Emoji dataNobuyoshi Nakada2019-10-231-1/+2
* Comparable#clamp with a range [Feature #14784]Nobuyoshi Nakada2019-10-161-0/+2
* make rb_raise a GVL-only function again卜部昌平2019-10-101-2/+0
* Now error.o needs thread.hNobuyoshi Nakada2019-10-101-0/+1
* allow rb_raise from outside of GVL卜部昌平2019-10-101-0/+1
* Added dependencies on prerequisite makefilesNobuyoshi Nakada2019-10-051-3/+3
* Use benchmark-driver v0.15.6Takashi Kokubun2019-09-191-1/+1
* Upgrade benchmark_driver to v0.15.5Takashi Kokubun2019-09-131-1/+1
* Fixed wrong usage of file2lastrev.rbNobuyoshi Nakada2019-09-071-1/+1
* Upgrade benchmark-driver to v0.15.4Takashi Kokubun2019-09-071-1/+1
* Upgrade benchmark-driver to v0.15.3Takashi Kokubun2019-09-071-1/+1
* Explain how to run an individual btest in helpTakashi Kokubun2019-09-031-1/+1