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
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
2023-09-25
Extract `expand_report_argument`
Nobuyoshi Nakada
2023-09-25
Redirect to RUBY_BUGREPORT_PATH file
Nobuyoshi Nakada
2023-09-25
Dump backtraces to an arbitrary stream
Nobuyoshi Nakada
2023-09-08
[DOC] Kernel#{proc,lambda} don't issue warnings anymore
Alan Wu
2023-08-02
Fix crash in NoMethodError for dummy frames
Peter Zhu
2023-08-01
[DOC] Update warning categories
Nobuyoshi Nakada
2023-05-12
[Bug #19635] Preserve `errno`
Nobuyoshi Nakada
2023-04-14
Add RB_WARN_CATEGORY_DEFAULT_BITS
Jean Boussier
2023-04-13
Emit a performance warning when a class reached max variations
Jean Boussier
2023-04-13
Disable all warning categories other than `RB_WARN_CATEGORY_ALL_BITS`
Nobuyoshi Nakada
2023-03-06
Stop exporting symbols for MJIT
Takashi Kokubun
2023-02-20
Adjust indent [ci skip]
Nobuyoshi Nakada
2023-02-20
error.c: Use "undefined local variable or method `...' for main"
Yusuke Endoh
[next]