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
2023-08-02
Fix crash in NoMethodError for dummy frames
Peter Zhu
2023-08-01
[DOC] Update warning categories
Nobuyoshi Nakada
2023-05-12
[Bug #19635] Preserve `errno`
Nobuyoshi Nakada
2023-04-14
Add RB_WARN_CATEGORY_DEFAULT_BITS
Jean Boussier
2023-04-13
Emit a performance warning when a class reached max variations
Jean Boussier
2023-04-13
Disable all warning categories other than `RB_WARN_CATEGORY_ALL_BITS`
Nobuyoshi Nakada
2023-03-06
Stop exporting symbols for MJIT
Takashi Kokubun
2023-02-20
Adjust indent [ci skip]
Nobuyoshi Nakada
2023-02-20
error.c: Use "undefined local variable or method `...' for main"
Yusuke Endoh
2023-02-20
error.c: Update the message format for NoMethodError
Yusuke Endoh
2023-02-20
Stop using receiver#inspect for "undefined method" errors
Yusuke Endoh
2022-12-23
Docs: Fix rendering of SyntaxError#path
zverok
2022-12-20
[Bug #19242] Prohibit circular causes to be loaded
Nobuyoshi Nakada
2022-12-08
Introduce `IO.new(..., path:)` and promote `File#path` to `IO#path`. (#6867)
Samuel Williams
2022-12-02
Reuse NIL_OR_UNDEF_P macro
S-H-GAMELINKS
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
[next]