summaryrefslogtreecommitdiff
path: root/error.c
Commit message (Expand)AuthorAgeFilesLines
* [Bug #19635] Preserve `errno`Nobuyoshi Nakada2023-05-121-0/+2
* Add RB_WARN_CATEGORY_DEFAULT_BITSJean Boussier2023-04-141-1/+1
* Emit a performance warning when a class reached max variationsJean Boussier2023-04-131-0/+4
* Disable all warning categories other than `RB_WARN_CATEGORY_ALL_BITS`Nobuyoshi Nakada2023-04-131-2/+2
* Stop exporting symbols for MJITTakashi Kokubun2023-03-061-3/+3
* Adjust indent [ci skip]Nobuyoshi Nakada2023-02-201-11/+11
* error.c: Use "undefined local variable or method `...' for main"Yusuke Endoh2023-02-201-2/+7
* error.c: Update the message format for NoMethodErrorYusuke Endoh2023-02-201-3/+5
* Stop using receiver#inspect for "undefined method" errorsYusuke Endoh2023-02-201-19/+52
* Docs: Fix rendering of SyntaxError#pathzverok2022-12-231-2/+6
* [Bug #19242] Prohibit circular causes to be loadedNobuyoshi Nakada2022-12-201-0/+4
* Introduce `IO.new(..., path:)` and promote `File#path` to `IO#path`. (#6867)Samuel Williams2022-12-081-4/+2
* Reuse NIL_OR_UNDEF_P macroS-H-GAMELINKS2022-12-021-1/+1
* [Feature #19138] Add `SyntaxError#path`Nobuyoshi Nakada2022-12-011-10/+28
* Using UNDEF_P macroS-H-GAMELINKS2022-11-161-16/+16
* Fix and improve coroutines for Darwin (macOS) ppc/ppc64. (#5975)Sergey Fedorov2022-10-191-1/+1
* Fix possible use of undefined macros on very old macOS [ci skip]Nobuyoshi Nakada2022-10-171-2/+7
* Reuse `with_warning_string_from` macroS.H2022-10-101-12/+6
* Split `with_warning_string_from` for the last named parameterNobuyoshi Nakada2022-09-301-1/+3
* Revert "Revert "error.c: Let Exception#inspect inspect its message""Yusuke Endoh2022-09-231-2/+10
* syserr_initialize: delete redundant strerror() declaration卜部昌平2022-09-211-3/+0
* Introduce with_warn_vsprintf macroS-H-GAMELINKS2022-08-121-27/+22
* Expand tabs [ci skip]Takashi Kokubun2022-07-211-341/+341
* Fix a typo (thanks @Maumagnaguagno !)Yusuke Endoh2022-07-131-1/+1
* Specify usable escape sequences in Exception#detailed_messageYusuke Endoh2022-07-131-0/+22
* Include JIT information in crash reportsChris Seaton2022-06-201-4/+4
* Allow to just warn as bool expected, without an exceptionNobuyoshi Nakada2022-06-201-1/+1
* [DOC] RDoc now accepts other than magic numbers at `rb_attr`Nobuyoshi Nakada2022-06-081-1/+1
* Revert "error.c: Let Exception#inspect inspect its message"Yusuke Endoh2022-06-071-10/+2
* error.c: Let Exception#inspect inspect its messageYusuke Endoh2022-06-071-2/+10
* Use RBOOLNobuyoshi Nakada2022-06-051-6/+1
* 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