summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Promote yaml to default gemsHiroshi SHIBATA2019-11-095-3/+38
* Promote timeout to default gemsHiroshi SHIBATA2019-11-095-3/+36
* Fixup 368ee984ed52f6abe1fdf8360ad72e6cf1cbfa66Hiroshi SHIBATA2019-11-091-1/+1
* Promote observer to default gems. But not yet releasedHiroshi SHIBATA2019-11-095-4/+39
* Promote readline to default gems named readline-extHiroshi SHIBATA2019-11-092-0/+26
* Added gemspec for readline gem that is wrapper library for reline and readlin...Hiroshi SHIBATA2019-11-093-0/+29
* Revert "don't embed full-path."Koichi Sasada2019-11-094-27/+6
* don't embed full-path.Koichi Sasada2019-11-094-6/+27
* Fix passing actual object_id to finalizerJohn Hawthorn2019-11-082-18/+44
* Try to fix test-spec failure on macOSYusuke Endoh2019-11-091-0/+8
* Prettify builtin_binary formatNobuyoshi Nakada2019-11-091-4/+5
* * 2019-11-09 [ci skip]git2019-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-085-296/+304
* tool/mk_builtin_loader.rb: check if op is an array or notYusuke Endoh2019-11-081-1/+1
* Make prefix staticNobuyoshi Nakada2019-11-081-3/+3
* Update builtin include filesNobuyoshi Nakada2019-11-081-3/+6
* Add VPATH to rbinc rule for nmakeNobuyoshi Nakada2019-11-081-0/+3
* delete cc->aux.inc_sp卜部昌平2019-11-081-1/+0
* Add file mode to generated files [ci skip]Nobuyoshi Nakada2019-11-082-0/+8
* builtin.h must be included *AFTER* vm_core.hNobuyoshi Nakada2019-11-081-15/+19
* Renamed `load_*.inc` as `*.rbinc` to utilize a suffix ruleNobuyoshi Nakada2019-11-086-24/+18
* Suppress "shadowing outer local variable" warning in 2.5aycabta2019-11-083-15/+21
* cstr -> bytesKoichi Sasada2019-11-083-7/+7
* fix line break code (fix to LF)Koichi Sasada2019-11-081-169/+169
* forget to add gc.rbKoichi Sasada2019-11-081-0/+169
* use builtins for GC.Koichi Sasada2019-11-084-213/+42
* Stop compiling if type mismatch was found.Koichi Sasada2019-11-081-0/+6
* builtin.h must be included *AFTER* vm_core.hNobuyoshi Nakada2019-11-081-1/+1
* Removed BOM [ci skip]Nobuyoshi Nakada2019-11-081-1/+1
* Fix typoKazuki Tsujimoto2019-11-081-1/+1
* name the result of calccall卜部昌平2019-11-081-2/+3
* Define Struct#deconstruct_keysKazuki Tsujimoto2019-11-083-0/+64
* revival of __func__卜部昌平2019-11-081-2/+2
* describe vm_cache_check_for_class_serial [ci skip]卜部昌平2019-11-081-0/+79
* Change requirements of BASERUBY.Koichi Sasada2019-11-081-2/+2
* Define IO#read/write_nonblock with builtins.Koichi Sasada2019-11-086-130/+142
* do not use __func__.Koichi Sasada2019-11-081-2/+2
* fix line break code (fix to LF)Koichi Sasada2019-11-081-134/+134
* fix typeKoichi Sasada2019-11-081-1/+1
* * remove trailing spaces. [ci skip]git2019-11-081-1/+1
* use builtin for RubyVM::AbstractSyntaxTree.Koichi Sasada2019-11-085-129/+157
* use builtin for TracePoint.Koichi Sasada2019-11-088-407/+496
* support builtin features with Ruby and C.Koichi Sasada2019-11-0817-28/+838
* Add a counter for compactionAaron Patterson2019-11-072-0/+12
* * 2019-11-08 [ci skip]git2019-11-081-1/+1
* Use a monotonically increasing number for object_idJohn Hawthorn2019-11-075-152/+91
* Suppress unused variable warningNobuyoshi Nakada2019-11-071-1/+1
* Use FIX2LONG instead of FIX2INT like 26843cbcd0NARUSE, Yui2019-11-071-4/+4