summaryrefslogtreecommitdiff
path: root/error.c
AgeCommit message (Expand)Author
2019-08-15introduce RUBY_ON_BUG envval. (#2331)Koichi Sasada
2019-08-14backtrace and backtrace_locations can be nil (#2358)Steven Harman
2019-08-12Remove documentation that fatal cannot be rescued [ci skip]Jeremy Evans
2019-08-03Predefine some IDsNobuyoshi Nakada
2019-06-13* expand tabs.git
2019-06-13remove 2 redundant calls to rb_str_dupLuke Gruber
2019-06-05error.c: avoid infinite recursion at inspecting the frozen objectNobuyoshi Nakada
2019-06-05* expand tabs.git
2019-06-04Include inspect value of object in FrozenError messagesJeremy Evans
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