Age | Commit message (Expand) | Author |
---|
14 hours | Set up callable_method_entry for DUMMY frame on ArgumentError | Yusuke Endoh |
6 days | Add a test for the previous commit | Yusuke Endoh |
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 threads | nobu |
2014-05-26 | test/ruby: fix 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 |