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
2019-06-13
* expand tabs.
git
2019-06-13
remove 2 redundant calls to rb_str_dup
Luke Gruber
2019-06-05
error.c: avoid infinite recursion at inspecting the frozen object
Nobuyoshi Nakada
2019-06-05
* expand tabs.
git
2019-06-04
Include inspect value of object in FrozenError messages
Jeremy Evans
2019-05-27
* expand tabs.
git
2019-05-26
Add FrozenError#receiver
Jeremy Evans
2019-04-17
Introduce pattern matching [EXPERIMENTAL]
ktsj
2019-03-22
[DOC] fix markups [ci skip]
nobu
2019-02-13
Remove message to recommend to repot bug
naruse
2019-01-08
* expand tabs.
svn
2019-01-08
Defer escaping control char in error messages
nobu
2018-12-29
Update NoMethodError/NameError docs [ci skip]
nobu
2018-12-20
A couple of small English fixes [ci skip]
nobu
2018-12-06
Prefer rb_check_arity when 0 or 1 arguments
nobu
2018-12-05
Fix documentation for Warning.warn [ci skip]
nobu
2018-11-27
Add rb_typeddata_is_instance_of
nobu
2018-10-13
Prefer `rb_fstring_lit` over `rb_fstring_cstr`
nobu
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
[next]