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
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-09-11
Use https instead of http
kazu
2018-07-17
Fix message when `order` was an invalid value
nobu
2018-07-16
[DOC] Update doc of NameError.new [ci skip]
kazu
2018-06-13
Fix condition in Kernel#warn when using uplevel
eregon
2018-05-15
share :cause variable
nobu
2018-05-14
error.c: check redefined backtrace result
nobu
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
[next]