aboutsummaryrefslogtreecommitdiffstats
path: root/error.c
Commit message (Expand)AuthorAgeFilesLines
* No fallback to default valuesNobuyoshi Nakada2022-05-211-3/+2
* Factor a "highlight" symbol outYusuke Endoh2022-02-221-7/+4
* Let Exception#full_message pass highlight keywords to #detailed_messageYusuke Endoh2022-02-221-0/+7
* The default highlight arguments of Exception#detailed_message is falseYusuke Endoh2022-02-221-5/+10
* Exception#detailed_message is addedYusuke Endoh2022-02-221-4/+53
* error.c: RefactoringYusuke Endoh2022-02-221-32/+60
* Don't segfault if Warning.warn is undefinedJeremy Evans2022-01-041-1/+2
* Remove tainted and trusted featuresNobuyoshi Nakada2021-12-261-13/+0
* Some codes replace to `RBOOL` macro (#5023)S.H2021-11-091-3/+1
* Add `rb_mod_exc_raise` function and replace duplicate codeS.H2021-10-301-8/+13
* Using NIL_P macro instead of `== Qnil`S.H2021-10-031-1/+1
* Refactor and Using RBOOL macroS.H2021-09-151-7/+2
* suppress GCC's -Wsuggest-attribute=format卜部昌平2021-09-101-0/+5
* include/ruby/internal/error.h: add doxygen卜部昌平2021-09-101-1/+1
* Show verbose error messages when single pattern match failsKazuki Tsujimoto2021-08-151-1/+74
* Get rid of unintented recursion when RUBY_DEBUGNobuyoshi Nakada2021-08-141-1/+1
* Mark internal class namesNobuyoshi Nakada2021-08-141-3/+3
* Add some "cold" marksNobuyoshi Nakada2021-08-141-3/+3
* A comment for typed data in `rb_check_type` [ci skip]Nobuyoshi Nakada2021-08-141-0/+8
* 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