aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
Commit message (Expand)AuthorAgeFilesLines
* cancel theap on multi-ractorsKoichi Sasada2020-12-071-0/+1
* Moved update-bundled_gems code to a toolNobuyoshi Nakada2020-12-061-10/+1
* Proposed method for dealing with stack locals which have non-local lifetime.Samuel Williams2020-12-051-0/+1
* test-bundled-gems: select bundled gems to test by BUNDLED_GEMSNobuyoshi Nakada2020-12-021-1/+2
* ractor local storage C-APIKoichi Sasada2020-12-011-0/+1
* Clean temproray directory created by test-specNobuyoshi Nakada2020-11-301-0/+1
* Clean static-rubyNobuyoshi Nakada2020-11-301-1/+1
* Keep references of memory-view-exported objects (#3816)Kenta Murata2020-11-301-0/+1
* Make --disable-jit-support compileTakashi Kokubun2020-11-221-0/+1
* Combine mjit.h and internal/mjit.hTakashi Kokubun2020-11-221-5/+1
* dist: added DISTOPTS and PKGSDIRNobuyoshi Nakada2020-11-221-1/+2
* fix public interfaceKoichi Sasada2020-11-181-15/+13
* Update dependenciesSamuel Williams2020-11-071-0/+24
* Include c_escape.rb in COMPILE_PRELUDENobuyoshi Nakada2020-10-261-1/+2
* Ractor.make_shareable(obj)Koichi Sasada2020-10-211-0/+9
* Some global variables can be accessed from ractorsKoichi Sasada2020-10-201-0/+3
* Bundle typeprof gem as bundled gemsYusuke Endoh2020-10-201-1/+1
* sync RClass::ext::iv_index_tblKoichi Sasada2020-10-171-0/+1
* sync generic_ivtblKoichi Sasada2020-10-141-0/+1
* sync enc_table and rb_encoding_listKoichi Sasada2020-10-141-0/+4
* Fixed installation failure [Bug #17191]Nobuyoshi Nakada2020-09-291-1/+1
* Fix up dependencies on internal/sanitizers.hNobuyoshi Nakada2020-09-291-0/+1
* update-depsNARUSE, Yui2020-09-261-0/+3
* Buffer protocol proposal (#3261)Kenta Murata2020-09-251-0/+162
* Update dependenciesKazuhiro NISHIYAMA2020-09-251-0/+1
* Bundle rbs gem as bundled gems (#3496)Hiroshi SHIBATA2020-09-231-1/+1
* When setting current thread scheduler to nil, invoke `#close`.Samuel Williams2020-09-211-0/+1
* sync ruby_global_symbolsKoichi Sasada2020-09-181-0/+3
* sync fstring poolKoichi Sasada2020-09-151-0/+3
* Update dependenciesSamuel Williams2020-09-141-1/+170
* Standardised scheduler interface.Samuel Williams2020-09-141-0/+3
* separate rb_random_tNobuyoshi Nakada2020-09-071-0/+1
* common.mk: UNALIGNED_MEMBER_ACCESS needs internal/warnings.h on some platformsNobuyoshi Nakada2020-09-051-0/+5
* Updated dependencyNobuyoshi Nakada2020-09-041-0/+1
* Introduce Ractor mechanism for parallel executionKoichi Sasada2020-09-031-1/+446
* Revert the workaround of minitest and hoeHiroshi SHIBATA2020-09-011-1/+1
* Removed minitest and hoe because they didn't support Ruby 3 yetHiroshi SHIBATA2020-08-311-1/+1
* sed -i '/rmodule.h/d'卜部昌平2020-08-271-74/+0
* sed -i '/r_cast.h/d'卜部昌平2020-08-271-74/+0
* sed -i '\,2/extern.h,d'卜部昌平2020-08-271-75/+0
* tool/update-deps -fix卜部昌平2020-08-191-0/+33
* tool/update-deps --fix卜部昌平2020-08-151-0/+8
* Skip already extracted gemsNobuyoshi Nakada2020-07-291-1/+2
* common.mk: add missing dependency卜部昌平2020-07-131-1/+2
* Skip comment and empty lines in gems/bundled_gems fileNobuyoshi Nakada2020-07-051-1/+5
* Annotate Kernel#class as inline (#3250)Takashi Kokubun2020-06-231-0/+2
* Stop relying on `make benchmark`'s `-I$(srcdir)/benchmark/lib`Takashi Kokubun2020-06-221-1/+1
* Make Integer#zero? a separated method and builtin (#3226)Takashi Kokubun2020-06-201-0/+5
* Build configured extension libraries onlyNobuyoshi Nakada2020-06-191-1/+1
* $(PREP) is needed to run $(MINIRUBY)Nobuyoshi Nakada2020-06-181-1/+1