aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
Commit message (Expand)AuthorAgeFilesLines
* Check ruby-related includes only [ci skip]Nobuyoshi Nakada2021-09-111-1/+1
* Removed minitest dir from make taskHiroshi SHIBATA2021-09-111-1/+1
* common.mk: update dependencies卜部昌平2021-09-101-0/+6
* Update the list of replacing objects under missingNobuyoshi Nakada2021-08-271-4/+10
* Use C99-defined macros to classify a floating-point numberNobuyoshi Nakada2021-08-271-1/+0
* tool/test-bundled-gems.rb: Use the bundled RBS code to test TypeProfYusuke Endoh2021-08-251-1/+1
* Revert "tool/test-bundled-gems.rb: Use the bundled RBS code to test TypeProf"Yusuke Endoh2021-08-241-1/+1
* tool/test-bundled-gems.rb: Use the bundled RBS code to test TypeProfYusuke Endoh2021-08-241-1/+1
* Moved exported symbols in internal/util.h to ruby/util.hNobuyoshi Nakada2021-08-241-7/+4
* ruby/spec no longer needs webrick to runBenoit Daloze2021-08-131-1/+1
* Group commands on GitHub ActionsNobuyoshi Nakada2021-08-071-0/+22
* Change Unicode Emoji Version from 13.0 to 13.1Martin Dürst2021-07-271-1/+1
* Remove unneeded quotes [ci skip]Nobuyoshi Nakada2021-07-191-1/+1
* Add debug assertion in `rb_funcall*` that the current thread has the gvl.Samuel Williams2021-07-161-0/+1
* Update common.mk to deal with Unicode version 13.0.0Martin Dürst2021-07-081-6/+22
* programs will be made from extsNobuyoshi Nakada2021-07-051-1/+1
* goruby.c: include golf_prelude.c to get rid of overwriting EXTOBJSNobuyoshi Nakada2021-07-031-185/+26
* "nodoc" needs to exclude "doc" [ci skip]Nobuyoshi Nakada2021-06-301-1/+1
* Add a cache for class variableseileencodes2021-06-181-0/+1
* Make ext directory before extinit.c when out-of-place buildNobuyoshi Nakada2021-06-161-0/+1
* Add missing dependenciesTakashi Kokubun2021-06-101-1/+2
* Avoid enqueueing the same ISeq twiceTakashi Kokubun2021-06-101-0/+1
* Implemented some NilClass method in Ruby code is faster [Feature #17054] (#3366)S.H2021-06-021-0/+4
* Mark inlined ISeqs during MJIT compilation (#4539)Takashi Kokubun2021-05-301-0/+6
* cdhash_cmp: can take rational literals卜部昌平2021-05-121-0/+1
* Revert "Filling cache values on cvar write"Aaron Patterson2021-05-111-1/+0
* Add a cache for class variableseileencodes2021-05-111-0/+1
* Split revision.h ruleNobuyoshi Nakada2021-04-181-2/+3
* dependency updates卜部昌平2021-04-131-79/+0
* Make String#crypt ractor-safeNobuyoshi Nakada2021-04-131-0/+2
* mac: ignore SDKROOT at installationNobuyoshi Nakada2021-04-101-1/+1
* Stop downloading Unicode files twiceNobuyoshi Nakada2021-03-261-1/+1
* Use XRUBY to expand path instead of platform dependentKazuhiro NISHIYAMA2021-03-251-3/+5
* Generate encoding header before enc.mkNobuyoshi Nakada2021-03-251-2/+3
* Keep unicode_normalize/tables.rb as-isNobuyoshi Nakada2021-03-251-3/+3
* Fix test-bundler-parallel errors when out-of-place buildKazuhiro NISHIYAMA2021-03-251-1/+2
* Make the commit of updated bundled_gems fileNobuyoshi Nakada2021-02-161-0/+2
* Added Thread::Backtrace.limit [Feature #17479]Nobuyoshi Nakada2021-02-151-0/+2
* Add a benchmark-driver runner for Ractor (#4172)Takashi Kokubun2021-02-101-1/+1
* Expose scheduler as public interface & bug fixes. (#3945)Samuel Williams2021-02-091-7/+13
* Ignore warnings when transforming preprocessed headerNobuyoshi Nakada2021-02-011-1/+1
* CFLAGS includes ARCH_FLAGNobuyoshi Nakada2021-01-261-1/+1
* Sort autogenerated dependencies [ci skip]Nobuyoshi Nakada2021-01-231-1/+1
* Remove common output directoryNobuyoshi Nakada2021-01-221-1/+1
* Skip updating exts in also test-spec to reduce the turnaround time (#4089)Takashi Kokubun2021-01-181-1/+1
* dtoa.c: make thread-safe by using atomic CASNobuyoshi Nakada2021-01-101-0/+2
* set RUBY_ON_BUG on runruby rule.Koichi Sasada2021-01-051-1/+1
* Commented out the sh-specific code, in cmd.exeNobuyoshi Nakada2021-01-051-1/+2
* Add a missing dependencyTakashi Kokubun2021-01-031-1/+1
* Add -v to make benchmarkTakashi Kokubun2021-01-011-1/+1