index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
error.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Include JIT information in crash reports
Chris Seaton
2022-06-20
1
-4
/
+4
*
Allow to just warn as bool expected, without an exception
Nobuyoshi Nakada
2022-06-20
1
-1
/
+1
*
[DOC] RDoc now accepts other than magic numbers at `rb_attr`
Nobuyoshi Nakada
2022-06-08
1
-1
/
+1
*
Revert "error.c: Let Exception#inspect inspect its message"
Yusuke Endoh
2022-06-07
1
-10
/
+2
*
error.c: Let Exception#inspect inspect its message
Yusuke Endoh
2022-06-07
1
-2
/
+10
*
Use RBOOL
Nobuyoshi Nakada
2022-06-05
1
-6
/
+1
*
No fallback to default values
Nobuyoshi Nakada
2022-05-21
1
-3
/
+2
*
Factor a "highlight" symbol out
Yusuke Endoh
2022-02-22
1
-7
/
+4
*
Let Exception#full_message pass highlight keywords to #detailed_message
Yusuke Endoh
2022-02-22
1
-0
/
+7
*
The default highlight arguments of Exception#detailed_message is false
Yusuke Endoh
2022-02-22
1
-5
/
+10
*
Exception#detailed_message is added
Yusuke Endoh
2022-02-22
1
-4
/
+53
*
error.c: Refactoring
Yusuke Endoh
2022-02-22
1
-32
/
+60
*
Don't segfault if Warning.warn is undefined
Jeremy Evans
2022-01-04
1
-1
/
+2
*
Remove tainted and trusted features
Nobuyoshi Nakada
2021-12-26
1
-13
/
+0
*
Some codes replace to `RBOOL` macro (#5023)
S.H
2021-11-09
1
-3
/
+1
*
Add `rb_mod_exc_raise` function and replace duplicate code
S.H
2021-10-30
1
-8
/
+13
*
Using NIL_P macro instead of `== Qnil`
S.H
2021-10-03
1
-1
/
+1
*
Refactor and Using RBOOL macro
S.H
2021-09-15
1
-7
/
+2
*
suppress GCC's -Wsuggest-attribute=format
卜部昌平
2021-09-10
1
-0
/
+5
*
include/ruby/internal/error.h: add doxygen
卜部昌平
2021-09-10
1
-1
/
+1
*
Show verbose error messages when single pattern match fails
Kazuki Tsujimoto
2021-08-15
1
-1
/
+74
*
Get rid of unintented recursion when RUBY_DEBUG
Nobuyoshi Nakada
2021-08-14
1
-1
/
+1
*
Mark internal class names
Nobuyoshi Nakada
2021-08-14
1
-3
/
+3
*
Add some "cold" marks
Nobuyoshi Nakada
2021-08-14
1
-3
/
+3
*
A comment for typed data in `rb_check_type` [ci skip]
Nobuyoshi Nakada
2021-08-14
1
-0
/
+8
*
Using RBOOL macro
S.H
2021-08-02
1
-5
/
+3
*
Use UNREACHABLE instead of fall through
Kazuhiro NISHIYAMA
2021-07-20
1
-1
/
+1
*
Add `fall through`
Kazuhiro NISHIYAMA
2021-07-19
1
-0
/
+1
*
Make boolean expected messages more consitent
Nobuyoshi Nakada
2021-07-18
1
-2
/
+1
*
Specify version to remove as bare numbers
Nobuyoshi Nakada
2021-06-30
1
-2
/
+2
*
Show the removal version
Nobuyoshi Nakada
2021-06-30
1
-5
/
+7
*
rb_warn_deprecated_to_remove_at [Feature #17432]
Nobuyoshi Nakada
2021-06-30
1
-16
/
+31
*
Fix example for custom warn method
Adam Daniels
2021-04-30
1
-1
/
+1
*
Remove unneeded rb_ident_hash_new function declaration
S-H-GAMELINKS
2021-03-28
1
-1
/
+0
*
Fix segmentation fault when `Module#name` returns non string value [Bug #17754]
Kenichi Kamiya
2021-03-28
1
-1
/
+3
*
Fix grammatical error
Garen Torikian
2021-02-06
1
-1
/
+1
*
Implement NameError::message#clone for Ractor
Nobuyoshi Nakada
2021-02-01
1
-2
/
+33
*
Fixed varargs in `rb_bug_without_die` [Bug #17603]
xtkoba (Tee KOBAYASHI)
2021-02-01
1
-2
/
+2
*
Bypass check for warning_category on internal calls
Nobuyoshi Nakada
2020-12-28
1
-26
/
+37
*
Make NoMatchingPatternError a subclass of StandardError
Kazuki Tsujimoto
2020-12-23
1
-1
/
+1
*
Data: delete
卜部昌平
2020-12-22
1
-1
/
+1
*
Use category: :experimental in warnings that are related to experimental feat...
Jeremy Evans
2020-12-18
1
-0
/
+14
*
Make warning_categories a map of category symbols to category numbers
Jeremy Evans
2020-12-18
1
-15
/
+12
*
Switch rb_category_warn{,ing} to accept an rb_warning_category_t
Jeremy Evans
2020-12-18
1
-4
/
+12
*
Cache warning category IDs
Nobuyoshi Nakada
2020-12-15
1
-4
/
+8
*
Help RDoc find Exception [ci skip]
Alan Wu
2020-12-14
1
-0
/
+2
*
Supported category option in Warning#warn
Nobuyoshi Nakada
2020-12-08
1
-3
/
+8
*
[DOC] Fixed RDoc directives [ci skip]
v3_0_0_preview2
Nobuyoshi Nakada
2020-12-08
1
-2
/
+2
*
Call rb_bug_without_die on CI
Takashi Kokubun
2020-11-26
1
-2
/
+10
*
Ignore <internal: entries from core library methods for Kernel#warn(message, ...
Benoit Daloze
2020-10-26
1
-2
/
+3
[next]