aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve performance some Float methods [Feature #17498] (#4018)S.H2021-01-011-4/+4
* Moved time.rb to timev.rbNobuyoshi Nakada2020-12-311-3/+3
* Add time.rb as builtinNobuyoshi Nakada2020-12-311-0/+4
* Make more silent when -s on GNU makeNobuyoshi Nakada2020-12-291-1/+1
* transcode-tblgen.rb: make silent a little when just -vNobuyoshi Nakada2020-12-291-0/+1
* Update help of sync-default-gemsTakashi Kokubun2020-12-281-1/+1
* Bypass check for warning_category on internal callsNobuyoshi Nakada2020-12-281-0/+1
* Do not include external library sources into packagesNobuyoshi Nakada2020-12-271-1/+2
* Expose atomic operation macros with RUBY prefixNobuyoshi Nakada2020-12-241-0/+36
* TracePoint.new(&block) should be ractor-localKoichi Sasada2020-12-221-0/+1
* should use owned_p instead of locked_pKoichi Sasada2020-12-211-0/+1
* make RB_DEBUG_COUNTER_INC()_thread-safeKoichi Sasada2020-12-171-0/+1
* [memory_view] Make MemoryView API Ractor-safe (#3911)Kenta Murata2020-12-161-0/+4
* add vm_sync debug countersKoichi Sasada2020-12-161-0/+4
* Update dependenciesAlan Wu2020-12-141-0/+3
* trap on non-main ractorKoichi Sasada2020-12-121-0/+4
* add RUNOPT and RUNOPT0 for dev rules.Koichi Sasada2020-12-111-6/+6
* Added tool/lib into test-spec loadpathHiroshi SHIBATA2020-12-101-1/+1
* Fix ArithmeticSequence#last and ArithmeticSequence#each for non-integer seque...Kenta Murata2020-12-091-0/+2
* Add support for non-blocking `Process.wait`.Samuel Williams2020-12-091-0/+1