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.7k
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 11 pull requests
- #79165
#79165
Closed
m-ou-se
wants to merge 26 commits into
rust-lang:master
rust-lang/rust:master
from
m-ou-se:rollup-iu074zk
m-ou-se/rust:rollup-iu074zk
Copy head branch name to clipboard
Conversation
Commits
26
(26)
Checks
Files changed
Closed
Rollup of 11 pull requests
#79165
m-ou-se
wants to merge 26 commits into
rust-lang:master
rust-lang/rust:master
from
m-ou-se:rollup-iu074zk
m-ou-se/rust:rollup-iu074zk
Copy head branch name to clipboard
Commits
Commits on Oct 25, 2020
Updated the list of white-listed target features for x86
Show description for 9feb567
DevJPM
committed
9feb567
View commit details
Copy full SHA for 9feb567
Browse repository at this point
Removed movbe from run-time-detect
Show description for cd95e93
DevJPM
committed
cd95e93
View commit details
Copy full SHA for cd95e93
Browse repository at this point
Commits on Oct 26, 2020
Updated documentation, x86 feature detection testing, and removed LLVM 9 exclusive features
Show description for 3daa93f
DevJPM
committed
3daa93f
View commit details
Copy full SHA for 3daa93f
Browse repository at this point
Commits on Nov 12, 2020
stability: More precise location for deprecation lint on macros
petrochenkov
committed
909c894
View commit details
Copy full SHA for 909c894
Browse repository at this point
Commits on Nov 14, 2020
Tighten the bounds on atomic Ordering in std::sys::unix::weak
thomcc
committed
55d7f73
View commit details
Copy full SHA for 55d7f73
Browse repository at this point
Commits on Nov 15, 2020
Re-enable LLVM 9 target features with LLVM 9 being the minimum now
Show description for 72b83af
DevJPM
committed
72b83af
View commit details
Copy full SHA for 72b83af
Browse repository at this point
Turn top-level comments into module docs in MIR visitor
camelid
committed
c82a258
View commit details
Copy full SHA for c82a258
Browse repository at this point
Commits on Nov 16, 2020
instrument `QueryNormalizer::fold_ty`
lcnr
committed
dcc194c
View commit details
Copy full SHA for dcc194c
Browse repository at this point
Commits on Nov 17, 2020
Enable AVX512 *epi64 variants by updating stdarch
vertexclique
committed
d701bf9
View commit details
Copy full SHA for d701bf9
Browse repository at this point
bootstrap: use the same version number for rustc and cargo
Show description for d17874f
emilyalbini
authored and
Mark-Simulacrum
committed
d17874f
View commit details
Copy full SHA for d17874f
Browse repository at this point
add trailing_zeros and leading_zeros to non zero types
andjo403
committed
9bbc4c1
View commit details
Copy full SHA for 9bbc4c1
Browse repository at this point
Fix handling of panic calls
Show description for 95eff66
camelid
committed
95eff66
View commit details
Copy full SHA for 95eff66
Browse repository at this point
Fix typo in `std::io::Write` docs
Show description for bdaa76c
wchargin
committed
bdaa76c
View commit details
Copy full SHA for bdaa76c
Browse repository at this point
Commits on Nov 18, 2020
Update tests to remove old numeric constants
Show description for 7edc4f2
bstrie
committed
7edc4f2
View commit details
Copy full SHA for 7edc4f2
Browse repository at this point
change error for `LayoutErr::SizeOverflow`
lcnr
committed
88584d5
View commit details
Copy full SHA for 88584d5
Browse repository at this point
Rollup merge of #78361 - DevJPM:master, r=workingjubilee
Show description for db8ad67
m-ou-se
authored
db8ad67
View commit details
Copy full SHA for db8ad67
Browse repository at this point
Rollup merge of #78380 - bstrie:rm-old-num-const-from-tests, r=jyn514
Show description for 0b80f64
m-ou-se
authored
0b80f64
View commit details
Copy full SHA for 0b80f64
Browse repository at this point
Rollup merge of #78999 - petrochenkov:deprid, r=eddyb
Show description for ed01d96
m-ou-se
authored
ed01d96
View commit details
Copy full SHA for ed01d96
Browse repository at this point
Rollup merge of #79039 - thomcc:weakly-relaxing, r=Amanieu
Show description for f7fb2a9
m-ou-se
authored
f7fb2a9
View commit details
Copy full SHA for f7fb2a9
Browse repository at this point
Rollup merge of #79079 - camelid:mir-visit-docs, r=matthewjasper
Show description for 1bd70a2
m-ou-se
authored
1bd70a2
View commit details
Copy full SHA for 1bd70a2
Browse repository at this point
Rollup merge of #79114 - andjo403:nonzero_leading_trailing_zeros, r=m-ou-se
Show description for 6a6607a
m-ou-se
authored
6a6607a
View commit details
Copy full SHA for 6a6607a
Browse repository at this point
Rollup merge of #79131 - vertexclique:stdarch-update, r=Amanieu
Show description for 6f0bf1a
m-ou-se
authored
6f0bf1a
View commit details
Copy full SHA for 6f0bf1a
Browse repository at this point
Rollup merge of #79133 - pietroalbini:simplify-stage0, r=Mark-Simulacrum
Show description for a43afdf
m-ou-se
authored
a43afdf
View commit details
Copy full SHA for a43afdf
Browse repository at this point
Rollup merge of #79145 - camelid:clippy-fix-panics, r=flip1995
Show description for c15c1f4
m-ou-se
authored
c15c1f4
View commit details
Copy full SHA for c15c1f4
Browse repository at this point
Rollup merge of #79151 - wchargin:wchargin-io-write-docs, r=jyn514
Show description for 74e6442
m-ou-se
authored
74e6442
View commit details
Copy full SHA for 74e6442
Browse repository at this point
Rollup merge of #79158 - lcnr:lazy-norm-coerce, r=oli-obk
Show description for 97cd4c4
m-ou-se
authored
97cd4c4
View commit details
Copy full SHA for 97cd4c4
Browse repository at this point
You can’t perform that action at this time.