aboutsummaryrefslogtreecommitdiffstats
path: root/error.c
Commit message (Expand)AuthorAgeFilesLines
* Minor documentation fixes [ci skip]Jeremy Evans2019-08-241-1/+2
* Use modifier for pid_tNobuyoshi Nakada2019-08-191-1/+1
* introduce RUBY_ON_BUG envval. (#2331)Koichi Sasada2019-08-151-1/+13
* backtrace and backtrace_locations can be nil (#2358)Steven Harman2019-08-141-3/+9
* Remove documentation that fatal cannot be rescued [ci skip]Jeremy Evans2019-08-121-1/+1
* Predefine some IDsNobuyoshi Nakada2019-08-031-2/+2
* * expand tabs.git2019-06-131-1/+1
* remove 2 redundant calls to rb_str_dupLuke Gruber2019-06-131-1/+1
* error.c: avoid infinite recursion at inspecting the frozen objectNobuyoshi Nakada2019-06-051-7/+20
* * expand tabs.git2019-06-051-5/+5
* Include inspect value of object in FrozenError messagesJeremy Evans2019-06-041-5/+5
* * expand tabs.git2019-05-271-7/+7
* Add FrozenError#receiverJeremy Evans2019-05-261-4/+47
* Introduce pattern matching [EXPERIMENTAL]ktsj2019-04-171-0/+2
* [DOC] fix markups [ci skip]nobu2019-03-221-22/+20
* Remove message to recommend to repot bugnaruse2019-02-131-12/+0
* * expand tabs.svn2019-01-081-1/+1
* Defer escaping control char in error messagesnobu2019-01-081-2/+1
* Update NoMethodError/NameError docs [ci skip]nobu2018-12-291-4/+13
* A couple of small English fixes [ci skip]nobu2018-12-201-2/+2
* Prefer rb_check_arity when 0 or 1 argumentsnobu2018-12-061-1/+1
* Fix documentation for Warning.warn [ci skip]nobu2018-12-051-3/+2
* Add rb_typeddata_is_instance_ofnobu2018-11-271-0/+7
* 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