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
/
ext
/
coverage
/
coverage.c
Age
Commit message (
Expand
)
Author
2024-12-19
Prefix asan_poison_object with rb
Peter Zhu
2024-02-23
Use rb_hash_foreach in coverage
Peter Zhu
2023-02-09
Merge gc.h and internal/gc.h
Matt Valentine-House
2022-12-29
Coverage.supported? recognizes oneshot_lines mode (#7040)
Kevin Murphy
2022-11-20
Fix typos (#6775)
Yudai Takada
2022-09-29
Add `Coverage.supported?` to detect what modes are supported.
Samuel Williams
2022-09-29
Add `eval: true/false` flag to `Coverage.setup`.
Samuel Williams
2022-07-21
Expand tabs [ci skip]
Takashi Kokubun
2021-11-02
Fix typos
Nobuyoshi Nakada
2021-10-25
Make Coverage suspendable (#4856)
Yusuke Endoh
2020-11-20
Document Different Coverage Modes
Kevin Murphy
2020-09-28
make ext/coverage ASAN friendly
Aaron Patterson
2020-08-19
RHASH_TBL: is now ext-only
卜部昌平
2020-06-20
compile.c: Improve branch coverage instrumentation [Bug #16967]
Yusuke Endoh
2019-12-26
decouple internal.h headers
卜部昌平
2019-10-03
Revert https://github.com/ruby/ruby/pull/2486
卜部昌平
2019-09-30
refactor constify most of rb_method_entry_t
卜部昌平
2019-07-03
* expand tabs.
git
2019-07-03
Use rb_ident_hash_new instead of rb_hash_new_compare_by_id
Nobuyoshi Nakada
2018-10-20
* expand tabs.
svn
2018-10-20
ext/coverage/: add the oneshot mode
mame
2017-12-12
ext/coverage/coverage.c: remove COVERAGE_EXPERIMENTAL_MODE
mame
2017-12-05
ext/coverage/coverage.c: method coverage has column info. of method def.
mame
2017-12-05
vm_core.h (rb_iseq_locatoin_t): add a field `code_range`
mame
2017-12-05
Revamp method coverage to support define_method
mame
2017-11-16
Add a last location to branch coverage
yui-knk
2017-10-22
Add column numbers to branch coverage
yui-knk
2017-09-15
ext/coverage/coverage.c (rb_coverage_start): Ensure `opt` is a hash
yui-knk
2017-09-14
ext/coverage/coverage.c: use long instead of int for coverage site id
mame
2017-09-14
ext/coverage/coverage.c (method_coverage): `id` was used uninitialized
mame
2017-09-14
Add method coverage
mame
2017-09-14
Removed needless operator.
hsbt
2017-09-14
Add branch coverage for if statement
mame
2017-09-14
ext/coverage/coverage.c: Fix the condition for non-experimental mode
mame
2017-09-14
[EXPERIMENTAL] Extend the API of `Coverage.start` and `result`
mame
2017-09-03
Refactor the internal data format for coverage measurement
mame
2017-09-01
ext/coverage/coverage.c: add Coverage.enabled?
mame
2016-04-06
* ext/coverage/coverage.c: Fully reset coverage to not persist global state.
eregon
2016-03-31
* thread.c (update_coverage): Do not track coverage in loaded files
eregon
2015-04-12
* ext/coverage/coverage.c: Remove extension from require argument.
hsbt
2015-02-13
coverage.c: suppress a warning
nobu
2015-02-13
* ext/coverage/coverage.c: Add Coverage.peek_result. Allows you to
tenderlove
2013-05-13
* include/ruby/ruby.h: constify RBasic::klass and add
ko1
2011-10-10
* ext/coverage/coverage.c (Init_coverage): Change list format and
drbrain
2011-07-04
* ext/coverage/coverage.c: resurrect r32071 + add GC guard for
nagachika
2011-07-04
* ext/coverage/coverage.c: revert r32071. The commit caused SEGV on
mame
2011-06-13
* ext/coverage/coverage.c: make it restartable. [ruby-core:36539]
mame
2010-08-14
* ext/{coverage,objspace}/extconf.rb ($INCFLAGS): explicitly add
nobu
2010-08-14
* vm_core.h (rb_{get,set,reset}_coverages): used in coverage.
nobu
2008-08-31
* ext/coverage/coverage.c (rb_mCoverage): removed unneeded static variable.
nobu
[next]