aboutsummaryrefslogtreecommitdiffstats
path: root/error.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* error.c: KeyError#receiver and KeyError#keynobu2017-09-181-1/+35
* Add Doxygen commentsyugui2017-07-221-0/+9
* use "enum ruby_tag_type" and TAG_NONE.ko12017-06-231-3/+3
* rb_execution_context_t: move stack, stack_size and cfp from rb_thread_tnormal2017-05-091-1/+2
* Send the backtrace of the circular require warning as a single String to Warn...eregon2017-04-271-0/+8
* error.c: send as a single stringnobu2017-04-261-2/+19
* error.c: improve docsstomar2017-04-261-8/+7
* error.c: splat warn argumentsnobu2017-04-261-12/+2
* Document the Warning module and warn methoderegon2017-04-251-0/+25
* load.c: backtrace of circular requirenobu2017-04-251-1/+7
* ruby.h: check argc to rb_funcallnobu2017-04-151-1/+1
* dir.c: err at glob failurenobu2017-03-271-2/+0