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.3k
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
Alignment of the
bytes
of
Allocation
to match
align
parameter
- #100467
#100467
Closed
emarteca
wants to merge 25 commits into
rust-lang:master
rust-lang/rust:master
from
emarteca:alloc-align
emarteca/rust:alloc-align
Copy head branch name to clipboard
Conversation
Commits
25
(25)
Checks
Files changed
Closed
Alignment of the
bytes
of
Allocation
to match
align
parameter
#100467
emarteca
wants to merge 25 commits into
rust-lang:master
rust-lang/rust:master
from
emarteca:alloc-align
emarteca/rust:alloc-align
Copy head branch name to clipboard
Commits
Commits on Aug 2, 2022
Stop x.py from being mean
maurer
committed
0fe75b8
View commit details
Copy full SHA for 0fe75b8
Browse repository at this point
Commits on Aug 3, 2022
DO NOT MERGE - scratchwork
Show description for f37fe37
maurer
committed
f37fe37
View commit details
Copy full SHA for f37fe37
Browse repository at this point
point to my miri fork
Ellen Arteca
committed
fde4235
View commit details
Copy full SHA for fde4235
Browse repository at this point
Commits on Aug 4, 2022
no more direct hole punch to alloc bytes
Ellen Arteca
committed
e0e8e00
View commit details
Copy full SHA for e0e8e00
Browse repository at this point
no more holepunch to bytes
Ellen Arteca
committed
a7b7f19
View commit details
Copy full SHA for a7b7f19
Browse repository at this point
Commits on Aug 6, 2022
commented out alignment check for int-aligned addrs -- need to make the check make sense (should be len of bytes) for real addrs
Ellen Arteca
committed
f7a991b
View commit details
Copy full SHA for f7a991b
Browse repository at this point
Commits on Aug 7, 2022
proper check for size of allocation being aligned
Ellen Arteca
committed
e2ed272
View commit details
Copy full SHA for e2ed272
Browse repository at this point
Commits on Aug 8, 2022
using the align parameter to properly align allocations
Ellen Arteca
committed
51269b8
View commit details
Copy full SHA for 51269b8
Browse repository at this point
Commits on Aug 12, 2022
redoing allocation bytes realignment -- still testing with miri
Ellen Arteca
committed
bca203e
View commit details
Copy full SHA for bca203e
Browse repository at this point
allocation bytes alignment, and cleanup .gitmodules
Ellen Arteca
committed
0ddff36
View commit details
Copy full SHA for 0ddff36
Browse repository at this point
double free detected in tcache 2: could not compile core in stage 1 compilation
Ellen Arteca
committed
a72a057
View commit details
Copy full SHA for a72a057
Browse repository at this point
using slice directly, no intermediate vec
Ellen Arteca
committed
04f29dc
View commit details
Copy full SHA for 04f29dc
Browse repository at this point
Commits on Aug 15, 2022
removing miri submodule updates
Ellen Arteca
committed
2fd7606
View commit details
Copy full SHA for 2fd7606
Browse repository at this point
removing miri submodule updates
Ellen Arteca
committed
ab1a61f
View commit details
Copy full SHA for ab1a61f
Browse repository at this point
removing miri submodule updates
Ellen Arteca
committed
b87f5ef
View commit details
Copy full SHA for b87f5ef
Browse repository at this point
going back to previous version of miri to match commit of rustc
Ellen Arteca
committed
cade1c1
View commit details
Copy full SHA for cade1c1
Browse repository at this point
Commits on Sep 5, 2022
moving AllocBytes into a trait -- partially done
emarteca
committed
c31d404
View commit details
Copy full SHA for c31d404
Browse repository at this point
Commits on Sep 7, 2022
more moving allocbytes into trait
emarteca
committed
e993680
View commit details
Copy full SHA for e993680
Browse repository at this point
allocbytes moved into a trait, implemented for `Box<[u8]>` as default
emarteca
committed
17ac36b
View commit details
Copy full SHA for 17ac36b
Browse repository at this point
Commits on Sep 8, 2022
merging in changes from upstream master
emarteca
committed
c2e142b
View commit details
Copy full SHA for c2e142b
Browse repository at this point
cleanup
emarteca
committed
99f6708
View commit details
Copy full SHA for 99f6708
Browse repository at this point
cleanup
emarteca
committed
a12d111
View commit details
Copy full SHA for a12d111
Browse repository at this point
Commits on Sep 14, 2022
propagating Allocation Bytes type
emarteca
committed
f75649b
View commit details
Copy full SHA for f75649b
Browse repository at this point
Commits on Nov 9, 2022
adding deref and derefmut to allocbytes, removing now unnecessary methods from trait
emarteca
committed
8db066f
View commit details
Copy full SHA for 8db066f
Browse repository at this point
nit
emarteca
committed
f075a12
View commit details
Copy full SHA for f075a12
Browse repository at this point
You can’t perform that action at this time.