aboutsummaryrefslogtreecommitdiffstats
path: root/error.c
Commit message (Expand)AuthorAgeFilesLines
* Prefer `rb_fstring_lit` over `rb_fstring_cstr`nobu2018-10-131-1/+1
* Use https instead of httpkazu2018-09-111-1/+1
* Fix message when `order` was an invalid valuenobu2018-07-171-1/+1
* [DOC] Update doc of NameError.new [ci skip]kazu2018-07-161-1/+2
* Fix condition in Kernel#warn when using upleveleregon2018-06-131-1/+1
* share :cause variablenobu2018-05-151-1/+3
* error.c: check redefined backtrace resultnobu2018-05-141-5/+7
* error.c: [DOC] minor fixesstomar2018-04-141-2/+2
* error.c: fix for DRbnobu2018-04-121-3/+4
* error.c: super in method_missingnobu2018-04-121-52/+57
* eval_error.c: fix loop on exception in messagenobu2018-04-111-3/+13
* error.c: prepend "warning: " alwaysnobu2018-04-021-7/+10
* error.c: full_message optionsnobu2018-03-221-11/+69
* Add missing class FrozenError to Exception subclasses list documentationnobu2018-03-131-0/+1
* eval_error.c: rb_error_write flagsnobu2018-02-231-2/+2
* [DOC] missing docs at toplevelnobu2018-02-231-0/+7
* [DOC] nodoc internal methods/classesnobu2018-02-231-0/+2
* error.c: bypass Exception.newnobu2018-02-201-4/+4
* error.c: export rb_assert_failurek0kubun2018-02-071-1/+1
* Remove redundant RTESTkazu2018-02-071-1/+1
* mjit_compile.c: merge initial JIT compilerk0kubun2018-02-041-1/+1
* Fix call-seq of NameError.newkazu2018-02-021-1/+1
* error.c: receiver kwargnobu2018-01-261-1/+31
* error.c: [DOC] NoMethodError.new [ci skip]nobu2018-01-261-1/+1
* error.c: copy keyword argumentsnobu2018-01-261-16/+8
* error.c: KeyError missing keyword argumentsnobu2018-01-261-7/+2
* error.c: use already initialized IDsnobu2018-01-261-7/+3
* KeyError#initialize accepts receiver and key.kou2018-01-261-0/+50
* ruby/ruby.h: remove unnecessary exports from C-APInormal2018-01-241-2/+2
* Add documentation for the Kernel#warn :uplevel keywordkazu2018-01-241-0/+19
* merge extern declarations into internal.hshyouhei2018-01-181-2/+0
* internal.h: remove dependecy on ruby/encoding.hnobu2018-01-091-1/+2
* error.c: limit depthnobu2017-12-311-3/+5
* error.c: negative uplevelnobu2017-12-311-1/+5
* error.c: KeyError docs [ci skip]nobu2017-12-191-0/+14
* error.c(rb_error_write): Remove ec_ from its namesorah2017-12-121-2/+2
* hotfix implicit-function-declarationsorah2017-12-121-0/+3
* Add uplevel keyword to Kernel#warn and use itshyouhei2017-12-121-3/+32
* error.c(exc_full_message): Exception#full_messagesorah2017-12-121-0/+20
* Add FrozenError as a subclass of RuntimeErrorshyouhei2017-12-121-6/+13
* fix r60792.ko12017-11-161-2/+1
* `rb_source_loc` -> `rb_source_location_cstr`ko12017-11-161-6/+4
* EXEC_EVENT_HOOK(ec, ...)ko12017-10-291-3/+3
* check `ec` instead of `th`.ko12017-10-281-2/+2
* Remove duplicated includekazu2017-10-271-1/+1
* some functions accept `ec` instead of `th`.ko12017-10-261-3/+2
* Use rb_execution_context_t instead of rb_thread_tko12017-10-261-2/+2
* error.c: warning to write multiple argumentsnobu2017-10-231-1/+10
* error.c: [DOC] fix typo [ci skip]nobu2017-10-151-1/+1
* error.c: infinite recursion at Warning#warnnobu2017-10-131-1/+7