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.8k
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
Self managing allocations
- #55293
#55293
Closed
oli-obk
wants to merge 20 commits into
rust-lang:master
rust-lang/rust:master
from
oli-obk:self_managing_allocations
oli-obk/rust:self_managing_allocations
Copy head branch name to clipboard
Conversation
Commits
20
(20)
Checks
Files changed
Closed
Self managing allocations
#55293
oli-obk
wants to merge 20 commits into
rust-lang:master
rust-lang/rust:master
from
oli-obk:self_managing_allocations
oli-obk/rust:self_managing_allocations
Copy head branch name to clipboard
Commits
Commits on Oct 31, 2018
Duplicate mod.rs for better diff tracking
oli-obk
committed
1223a11
View commit details
Copy full SHA for 1223a11
Browse repository at this point
Move `Allocation` into its own module
oli-obk
committed
8992146
View commit details
Copy full SHA for 8992146
Browse repository at this point
Copy various functions from `memory.rs` to `allocation.rs`
oli-obk
committed
610e4c4
View commit details
Copy full SHA for 610e4c4
Browse repository at this point
Fixup various import errors
oli-obk
committed
b667fe0
View commit details
Copy full SHA for b667fe0
Browse repository at this point
Move `ScalarMaybeUndef` back to rustc
oli-obk
committed
14aa7d0
View commit details
Copy full SHA for 14aa7d0
Browse repository at this point
Move the `memory_accessed` hook onto the `Extra` value
oli-obk
committed
3dcd1c6
View commit details
Copy full SHA for 3dcd1c6
Browse repository at this point
Fixup all code to work directly on the allocation instead of going through `.get(alloc_id)`
oli-obk
committed
f5a5a71
View commit details
Copy full SHA for f5a5a71
Browse repository at this point
Forward some function calls of `Memory` to `Allocation`
oli-obk
committed
9614f34
View commit details
Copy full SHA for 9614f34
Browse repository at this point
Update miri submodule
oli-obk
committed
2d1d014
View commit details
Copy full SHA for 2d1d014
Browse repository at this point
Tidy all the way
oli-obk
committed
f08b117
View commit details
Copy full SHA for f08b117
Browse repository at this point
We actually have the allocation available... it can't be dangling
oli-obk
committed
d593a47
View commit details
Copy full SHA for d593a47
Browse repository at this point
Move UndefMask and Relocations into `allocation.rs`
oli-obk
committed
8a6f62b
View commit details
Copy full SHA for 8a6f62b
Browse repository at this point
Move ScalarMaybeUndef into `value.rs`
oli-obk
committed
df3cabb
View commit details
Copy full SHA for df3cabb
Browse repository at this point
Move some functions around to keep order in sync with memory.rs
oli-obk
committed
de462ba
View commit details
Copy full SHA for de462ba
Browse repository at this point
Add doc comment to `check_bytes`
oli-obk
committed
8cc3faa
View commit details
Copy full SHA for 8cc3faa
Browse repository at this point
Remove leftover comment
oli-obk
committed
ed8b17e
View commit details
Copy full SHA for ed8b17e
Browse repository at this point
Get rid of zst checks, the code works just fine without them
oli-obk
committed
5c9b456
View commit details
Copy full SHA for 5c9b456
Browse repository at this point
Move `Pointer` to its own module
oli-obk
committed
9ce0803
View commit details
Copy full SHA for 9ce0803
Browse repository at this point
Revert "Update miri submodule"
Show description for dd194ef
oli-obk
committed
dd194ef
View commit details
Copy full SHA for dd194ef
Browse repository at this point
Rebase fallout
oli-obk
committed
0aa2aa8
View commit details
Copy full SHA for 0aa2aa8
Browse repository at this point
You can’t perform that action at this time.