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
Rollup of 10 pull requests
- #76672
#76672
Closed
RalfJung
wants to merge 25 commits into
rust-lang:master
rust-lang/rust:master
from
RalfJung:rollup-8ivfwix
RalfJung/rust:rollup-8ivfwix
Copy head branch name to clipboard
Conversation
Commits
25
(25)
Checks
Files changed
Closed
Rollup of 10 pull requests
#76672
RalfJung
wants to merge 25 commits into
rust-lang:master
rust-lang/rust:master
from
RalfJung:rollup-8ivfwix
RalfJung/rust:rollup-8ivfwix
Copy head branch name to clipboard
Commits
Commits on Sep 12, 2020
Simplify iter zip struct doc
pickfire
authored
b1e481d
View commit details
Copy full SHA for b1e481d
Browse repository at this point
Simplify SyncOnceCell's `take` and `drop`.
m-ou-se
committed
8a261a2
View commit details
Copy full SHA for 8a261a2
Browse repository at this point
Make all methods of `Duration` const
Show description for 73e0a56
CDirkx
committed
73e0a56
View commit details
Copy full SHA for 73e0a56
Browse repository at this point
Add mailmap entry
CDirkx
committed
869021e
View commit details
Copy full SHA for 869021e
Browse repository at this point
Mark Once::new as #[inline].
Show description for aa68aaa
m-ou-se
committed
aa68aaa
View commit details
Copy full SHA for aa68aaa
Browse repository at this point
Add a comment on is_trivially_sized about obviously !Sized types
nox
committed
4f0047e
View commit details
Copy full SHA for 4f0047e
Browse repository at this point
Fix a typo
nox
committed
75f0f7a
View commit details
Copy full SHA for 75f0f7a
Browse repository at this point
Clean up some language trait items comparisons
nox
committed
caf6c92
View commit details
Copy full SHA for caf6c92
Browse repository at this point
Remove Windows details from Unix and VmWorks symlink() docstrings
Show description for 2eeb8f1
nicholasbishop
committed
2eeb8f1
View commit details
Copy full SHA for 2eeb8f1
Browse repository at this point
Commits on Sep 13, 2020
reduce size of test_from_iter_specialization_with_iterator_adapters test in Miri
RalfJung
committed
f75d29f
View commit details
Copy full SHA for f75d29f
Browse repository at this point
fix slice::check_range aliasing problems
RalfJung
committed
bb41740
View commit details
Copy full SHA for bb41740
Browse repository at this point
Simplify iter chain struct doc
pickfire
authored
20a2e09
View commit details
Copy full SHA for 20a2e09
Browse repository at this point
Add Atomic*::from_mut.
Show description for 458aaba
m-ou-se
committed
458aaba
View commit details
Copy full SHA for 458aaba
Browse repository at this point
Fix AtomicPtr::from_mut align check: Avoid generic arg in const expr.
Show description for 3be40b2
m-ou-se
committed
3be40b2
View commit details
Copy full SHA for 3be40b2
Browse repository at this point
Fix CI LLVM to work on NixOS out of the box
matklad
committed
cf07201
View commit details
Copy full SHA for cf07201
Browse repository at this point
Rollup merge of #74532 - fusion-engineering-forks:atomic-from-mut, r=KodrAus
Show description for aaa0334
RalfJung
authored
aaa0334
View commit details
Copy full SHA for aaa0334
Browse repository at this point
Rollup merge of #76335 - CDirkx:const-duration, r=ecstatic-morse
Show description for d6dbe32
RalfJung
authored
d6dbe32
View commit details
Copy full SHA for d6dbe32
Browse repository at this point
Rollup merge of #76629 - pickfire:patch-4, r=jonas-schievink
Show description for e2d51e9
RalfJung
authored
e2d51e9
View commit details
Copy full SHA for e2d51e9
Browse repository at this point
Rollup merge of #76640 - fusion-engineering-forks:synconcecell-drop, r=matklad
Show description for 52ad7dc
RalfJung
authored
52ad7dc
View commit details
Copy full SHA for 52ad7dc
Browse repository at this point
Rollup merge of #76641 - nox:pointee-random-stuff, r=eddyb
Show description for 74f34a1
RalfJung
authored
74f34a1
View commit details
Copy full SHA for 74f34a1
Browse repository at this point
Rollup merge of #76646 - CDirkx:mailmap, r=Mark-Simulacrum
Show description for dc779fa
RalfJung
authored
dc779fa
View commit details
Copy full SHA for dc779fa
Browse repository at this point
Rollup merge of #76651 - nicholasbishop:bishop-remove-windows-note, r=Mark-Simulacrum
Show description for 99ecad7
RalfJung
authored
99ecad7
View commit details
Copy full SHA for 99ecad7
Browse repository at this point
Rollup merge of #76662 - RalfJung:lib-test-miri, r=Mark-Simulacrum
Show description for 5882871
RalfJung
authored
5882871
View commit details
Copy full SHA for 5882871
Browse repository at this point
Rollup merge of #76663 - pickfire:patch-7, r=jonas-schievink
Show description for b83d585
RalfJung
authored
b83d585
View commit details
Copy full SHA for b83d585
Browse repository at this point
Rollup merge of #76667 - matklad:patch-llvm, r=Mark-Simulacrum
Show description for 115ebea
RalfJung
authored
115ebea
View commit details
Copy full SHA for 115ebea
Browse repository at this point
You can’t perform that action at this time.