summaryrefslogtreecommitdiff
path: root/error.c
AgeCommit message (Expand)Author
2019-05-27* expand tabs.git
2019-05-26Add FrozenError#receiverJeremy Evans
2019-04-17Introduce pattern matching [EXPERIMENTAL]ktsj
2019-03-22[DOC] fix markups [ci skip]nobu
2019-02-13Remove message to recommend to repot bugnaruse
2019-01-08* expand tabs.svn
2019-01-08Defer escaping control char in error messagesnobu
2018-12-29Update NoMethodError/NameError docs [ci skip]nobu
2018-12-20A couple of small English fixes [ci skip]nobu
2018-12-06Prefer rb_check_arity when 0 or 1 argumentsnobu
2018-12-05Fix documentation for Warning.warn [ci skip]nobu
2018-11-27Add rb_typeddata_is_instance_ofnobu
2018-10-13Prefer `rb_fstring_lit` over `rb_fstring_cstr`nobu
2018-09-11Use https instead of httpkazu
2018-07-17Fix message when `order` was an invalid valuenobu
2018-07-16[DOC] Update doc of NameError.new [ci skip]kazu
2018-06-13Fix condition in Kernel#warn when using upleveleregon
2018-05-15share :cause variablenobu
2018-05-14error.c: check redefined backtrace resultnobu
2018-04-14error.c: [DOC] minor fixesstomar
2018-04-12error.c: fix for DRbnobu
2018-04-12error.c: super in method_missingnobu
2018-04-11eval_error.c: fix loop on exception in messagenobu
2018-04-02error.c: prepend "warning: " alwaysnobu
2018-03-22error.c: full_message optionsnobu
2018-03-13Add missing class FrozenError to Exception subclasses list documentationnobu
2018-02-23eval_error.c: rb_error_write flagsnobu
2018-02-23[DOC] missing docs at toplevelnobu
2018-02-23[DOC] nodoc internal methods/classesnobu
2018-02-20error.c: bypass Exception.newnobu
2018-02-07error.c: export rb_assert_failurek0kubun
2018-02-07Remove redundant RTESTkazu
2018-02-04mjit_compile.c: merge initial JIT compilerk0kubun
2018-02-02Fix call-seq of NameError.newkazu
2018-01-26error.c: receiver kwargnobu
2018-01-26error.c: [DOC] NoMethodError.new [ci skip]nobu
2018-01-26error.c: copy keyword argumentsnobu
2018-01-26error.c: KeyError missing keyword argumentsnobu
2018-01-26error.c: use already initialized IDsnobu
2018-01-26KeyError#initialize accepts receiver and key.kou
2018-01-24ruby/ruby.h: remove unnecessary exports from C-APInormal
2018-01-24Add documentation for the Kernel#warn :uplevel keywordkazu
2018-01-18merge extern declarations into internal.hshyouhei
2018-01-09internal.h: remove dependecy on ruby/encoding.hnobu
2017-12-31error.c: limit depthnobu
2017-12-31error.c: negative uplevelnobu
2017-12-19error.c: KeyError docs [ci skip]nobu
2017-12-12error.c(rb_error_write): Remove ec_ from its namesorah
2017-12-12hotfix implicit-function-declarationsorah
2017-12-12Add uplevel keyword to Kernel#warn and use itshyouhei