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
15.9k
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
- #94521
#94521
Closed
Dylan-DPC
wants to merge 28 commits into
rust-lang:master
rust-lang/rust:master
from
Dylan-DPC:rollup-vcg8qy8
Dylan-DPC/rust:rollup-vcg8qy8
Copy head branch name to clipboard
Conversation
Commits
28
(28)
Checks
Files changed
Closed
Rollup of 8 pull requests
#94521
Dylan-DPC
wants to merge 28 commits into
rust-lang:master
rust-lang/rust:master
from
Dylan-DPC:rollup-vcg8qy8
Dylan-DPC/rust:rollup-vcg8qy8
Copy head branch name to clipboard
Commits
Commits on Feb 24, 2022
ARM: Only allow using d16-d31 with asm! when supported by the target
Show description for 7cee1b4
Amanieu
committed
7cee1b4
View commit details
Copy full SHA for 7cee1b4
Browse repository at this point
Commits on Feb 25, 2022
Remove invalid #[cfg(tests)] in index_map
Urgau
committed
5a5142e
View commit details
Copy full SHA for 5a5142e
Browse repository at this point
Commits on Feb 28, 2022
Add #![allow(unexpected_cfgs)] in preparation of global --check-cfg
Urgau
committed
00f165b
View commit details
Copy full SHA for 00f165b
Browse repository at this point
Enable conditional compilation checking on the Rust codebase
Urgau
committed
f9b3a0e
View commit details
Copy full SHA for f9b3a0e
Browse repository at this point
Move the set of features to the `features` query.
cjgillot
committed
12b80a4
View commit details
Copy full SHA for 12b80a4
Browse repository at this point
Remove useless map.
cjgillot
committed
47f71b0
View commit details
Copy full SHA for 47f71b0
Browse repository at this point
Force ensure stability_index.
cjgillot
committed
cbc1202
View commit details
Copy full SHA for cbc1202
Browse repository at this point
Bless test.
cjgillot
committed
ac27ac0
View commit details
Copy full SHA for ac27ac0
Browse repository at this point
Move query providers.
cjgillot
committed
7fcf0e2
View commit details
Copy full SHA for 7fcf0e2
Browse repository at this point
Gate stability attrs with other attributes.
cjgillot
committed
56befcd
View commit details
Copy full SHA for 56befcd
Browse repository at this point
Cleanup feature gates.
cjgillot
committed
65a1d3e
View commit details
Copy full SHA for 65a1d3e
Browse repository at this point
Make unknown feature error deterministic.
cjgillot
committed
4f880ba
View commit details
Copy full SHA for 4f880ba
Browse repository at this point
Do not point at whole file missing `fn main`
Show description for c7ff23f
estebank
committed
c7ff23f
View commit details
Copy full SHA for c7ff23f
Browse repository at this point
Commits on Mar 1, 2022
Add helper function to suggest multiple constraints
Show description for 4c7fb9e
WaffleLapkin
committed
4c7fb9e
View commit details
Copy full SHA for 4c7fb9e
Browse repository at this point
Improve allowness of the unexpected_cfgs lint
Urgau
committed
765205b
View commit details
Copy full SHA for 765205b
Browse repository at this point
Suggest adding `Copy` bound when Adt is moved out
Show description for 400d343
WaffleLapkin
committed
400d343
View commit details
Copy full SHA for 400d343
Browse repository at this point
Add a test for Adt copy suggestions
WaffleLapkin
committed
879efa8
View commit details
Copy full SHA for 879efa8
Browse repository at this point
Use rustfix in copy suggestion test
WaffleLapkin
committed
f0a16b8
View commit details
Copy full SHA for f0a16b8
Browse repository at this point
Demote Windows XP to no_std only
Show description for f287866
RandomInsano
authored
f287866
View commit details
Copy full SHA for f287866
Browse repository at this point
Commits on Mar 2, 2022
Miri/CTFE: properly treat overflow in (signed) division/rem as UB
RalfJung
committed
6739299
View commit details
Copy full SHA for 6739299
Browse repository at this point
Rollup merge of #93142 - estebank:missing-main, r=wesleywiser
Show description for f799e11
Dylan-DPC
authored
f799e11
View commit details
Copy full SHA for f799e11
Browse repository at this point
Rollup merge of #94096 - cjgillot:ensure-stability, r=lcnr
Show description for c039d2a
Dylan-DPC
authored
c039d2a
View commit details
Copy full SHA for c039d2a
Browse repository at this point
Rollup merge of #94298 - Urgau:rustbuild-check-cfg, r=Mark-Simulacrum
Show description for 333f6da
Dylan-DPC
authored
333f6da
View commit details
Copy full SHA for 333f6da
Browse repository at this point
Rollup merge of #94339 - Amanieu:arm-d32, r=nagisa
Show description for cbc64a1
Dylan-DPC
authored
cbc64a1
View commit details
Copy full SHA for cbc64a1
Browse repository at this point
Rollup merge of #94375 - WaffleLapkin:copy-suggestion, r=estebank
Show description for 0faba1b
Dylan-DPC
authored
0faba1b
View commit details
Copy full SHA for 0faba1b
Browse repository at this point
Rollup merge of #94433 - Urgau:check-cfg-allowness, r=petrochenkov
Show description for 8dc6531
Dylan-DPC
authored
8dc6531
View commit details
Copy full SHA for 8dc6531
Browse repository at this point
Rollup merge of #94499 - RandomInsano:patch-1, r=Dylan-DPC
Show description for 848391e
Dylan-DPC
authored
848391e
View commit details
Copy full SHA for 848391e
Browse repository at this point
Rollup merge of #94512 - RalfJung:sdiv-ub, r=oli-obk
Show description for 61925ca
Dylan-DPC
authored
61925ca
View commit details
Copy full SHA for 61925ca
Browse repository at this point
You can’t perform that action at this time.