summaryrefslogtreecommitdiff
path: root/error.c
Commit message (Expand)AuthorAgeFilesLines
...
* Using RBOOL macroS.H2021-08-021-5/+3
* Use UNREACHABLE instead of fall throughKazuhiro NISHIYAMA2021-07-201-1/+1
* Add `fall through`Kazuhiro NISHIYAMA2021-07-191-0/+1
* Make boolean expected messages more consitentNobuyoshi Nakada2021-07-181-2/+1
* Specify version to remove as bare numbersNobuyoshi Nakada2021-06-301-2/+2
* Show the removal versionNobuyoshi Nakada2021-06-301-5/+7
* rb_warn_deprecated_to_remove_at [Feature #17432]Nobuyoshi Nakada2021-06-301-16/+31
* Fix example for custom warn methodAdam Daniels2021-04-301-1/+1
* Remove unneeded rb_ident_hash_new function declarationS-H-GAMELINKS2021-03-281-1/+0
* Fix segmentation fault when `Module#name` returns non string value [Bug #17754]Kenichi Kamiya2021-03-281-1/+3
* Fix grammatical errorGaren Torikian2021-02-061-1/+1
* Implement NameError::message#clone for RactorNobuyoshi Nakada2021-02-011-2/+33
* Fixed varargs in `rb_bug_without_die` [Bug #17603]xtkoba (Tee KOBAYASHI)2021-02-011-2/+2
* Bypass check for warning_category on internal callsNobuyoshi Nakada2020-12-281-26/+37
* Make NoMatchingPatternError a subclass of StandardErrorKazuki Tsujimoto2020-12-231-1/+1
* Data: delete卜部昌平2020-12-221-1/+1
* Use category: :experimental in warnings that are related to experimental feat...Jeremy Evans2020-12-181-0/+14
* Make warning_categories a map of category symbols to category numbersJeremy Evans2020-12-181-15/+12
* Switch rb_category_warn{,ing} to accept an rb_warning_category_tJeremy Evans2020-12-181-4/+12
* Cache warning category IDsNobuyoshi Nakada2020-12-151-4/+8
* Help RDoc find Exception [ci skip]Alan Wu2020-12-141-0/+2
* Supported category option in Warning#warnNobuyoshi Nakada2020-12-081-3/+8
* [DOC] Fixed RDoc directives [ci skip]v3_0_0_preview2Nobuyoshi Nakada2020-12-081-2/+2
* Call rb_bug_without_die on CITakashi Kokubun2020-11-261-2/+10
* Ignore <internal: entries from core library methods for Kernel#warn(message, ...Benoit Daloze2020-10-261-2/+3
* Use rb_intern_const instead of rb_intern in Init functionsNobuyoshi Nakada2020-10-211-1/+1
* Update example to handle keywords passed to Warning.warnBenoit Daloze2020-10-031-2/+2
* Improve docs of the Warning moduleBenoit Daloze2020-10-021-5/+26
* Add rb_category_warn{,ing} for warning messages with categoriesJeremy Evans2020-09-281-23/+63
* Make Warning.warn accept only category keywordJeremy Evans2020-09-281-2/+7
* Disable deprecation warning by the default [Feature #16345]Nobuyoshi Nakada2020-09-251-1/+3
* Fix `warning: instance variable bt_locations not initialized`Kazuhiro NISHIYAMA2020-09-151-1/+1
* Fix missing `"` [ci skip]Kazuhiro NISHIYAMA2020-09-151-1/+1
* Make it possible to dump and load an exception objectYusuke Endoh2020-09-061-0/+46
* Hoisted out warn_deprecatedNobuyoshi Nakada2020-09-031-25/+14
* Add category to `rb_warn_deprecated`eileencodes2020-09-021-2/+17
* Support passing a category to `Warning.warn`eileencodes2020-09-011-5/+25
* add UNREACHABLE_RETURN卜部昌平2020-06-291-0/+1
* builtin_class_name: add variant that return VALUE卜部昌平2020-06-291-13/+18
* rb_check_typeddata: do not goto into a branch卜部昌平2020-06-291-14/+14
* [DOC] Added Exception.exception to Exception.new [ci skip]Nobuyoshi Nakada2020-06-181-1/+2
* Revert "[DOC] Added Exception.exception to Exception.new [ci skip]"Yusuke Endoh2020-06-181-3/+2
* [DOC] Added Exception.exception to Exception.new [ci skip]Nobuyoshi Nakada2020-06-181-2/+3
* [DOC] argument to Exception#excepton is optional [ci skip]Nobuyoshi Nakada2020-06-181-1/+1
* Updated builtin type namesNobuyoshi Nakada2020-06-161-2/+2
* Use receiver #name rather than #inspect to build NameError messageJean Boussier2020-05-261-1/+14
* Merge pull request #3047 from mame/suppress-backtraceYusuke Endoh2020-05-151-0/+1
* Remove the 65 size limit for name_err_mesg_to_strJean Boussier2020-05-111-1/+1
* sed -i 's|ruby/impl|ruby/internal|'卜部昌平2020-05-111-1/+1
* sed -i s|ruby/3|ruby/impl|g卜部昌平2020-05-111-1/+1