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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
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
15.5k
Star
116k
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
Validate before interning
- #122432
#122432
Closed
oli-obk
wants to merge 10 commits into
rust-lang:master
rust-lang/rust:master
from
oli-obk:validate_before_interning
oli-obk/rust:validate_before_interning
Copy head branch name to clipboard
Conversation
Commits
10
(10)
Checks
Files changed
Closed
Validate before interning
#122432
oli-obk
wants to merge 10 commits into
rust-lang:master
rust-lang/rust:master
from
oli-obk:validate_before_interning
oli-obk/rust:validate_before_interning
Copy head branch name to clipboard
Commits
Commits on Mar 18, 2024
Move validation before interning
oli-obk
committed
f658a96
View commit details
Copy full SHA for f658a96
Browse repository at this point
Make mutability taken from `Freeze`ness of the main static alloc explicit.
Show description for 2e446cc
oli-obk
committed
2e446cc
View commit details
Copy full SHA for 2e446cc
Browse repository at this point
Also check typed raw pointers in validation for dangliness
oli-obk
committed
e05aae8
View commit details
Copy full SHA for e05aae8
Browse repository at this point
Add regression test
oli-obk
committed
b1d4cbc
View commit details
Copy full SHA for b1d4cbc
Browse repository at this point
Check all dangling pointers in validation instead of in interning
oli-obk
committed
c99636f
View commit details
Copy full SHA for c99636f
Browse repository at this point
Commits on Mar 19, 2024
Make some tests bitsize independent
oli-obk
committed
2d86ed1
View commit details
Copy full SHA for 2d86ed1
Browse repository at this point
Test and implement detecting nested dead allocations
oli-obk
committed
80a003f
View commit details
Copy full SHA for 80a003f
Browse repository at this point
Show offsets and derefs in padding, too
oli-obk
committed
60329f7
View commit details
Copy full SHA for 60329f7
Browse repository at this point
More tests
oli-obk
committed
672b35c
View commit details
Copy full SHA for 672b35c
Browse repository at this point
Make some diagnostics behave consistently
oli-obk
committed
d1aee85
View commit details
Copy full SHA for d1aee85
Browse repository at this point
You can’t perform that action at this time.