summaryrefslogtreecommitdiff
path: root/error.c
AgeCommit message (Expand)Author
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
2017-12-12error.c(exc_full_message): Exception#full_messagesorah
2017-12-12Add FrozenError as a subclass of RuntimeErrorshyouhei
2017-11-16fix r60792.ko1
2017-11-16`rb_source_loc` -> `rb_source_location_cstr`ko1
2017-10-29EXEC_EVENT_HOOK(ec, ...)ko1
2017-10-28check `ec` instead of `th`.ko1
2017-10-27Remove duplicated includekazu
2017-10-26some functions accept `ec` instead of `th`.ko1
2017-10-26Use rb_execution_context_t instead of rb_thread_tko1
2017-10-23error.c: warning to write multiple argumentsnobu
2017-10-15error.c: [DOC] fix typo [ci skip]nobu
2017-10-13error.c: infinite recursion at Warning#warnnobu
2017-09-18error.c: KeyError#receiver and KeyError#keynobu
2017-07-22Add Doxygen commentsyugui
2017-06-23use "enum ruby_tag_type" and TAG_NONE.ko1
2017-05-09rb_execution_context_t: move stack, stack_size and cfp from rb_thread_tnormal
2017-04-27Send the backtrace of the circular require warning as a single String to Warn...eregon
2017-04-26error.c: send as a single stringnobu
2017-04-26error.c: improve docsstomar
2017-04-26error.c: splat warn argumentsnobu
2017-04-25Document the Warning module and warn methoderegon
2017-04-25load.c: backtrace of circular requirenobu
2017-04-15ruby.h: check argc to rb_funcallnobu
2017-03-27dir.c: err at glob failurenobu
2017-03-27error.c: warning functionsnobu
2017-03-27error.c: refactor warning messagesnobu