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
16k
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
Rollup of 8 pull requests
- #93457
#93457
Merged
bors
merged 22 commits into
rust-lang:master
rust-lang/rust:master
from
matthiaskrgr:rollup-e43ry1l
matthiaskrgr/rust:rollup-e43ry1l
Copy head branch name to clipboard
Jan 29, 2022
Conversation
Commits
22
(22)
Checks
Files changed
Merged
Rollup of 8 pull requests
#93457
bors
merged 22 commits into
rust-lang:master
rust-lang/rust:master
from
matthiaskrgr:rollup-e43ry1l
matthiaskrgr/rust:rollup-e43ry1l
Copy head branch name to clipboard
Commits
Commits on Jan 23, 2022
Add `intrinsics::const_deallocate`
lilasta
committed
aa6795e
View commit details
Copy full SHA for aa6795e
Browse repository at this point
Make `NonNull::new` `const`
lilasta
committed
5e97fc9
View commit details
Copy full SHA for 5e97fc9
Browse repository at this point
Commits on Jan 25, 2022
Fix invalid extra dot after version if no source
GuillaumeGomez
committed
d442a37
View commit details
Copy full SHA for d442a37
Browse repository at this point
Add test when there is no source code link after version
GuillaumeGomez
committed
066fcb6
View commit details
Copy full SHA for 066fcb6
Browse repository at this point
Commits on Jan 26, 2022
`const_deallocate`: Don't deallocate memory allocated in an another const. Does nothing at runtime.
Show description for 29932db
lilasta
committed
29932db
View commit details
Copy full SHA for 29932db
Browse repository at this point
Commits on Jan 28, 2022
kmc-solid: Implement `FileDesc::duplicate`
kawadakk
committed
da0d506
View commit details
Copy full SHA for da0d506
Browse repository at this point
test_const_allocate_at_runtime
lilasta
committed
7a7144f
View commit details
Copy full SHA for 7a7144f
Browse repository at this point
Add a test case for using NonNull::new in const context
lilasta
committed
cdd0873
View commit details
Copy full SHA for cdd0873
Browse repository at this point
fix nit
lcnr
committed
9d65342
View commit details
Copy full SHA for 9d65342
Browse repository at this point
remove unused `jemallocator` crate
lqd
committed
f9e0eb3
View commit details
Copy full SHA for f9e0eb3
Browse repository at this point
Add Explanation For Error E0772
danii
committed
4f8b9a4
View commit details
Copy full SHA for 4f8b9a4
Browse repository at this point
Commits on Jan 29, 2022
Update browser-ui-test version to 0.5.8
GuillaumeGomez
committed
fa11fb4
View commit details
Copy full SHA for fa11fb4
Browse repository at this point
Extend theme change GUI test
GuillaumeGomez
committed
aee9eba
View commit details
Copy full SHA for aee9eba
Browse repository at this point
Document about some behaviors of `const_(de)allocate` and add some tests.
lilasta
committed
9728cc4
View commit details
Copy full SHA for 9728cc4
Browse repository at this point
Rollup merge of #88205 - danii:e0772, r=GuillaumeGomez
Show description for 11898a5
matthiaskrgr
authored
11898a5
View commit details
Copy full SHA for 11898a5
Browse repository at this point
Rollup merge of #92274 - woppopo:const_deallocate, r=oli-obk
Show description for 9e86a43
matthiaskrgr
authored
9e86a43
View commit details
Copy full SHA for 9e86a43
Browse repository at this point
Rollup merge of #93236 - woppopo:const_nonnull_new, r=oli-obk
Show description for 37e9cb3
matthiaskrgr
authored
37e9cb3
View commit details
Copy full SHA for 37e9cb3
Browse repository at this point
Rollup merge of #93299 - GuillaumeGomez:dot-separator-no-source, r=jsha
Show description for f5f2d44
matthiaskrgr
authored
f5f2d44
View commit details
Copy full SHA for f5f2d44
Browse repository at this point
Rollup merge of #93410 - solid-rs:feat-kmc-solid-net-dup, r=dtolnay
Show description for 2836dcd
matthiaskrgr
authored
2836dcd
View commit details
Copy full SHA for 2836dcd
Browse repository at this point
Rollup merge of #93424 - lcnr:nit, r=spastorino
Show description for 6621ff4
matthiaskrgr
authored
6621ff4
View commit details
Copy full SHA for 6621ff4
Browse repository at this point
Rollup merge of #93431 - lqd:remove-jemallocator, r=Mark-Simulacrum
Show description for c866ae5
matthiaskrgr
authored
c866ae5
View commit details
Copy full SHA for c866ae5
Browse repository at this point
Rollup merge of #93453 - GuillaumeGomez:theme-change-test, r=jsha
Show description for d62b414
matthiaskrgr
authored
d62b414
View commit details
Copy full SHA for d62b414
Browse repository at this point
You can’t perform that action at this time.