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
/
test
/
ruby
/
test_backtrace.rb
Age
Commit message (
Expand
)
Author
2024-07-29
Revert moving things to Ruby
Aaron Patterson
2024-07-03
Move Array#map to Ruby
Aaron Patterson
2024-04-17
[Feature #20335] `Thread.each_caller_location` arguments
Nobuyoshi Nakada
2024-03-22
[Feature #20275] Remove extra backtrace entries for rescue and ensure
Benoit Daloze
2024-02-15
Do not show an anonymous class as a receiver
Yusuke Endoh
2024-02-15
Show the method owner in backtraces
Yusuke Endoh
2024-02-15
Do not include a backtick in error messages and backtraces
Yusuke Endoh
2024-01-14
Support keyword splatting nil
Jeremy Evans
2023-09-07
Rewrite Integer#times in Ruby (#8388)
Takashi Kokubun
2022-02-17
Add Thread.each_caller_location
Jeremy Evans
2021-08-06
Make backtrace generation work outward from current frame
Jeremy Evans
2021-03-24
Ensure that caller respects the start argument
Jeremy Evans
2021-02-19
Fix backtrace to not skip frames with iseq without pc
Jeremy Evans
2019-03-21
Fix a wrong lineno in backtrace for cfunc
mame
2018-10-28
Revert "Add test for cause on pty"
naruse
2018-10-28
Add test for cause on pty
naruse
2018-10-27
fix test
naruse
2018-10-27
Print exception's cause like Java
naruse
2017-10-08
Remove unnecessary `require 'thread'`
kazu
2016-08-30
Use qualified names
nobu
2016-02-19
test/ruby: suppress parser warnings
nobu
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-10-05
* proc.c: enable optimization of Proc#call.
ko1
2015-02-01
test_backtrace.rb: add tests
nobu
2015-01-31
test_backtrace.rb: add test
nobu
2015-01-31
test_backtrace.rb: split test
nobu
2015-01-31
test_backtrace.rb: add test
nobu
2014-05-26
test/ruby: fix leaked threads
nobu
2014-05-26
test/ruby: fix leaked threads
nobu
2014-05-21
vm.c: rewind cfp
nobu
2014-05-21
test_backtrace.rb: r18554 tests
nobu
2014-03-02
* test/ruby/test_backtrace.rb: get rid of warnings. unused variable,
usa
2013-12-25
* vm_insnhelper.c (argument_error): insert dummy frame to make
ko1
2013-12-13
* error.c: add Exception#backtrace_locations.
ko1
2013-12-11
revert r44133. See https://bugs.ruby-lang.org/issues/8886 details
ko1
2013-12-11
* eval.c (rb_raise_jump): pop frame after setup exception.
ko1
2013-09-10
* vm_backtrace.c (vm_backtrace_to_ary): Ignore the second argument if
sorah
2013-02-23
test_backtrace.rb: test Thread#backtrace_locations with range
zzak
2012-12-31
* test/ruby/test_backtrace.rb: Add test for r37957 [Feature #7434]
zzak
2012-12-01
* test/ruby/test_backtrace.rb: add a test for
ko1
2012-11-19
* thread.c: add `Thread#backtrace_locations' method.
ko1
2012-06-22
* test/ruby/test_backtrace.rb: decrease recursion depth
ko1
2012-06-04
* test/ruby/test_backtrace.rb: fix test.
ko1
2012-06-02
* vm_backtrace.c: change names.
ko1
2012-05-26
* test/ruby/test_backtrace.rb (test_caller_lev):
ko1
2012-05-26
* vm.c (RubyVM::FrameInfo): add a class to access each frame
ko1
2012-05-25
* vm_eval.c (rb_f_caller): caller() method accepts second optional
ko1
2012-05-25
* properties.
nobu
2012-05-25
* vm.c: refactoring backtrace related funcitons.
ko1