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
...
*
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
*
Use rb_intern_const instead of rb_intern in Init functions
Nobuyoshi Nakada
2020-10-21
1
-1
/
+1
*
Update example to handle keywords passed to Warning.warn
Benoit Daloze
2020-10-03
1
-2
/
+2
*
Improve docs of the Warning module
Benoit Daloze
2020-10-02
1
-5
/
+26
*
Add rb_category_warn{,ing} for warning messages with categories
Jeremy Evans
2020-09-28
1
-23
/
+63
*
Make Warning.warn accept only category keyword
Jeremy Evans
2020-09-28
1
-2
/
+7
*
Disable deprecation warning by the default [Feature #16345]
Nobuyoshi Nakada
2020-09-25
1
-1
/
+3
*
Fix `warning: instance variable bt_locations not initialized`
Kazuhiro NISHIYAMA
2020-09-15
1
-1
/
+1
*
Fix missing `"` [ci skip]
Kazuhiro NISHIYAMA
2020-09-15
1
-1
/
+1
*
Make it possible to dump and load an exception object
Yusuke Endoh
2020-09-06
1
-0
/
+46
*
Hoisted out warn_deprecated
Nobuyoshi Nakada
2020-09-03
1
-25
/
+14
*
Add category to `rb_warn_deprecated`
eileencodes
2020-09-02
1
-2
/
+17
*
Support passing a category to `Warning.warn`
eileencodes
2020-09-01
1
-5
/
+25
*
add UNREACHABLE_RETURN
卜部昌平
2020-06-29
1
-0
/
+1
*
builtin_class_name: add variant that return VALUE
卜部昌平
2020-06-29
1
-13
/
+18
*
rb_check_typeddata: do not goto into a branch
卜部昌平
2020-06-29
1
-14
/
+14
*
[DOC] Added Exception.exception to Exception.new [ci skip]
Nobuyoshi Nakada
2020-06-18
1
-1
/
+2
*
Revert "[DOC] Added Exception.exception to Exception.new [ci skip]"
Yusuke Endoh
2020-06-18
1
-3
/
+2
*
[DOC] Added Exception.exception to Exception.new [ci skip]
Nobuyoshi Nakada
2020-06-18
1
-2
/
+3
*
[DOC] argument to Exception#excepton is optional [ci skip]
Nobuyoshi Nakada
2020-06-18
1
-1
/
+1
*
Updated builtin type names
Nobuyoshi Nakada
2020-06-16
1
-2
/
+2
*
Use receiver #name rather than #inspect to build NameError message
Jean Boussier
2020-05-26
1
-1
/
+14
*
Merge pull request #3047 from mame/suppress-backtrace
Yusuke Endoh
2020-05-15
1
-0
/
+1
*
Remove the 65 size limit for name_err_mesg_to_str
Jean Boussier
2020-05-11
1
-1
/
+1
*
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
1
-1
/
+1
*
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-05-11
1
-1
/
+1
*
Added rb_syserr_new_path
Nobuyoshi Nakada
2020-04-15
1
-1
/
+7
*
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-04-08
1
-1
/
+1
*
Added rb_warn_deprecated_to_remove
Nobuyoshi Nakada
2020-01-23
1
-2
/
+16
*
Make taint warnings non-verbose instead of verbose
Jeremy Evans
2020-01-22
1
-2
/
+2
[prev]
[next]