Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
rust-lang
/
rust
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
16.1k
Star
119k
Code
Issues
5k+
Pull requests
1.4k
Actions
Projects
Security and quality
6
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
[WIP] Working expression optimization, and some improvements to branch-level source coverage
- #78040
#78040
Closed
richkadel
wants to merge 18 commits into
rust-lang:master
rust-lang/rust:master
from
richkadel:llvm-coverage-counters-2.0.3
richkadel/rust:llvm-coverage-counters-2.0.3
Copy head branch name to clipboard
Conversation
Commits
18
(18)
Checks
Files changed
Closed
[WIP] Working expression optimization, and some improvements to branch-level source coverage
#78040
richkadel
wants to merge 18 commits into
rust-lang:master
rust-lang/rust:master
from
richkadel:llvm-coverage-counters-2.0.3
richkadel/rust:llvm-coverage-counters-2.0.3
Copy head branch name to clipboard
Commits
Commits on Oct 21, 2020
Injecting expressions in place of counters where helpful
Show description for 51e07b8
Rich Kadel
committed
51e07b8
View commit details
Copy full SHA for 51e07b8
Browse repository at this point
Removed most TODO comments and OBE lines
Show description for ea64143
Rich Kadel
committed
ea64143
View commit details
Copy full SHA for ea64143
Browse repository at this point
Expression optimization is nearly working
Show description for dcb4b24
Rich Kadel
committed
dcb4b24
View commit details
Copy full SHA for dcb4b24
Browse repository at this point
optimized replacement of counters with expressions plus new BCB graphviz
Rich Kadel
committed
aa9747d
View commit details
Copy full SHA for aa9747d
Browse repository at this point
Added GapRegions to support non-coverage counters
Rich Kadel
committed
6d78047
View commit details
Copy full SHA for 6d78047
Browse repository at this point
Generally working expressions
Show description for bce5815
Rich Kadel
committed
bce5815
View commit details
Copy full SHA for bce5815
Browse repository at this point
Fixed coverage issues that I didn't like.
Show description for 3aef9e0
Rich Kadel
committed
3aef9e0
View commit details
Copy full SHA for 3aef9e0
Browse repository at this point
Improved debugging and formatting options (from env)
Rich Kadel
committed
756b920
View commit details
Copy full SHA for 756b920
Browse repository at this point
Don't automatically add counters to BCBs without CoverageSpans
Show description for cc00eb0
Rich Kadel
committed
cc00eb0
View commit details
Copy full SHA for cc00eb0
Browse repository at this point
Cleaned up formatting, temporary comments, debug messages, and TODOs
Rich Kadel
committed
736ddb9
View commit details
Copy full SHA for 736ddb9
Browse repository at this point
Make CodeRegions optional for Counters too
Show description for 6436892
Rich Kadel
committed
6436892
View commit details
Copy full SHA for 6436892
Browse repository at this point
instrument_coverage.rs -> instrument_coverage/mod.rs
Show description for b052391
Rich Kadel
committed
b052391
View commit details
Copy full SHA for b052391
Browse repository at this point
Completed most of the refactoring, except make_bcb_counters()
Show description for c564a3f
Rich Kadel
committed
c564a3f
View commit details
Copy full SHA for c564a3f
Browse repository at this point
Apparently there were a few recent changes affecting tests
Show description for 1296fe3
Rich Kadel
committed
1296fe3
View commit details
Copy full SHA for 1296fe3
Browse repository at this point
Fixed four bugs found while compiling a larger set of real world crates
Show description for 334bbbe
Rich Kadel
committed
334bbbe
View commit details
Copy full SHA for 334bbbe
Browse repository at this point
Refactored debug features from mod.rs to debug.rs
Show description for 4ee5cec
Rich Kadel
committed
4ee5cec
View commit details
Copy full SHA for 4ee5cec
Browse repository at this point
Commits on Oct 22, 2020
new `counters.rs` for counter management, and improved comments overall
Rich Kadel
committed
31a0b6b
View commit details
Copy full SHA for 31a0b6b
Browse repository at this point
Refactored make_bcb_counters() into several smaller functions
Show description for 17c1f14
Rich Kadel
committed
17c1f14
View commit details
Copy full SHA for 17c1f14
Browse repository at this point
You can’t perform that action at this time.