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
2021-12-26
Remove tainted and trusted features
Nobuyoshi Nakada
2021-11-09
Some codes replace to `RBOOL` macro (#5023)
S.H
2021-10-30
Add `rb_mod_exc_raise` function and replace duplicate code
S.H
2021-10-03
Using NIL_P macro instead of `== Qnil`
S.H
2021-09-15
Refactor and Using RBOOL macro
S.H
2021-09-10
suppress GCC's -Wsuggest-attribute=format
卜部昌平
2021-09-10
include/ruby/internal/error.h: add doxygen
卜部昌平
2021-08-15
Show verbose error messages when single pattern match fails
Kazuki Tsujimoto
2021-08-14
Get rid of unintented recursion when RUBY_DEBUG
Nobuyoshi Nakada
2021-08-14
Mark internal class names
Nobuyoshi Nakada
2021-08-14
Add some "cold" marks
Nobuyoshi Nakada
2021-08-14
A comment for typed data in `rb_check_type` [ci skip]
Nobuyoshi Nakada
2021-08-02
Using RBOOL macro
S.H
2021-07-20
Use UNREACHABLE instead of fall through
Kazuhiro NISHIYAMA
2021-07-19
Add `fall through`
Kazuhiro NISHIYAMA
2021-07-18
Make boolean expected messages more consitent
Nobuyoshi Nakada
2021-06-30
Specify version to remove as bare numbers
Nobuyoshi Nakada
2021-06-30
Show the removal version
Nobuyoshi Nakada
2021-06-30
rb_warn_deprecated_to_remove_at [Feature #17432]
Nobuyoshi Nakada
2021-04-30
Fix example for custom warn method
Adam Daniels
2021-03-28
Remove unneeded rb_ident_hash_new function declaration
S-H-GAMELINKS
2021-03-28
Fix segmentation fault when `Module#name` returns non string value [Bug #17754]
Kenichi Kamiya
2021-02-06
Fix grammatical error
Garen Torikian
2021-02-01
Implement NameError::message#clone for Ractor
Nobuyoshi Nakada
2021-02-01
Fixed varargs in `rb_bug_without_die` [Bug #17603]
xtkoba (Tee KOBAYASHI)
2020-12-28
Bypass check for warning_category on internal calls
Nobuyoshi Nakada
2020-12-23
Make NoMatchingPatternError a subclass of StandardError
Kazuki Tsujimoto
2020-12-22
Data: delete
卜部昌平
2020-12-18
Use category: :experimental in warnings that are related to experimental feat...
Jeremy Evans
2020-12-18
Make warning_categories a map of category symbols to category numbers
Jeremy Evans
2020-12-18
Switch rb_category_warn{,ing} to accept an rb_warning_category_t
Jeremy Evans
2020-12-15
Cache warning category IDs
Nobuyoshi Nakada
2020-12-14
Help RDoc find Exception [ci skip]
Alan Wu
2020-12-08
Supported category option in Warning#warn
Nobuyoshi Nakada
2020-12-08
[DOC] Fixed RDoc directives [ci skip]
v3_0_0_preview2
Nobuyoshi Nakada
2020-11-26
Call rb_bug_without_die on CI
Takashi Kokubun
2020-10-26
Ignore <internal: entries from core library methods for Kernel#warn(message, ...
Benoit Daloze
2020-10-21
Use rb_intern_const instead of rb_intern in Init functions
Nobuyoshi Nakada
2020-10-03
Update example to handle keywords passed to Warning.warn
Benoit Daloze
2020-10-02
Improve docs of the Warning module
Benoit Daloze
2020-09-28
Add rb_category_warn{,ing} for warning messages with categories
Jeremy Evans
2020-09-28
Make Warning.warn accept only category keyword
Jeremy Evans
2020-09-25
Disable deprecation warning by the default [Feature #16345]
Nobuyoshi Nakada
2020-09-15
Fix `warning: instance variable bt_locations not initialized`
Kazuhiro NISHIYAMA
2020-09-15
Fix missing `"` [ci skip]
Kazuhiro NISHIYAMA
2020-09-06
Make it possible to dump and load an exception object
Yusuke Endoh
2020-09-03
Hoisted out warn_deprecated
Nobuyoshi Nakada
2020-09-02
Add category to `rb_warn_deprecated`
eileencodes
2020-09-01
Support passing a category to `Warning.warn`
eileencodes
2020-06-29
add UNREACHABLE_RETURN
卜部昌平
[next]