summaryrefslogtreecommitdiff
path: root/proc.c
AgeCommit message (Expand)Author
2019-12-04Make {Method,UnboundMethod}#super_method handle clone/bind/unbindJeremy Evans
2019-11-25Fix the docs for Proc#>>.Paweł Przeniczny
2019-11-21Refined inspection of argument forwardingNobuyoshi Nakada
2019-11-20Update representation (discussed on ruby tracker)zverok
2019-11-20Method parameters inspectzverok
2019-11-18Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans
2019-11-18Warn on access/modify of $SAFE, and remove effects of modifying $SAFEJeremy Evans
2019-11-14delete unused functions卜部昌平
2019-11-12Show the name `Kernel#proc` in the warning messageNobuyoshi Nakada
2019-10-26Documentation improvements for Ruby corezverok
2019-10-25check T_ICLASS for Method#inspect.Koichi Sasada
2019-10-11Module#define_method: Add UnboundMethod to expected classesksss
2019-10-03Revert https://github.com/ruby/ruby/pull/2486卜部昌平
2019-09-30refactor constify most of rb_method_entry_t卜部昌平
2019-09-30refactor add rb_method_entry_from_template卜部昌平
2019-09-30refactor delete rb_method_entry_copy卜部昌平
2019-09-30refactor rb_method_definition_create take opts卜部昌平
2019-09-30refactor constify most of rb_method_definition_t卜部昌平
2019-09-29Remove VM_NO_KEYWORDS, replace with RB_NO_KEYWORDSJeremy Evans
2019-09-26Fix more keyword separation issuesJeremy Evans
2019-09-26Fix keyword argument separation issues in Enumerator::Generator#eachJeremy Evans
2019-09-26Add rb_adjust_argv_kw_splat to internal.hJeremy Evans
2019-09-26Fix keyword argument separation issues in Proc#{<<,>>}Jeremy Evans
2019-09-14Only set RB_PASS_CALLED_KEYWORDS in C functions called directly from RubyJeremy Evans
2019-09-13Consolidate empty keyword handlingJeremy Evans
2019-09-06Convert keyword argument to required positional hash argument for Class#new, ...Jeremy Evans
2019-09-05Add VM_NO_KEYWORDSJeremy Evans
2019-09-05Propagate kw_splat informationYusuke Endoh
2019-08-30Add rb_iseq_locationJeremy Evans
2019-08-30Use more accurate source location in keyword argument separation warningsJeremy Evans
2019-08-30Separate keyword arguments from positional argumentsYusuke Endoh
2019-08-30[DOC] Return obj may be different from 1st argument [ci skip]Kazuhiro NISHIYAMA
2019-08-30proc.c: Add UnboundMethod#bind_callYusuke Endoh
2019-08-29move docs around [ci skip]卜部昌平
2019-08-29drop-in type check for rb_define_global_function卜部昌平
2019-08-27rb_proc_new / rb_fiber_new now free from ANYARGS卜部昌平
2019-08-27decouple compile.c usage of imemo_ifunc卜部昌平
2019-08-16Add details about parameters to define_method doc (#2165)OKURA Masafumi
2019-08-14* expand tabs.git
2019-08-14change Proc#to_s format ('@...' -> ' ...') (#2362)Koichi Sasada
2019-08-12Rename rb_gc_mark_no_pin -> rb_gc_mark_movableAaron Patterson
2019-07-14fix typos.Tanaka Akira
2019-07-14Method#inspect with source location.Koichi Sasada
2019-07-14Describe lambda-ness of Proc more.Tanaka Akira
2019-06-12* expand tabs.git
2019-06-11Add compaction support for more types.Aaron Patterson
2019-06-03Unpin objects that `proc` referencesAaron Patterson
2019-04-27Add class ref to `UnboundMethod#owner` docokuramasafumi
2019-04-22Adds a reference to `TracePoint` to `binding` docsKazuhiro NISHIYAMA
2019-04-13* expand tabs.svn