aboutsummaryrefslogtreecommitdiffstats
path: root/internal/vm.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "[Bug #11213] let defined?(super) call respond_to_missing?"Nobuyoshi Nakada2021-01-131-1/+1
* Check stack overflow in recursive glob_helper [Bug #17162]Nobuyoshi Nakada2021-01-131-0/+1
* remove unused declKoichi Sasada2021-01-081-6/+0
* Optimize calls to `Kernel#hash` (#3987)Marc-André Lafortune2020-12-251-0/+1
* Prefer stdbool in vm_execTakashi Kokubun2020-12-211-1/+1
* fix inline method cache sync bugKoichi Sasada2020-12-151-3/+2
* [Bug #11213] let defined?(super) call respond_to_missing?Nobuyoshi Nakada2020-11-201-1/+1
* rb_vm_add_root_module(): Remove unused parameterAlan Wu2020-11-091-1/+1
* Add `GC.auto_compact= true/false` and `GC.auto_compact`Aaron Patterson2020-11-021-0/+1
* Expose ec -> backtrace (internal) and use it to implement fiber backtrace.Samuel Williams2020-08-181-0/+2
* Properly resolve refinements in defined? on private call [Bug #16932]Nobuyoshi Nakada2020-06-041-0/+6
* sed -i 's|ruby/impl|ruby/internal|'卜部昌平2020-05-111-1/+1
* sed -i s|ruby/3|ruby/impl|g卜部昌平2020-05-111-1/+1
* delete CACHELINE卜部昌平2020-04-131-11/+0
* add #include guard hack卜部昌平2020-04-131-3/+3
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-081-6/+6
* Introduce disposable call-cache.Koichi Sasada2020-02-221-39/+2
* VALUE size packed callinfo (ci).Koichi Sasada2020-02-221-28/+1
* Fully separate positional arguments and keyword argumentsJeremy Evans2020-01-021-1/+0
* decouple internal.h headers卜部昌平2019-12-261-0/+8
* internal/vm.h rework卜部昌平2019-12-261-71/+100
* split internal.h into files卜部昌平2019-12-261-0/+166