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
2022-12-01
[Feature #19138] Add `SyntaxError#path`
Nobuyoshi Nakada
2022-11-16
Using UNDEF_P macro
S-H-GAMELINKS
2022-10-19
Fix and improve coroutines for Darwin (macOS) ppc/ppc64. (#5975)
Sergey Fedorov
2022-10-17
Fix possible use of undefined macros on very old macOS [ci skip]
Nobuyoshi Nakada
2022-10-10
Reuse `with_warning_string_from` macro
S.H
2022-09-30
Split `with_warning_string_from` for the last named parameter
Nobuyoshi Nakada
2022-09-23
Revert "Revert "error.c: Let Exception#inspect inspect its message""
Yusuke Endoh
2022-09-21
syserr_initialize: delete redundant strerror() declaration
卜部昌平
2022-08-12
Introduce with_warn_vsprintf macro
S-H-GAMELINKS
2022-07-21
Expand tabs [ci skip]
Takashi Kokubun
2022-07-13
Fix a typo (thanks @Maumagnaguagno !)
Yusuke Endoh
2022-07-13
Specify usable escape sequences in Exception#detailed_message
Yusuke Endoh
2022-06-20
Include JIT information in crash reports
Chris Seaton
2022-06-20
Allow to just warn as bool expected, without an exception
Nobuyoshi Nakada
2022-06-08
[DOC] RDoc now accepts other than magic numbers at `rb_attr`
Nobuyoshi Nakada
2022-06-07
Revert "error.c: Let Exception#inspect inspect its message"
Yusuke Endoh
2022-06-07
error.c: Let Exception#inspect inspect its message
Yusuke Endoh
2022-06-05
Use RBOOL
Nobuyoshi Nakada
2022-05-21
No fallback to default values
Nobuyoshi Nakada
2022-02-22
Factor a "highlight" symbol out
Yusuke Endoh
2022-02-22
Let Exception#full_message pass highlight keywords to #detailed_message
Yusuke Endoh
2022-02-22
The default highlight arguments of Exception#detailed_message is false
Yusuke Endoh
2022-02-22
Exception#detailed_message is added
Yusuke Endoh
2022-02-22
error.c: Refactoring
Yusuke Endoh
2022-01-04
Don't segfault if Warning.warn is undefined
Jeremy Evans
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)
[next]