index
:
ruby.git
master
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_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
error.c
Age
Commit message (
Expand
)
Author
2025-01-02
[DOC] Exclude 'Class' and 'Module' from RDoc's autolinking
Nobuyoshi Nakada
2024-12-24
[DOC] Adjust documentation related to backtraces (#12420)
Victor Shepelev
2024-12-22
Fix extra 'warning:' prefix for chilled Symbol#to_s
zverok
2024-12-19
[DOC] Link to special `fatal` class through `rdoc-ref`
Stan Lo
2024-12-15
Suppress -Wsuggest-attribute=format
Takashi Kokubun
2024-12-12
Fix LoadError's linking issue
Stan Lo
2024-12-12
Implement rb_bug_without_die
Peter Zhu
2024-12-12
Add `rb_warn_reserved_name_at`
Nobuyoshi Nakada
2024-11-27
Make rb_bug_without_die static
Peter Zhu
2024-11-25
error.c: call `va_end` before jumping
Jean Boussier
2024-11-13
Mark strings returned by Symbol#to_s as chilled (#12065)
Jean byroot Boussier
2024-11-07
Respect RUBY_CRASH_REPORT path when RUBY_ASSERT() fails
Alan Wu
2024-11-06
`Warning[:strict_unused_block]`
Koichi Sasada
2024-10-21
Show where mutated chilled strings were allocated
Étienne Barrié
2024-10-09
Fix spelling
John Bampton
2024-09-27
[DOC] Improve description of `LoadError#path` and `SyntaxError#path`
David Rodríguez
2024-09-25
doc: Remove description of experimental warnings related pattern matching fro...
masatoshi_moritsuka
2024-07-19
Make rb_check_frozen_inline() static inline again
Alan Wu
2024-06-26
[DOC] Doc for exceptions (#11008)
Burdette Lamar
2024-06-25
Show the detail info in the first line
Nobuyoshi Nakada
2024-06-11
Don't call `Warning.warn` unless the category is enabled
Aaron Patterson
2024-06-05
[DOC] Doc for module Errno (#10913)
Burdette Lamar
2024-06-02
Stop exposing `rb_str_chilled_p`
Jean Boussier
2024-05-30
[DEBUG] More info when SyntaxError#path changed
Nobuyoshi Nakada
2024-05-28
Stop marking chilled strings as frozen
Étienne Barrié
2024-05-26
Debug unexpectedly changed path
Nobuyoshi Nakada
2024-05-08
[PRISM] Use correct warning encoding
Kevin Newton
2024-03-19
Implement chilled strings
Étienne Barrié
2024-03-18
Update set_backtrace documentation
Jean Boussier
2024-03-14
`Exception#set_backtrace` accept arrays of `Backtrace::Location`
Jean Boussier
2024-03-14
[Feature #20293] Add `Warning.categories`
Nobuyoshi Nakada
2024-03-06
Move FL_SINGLETON to FL_USER1
Jean Boussier
2024-02-23
YJIT: Lazily push a frame for specialized C funcs (#10080)
Takashi Kokubun
2024-02-08
Optional detail info at assertion failure
Nobuyoshi Nakada
2024-01-13
Fix typo
Nobuyoshi Nakada
2024-01-13
[DOC] Documentize known_errors
Nobuyoshi Nakada
2024-01-12
[DOC] Mark up the class name `fatal`
Nobuyoshi Nakada
2024-01-02
Fix Exception#detailed_message for GC compaction
Peter Zhu
2023-12-21
[DOC] Fix NoMethodError example of rendering (#9309)
Victor Shepelev
2023-12-15
rb_bug_for_fatal_signal: exit with the right signal
Jean Boussier
2023-12-09
[DOC] Small fixes for documentation rendering
Victor Shepelev
2023-12-07
Free everything at shutdown
Adam Hess
2023-12-05
Fix parameter types for rb_ivar_foreach() callbacks
Alan Wu
2023-11-21
Refactor NameError::message and make it embeded
Jean Boussier
2023-11-07
Implement embedded TypedData objects
Peter Zhu
2023-09-25
[Feature #19790] Rename BUGREPORT_PATH as CRASH_REPORT
Nobuyoshi Nakada
2023-09-25
Add `--bugreport-path` option
Nobuyoshi Nakada
2023-09-25
Test bug_report
Nobuyoshi Nakada
2023-09-25
Invoke the command when RUBY_BUGREPORT_PATH starts with `|`
Nobuyoshi Nakada
2023-09-25
Test bug_report
Nobuyoshi Nakada
[next]