index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
error.c
Age
Commit message (
Expand
)
Author
2018-04-14
error.c: [DOC] minor fixes
stomar
2018-04-12
error.c: fix for DRb
nobu
2018-04-12
error.c: super in method_missing
nobu
2018-04-11
eval_error.c: fix loop on exception in message
nobu
2018-04-02
error.c: prepend "warning: " always
nobu
2018-03-22
error.c: full_message options
nobu
2018-03-13
Add missing class FrozenError to Exception subclasses list documentation
nobu
2018-02-23
eval_error.c: rb_error_write flags
nobu
2018-02-23
[DOC] missing docs at toplevel
nobu
2018-02-23
[DOC] nodoc internal methods/classes
nobu
2018-02-20
error.c: bypass Exception.new
nobu
2018-02-07
error.c: export rb_assert_failure
k0kubun
2018-02-07
Remove redundant RTEST
kazu
2018-02-04
mjit_compile.c: merge initial JIT compiler
k0kubun
2018-02-02
Fix call-seq of NameError.new
kazu
2018-01-26
error.c: receiver kwarg
nobu
2018-01-26
error.c: [DOC] NoMethodError.new [ci skip]
nobu
2018-01-26
error.c: copy keyword arguments
nobu
2018-01-26
error.c: KeyError missing keyword arguments
nobu
2018-01-26
error.c: use already initialized IDs
nobu
2018-01-26
KeyError#initialize accepts receiver and key.
kou
2018-01-24
ruby/ruby.h: remove unnecessary exports from C-API
normal
2018-01-24
Add documentation for the Kernel#warn :uplevel keyword
kazu
2018-01-18
merge extern declarations into internal.h
shyouhei
2018-01-09
internal.h: remove dependecy on ruby/encoding.h
nobu
2017-12-31
error.c: limit depth
nobu
2017-12-31
error.c: negative uplevel
nobu
2017-12-19
error.c: KeyError docs [ci skip]
nobu
2017-12-12
error.c(rb_error_write): Remove ec_ from its name
sorah
2017-12-12
hotfix implicit-function-declaration
sorah
2017-12-12
Add uplevel keyword to Kernel#warn and use it
shyouhei
2017-12-12
error.c(exc_full_message): Exception#full_message
sorah
2017-12-12
Add FrozenError as a subclass of RuntimeError
shyouhei
2017-11-16
fix r60792.
ko1
2017-11-16
`rb_source_loc` -> `rb_source_location_cstr`
ko1
2017-10-29
EXEC_EVENT_HOOK(ec, ...)
ko1
2017-10-28
check `ec` instead of `th`.
ko1
2017-10-27
Remove duplicated include
kazu
2017-10-26
some functions accept `ec` instead of `th`.
ko1
2017-10-26
Use rb_execution_context_t instead of rb_thread_t
ko1
2017-10-23
error.c: warning to write multiple arguments
nobu
2017-10-15
error.c: [DOC] fix typo [ci skip]
nobu
2017-10-13
error.c: infinite recursion at Warning#warn
nobu
2017-09-18
error.c: KeyError#receiver and KeyError#key
nobu
2017-07-22
Add Doxygen comments
yugui
2017-06-23
use "enum ruby_tag_type" and TAG_NONE.
ko1
2017-05-09
rb_execution_context_t: move stack, stack_size and cfp from rb_thread_t
normal
2017-04-27
Send the backtrace of the circular require warning as a single String to Warn...
eregon
2017-04-26
error.c: send as a single string
nobu
2017-04-26
error.c: improve docs
stomar
[next]