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.2k
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
- #96101
#96101
Closed
Dylan-DPC
wants to merge 28 commits into
rust-lang:master
rust-lang/rust:master
from
Dylan-DPC:rollup-4d315c3
Dylan-DPC/rust:rollup-4d315c3
Copy head branch name to clipboard
Conversation
Commits
28
(28)
Checks
Files changed
Closed
Rollup of 10 pull requests
#96101
Dylan-DPC
wants to merge 28 commits into
rust-lang:master
rust-lang/rust:master
from
Dylan-DPC:rollup-4d315c3
Dylan-DPC/rust:rollup-4d315c3
Copy head branch name to clipboard
Commits
Commits on Mar 4, 2022
Add platform support document links to tier table
Michcioperz
authored
d78e3e3
View commit details
Copy full SHA for d78e3e3
Browse repository at this point
Add missing platform support docs to sidebar
Show description for c1d5c2b
Michcioperz
committed
c1d5c2b
View commit details
Copy full SHA for c1d5c2b
Browse repository at this point
Commits on Mar 24, 2022
Only add codegen backend to dep info if -Zbinary-dep-depinfo is used
bjorn3
committed
9cfdb89
View commit details
Copy full SHA for 9cfdb89
Browse repository at this point
Don't include invalid paths in the depinfo for builtin backends
bjorn3
committed
c681a88
View commit details
Copy full SHA for c681a88
Browse repository at this point
Add test
bjorn3
committed
147e5da
View commit details
Copy full SHA for 147e5da
Browse repository at this point
Commits on Apr 13, 2022
Consider lifetimes when comparing types for equality in MIR validator
JakobDegen
committed
d5f3863
View commit details
Copy full SHA for d5f3863
Browse repository at this point
improve diagnostics for unterminated nested block comment
yue4u
committed
4a0f8d5
View commit details
Copy full SHA for 4a0f8d5
Browse repository at this point
Commits on Apr 14, 2022
refactor: change to use peekable
yue4u
committed
1b7008d
View commit details
Copy full SHA for 1b7008d
Browse repository at this point
Remove some now-dead code that was only relevant before deaggregation.
Show description for 48029ab
oli-obk
committed
48029ab
View commit details
Copy full SHA for 48029ab
Browse repository at this point
update: actions/checkout@v2 to actions/checkout@v3
Show description for 9d319f3
Gumichocopengin8
committed
9d319f3
View commit details
Copy full SHA for 9d319f3
Browse repository at this point
Commits on Apr 15, 2022
clarify doc(cfg) wording
Show description for 753d567
euclio
committed
753d567
View commit details
Copy full SHA for 753d567
Browse repository at this point
make unaligned_references lint deny-by-default
RalfJung
committed
e30d6d9
View commit details
Copy full SHA for e30d6d9
Browse repository at this point
make unaligned_reference warning visible in future compat report
RalfJung
committed
1a6c2ff
View commit details
Copy full SHA for 1a6c2ff
Browse repository at this point
test: add pop_first() pop_last() test cases for BTreeSet
Gumichocopengin8
committed
4117e8c
View commit details
Copy full SHA for 4117e8c
Browse repository at this point
test: add get_key_value() test cases for BTreeSet
Gumichocopengin8
committed
e162602
View commit details
Copy full SHA for e162602
Browse repository at this point
test: add try_insert() test cases for BTreeSet
Gumichocopengin8
committed
3f2f4a3
View commit details
Copy full SHA for 3f2f4a3
Browse repository at this point
chore: formatting
Gumichocopengin8
committed
3f46ba6
View commit details
Copy full SHA for 3f46ba6
Browse repository at this point
Update mdbook
ehuss
committed
5181422
View commit details
Copy full SHA for 5181422
Browse repository at this point
Commits on Apr 16, 2022
Rollup merge of #93969 - bjorn3:codegen_backend_dep_info, r=pnkfelix
Show description for 7b8df43
Dylan-DPC
authored
7b8df43
View commit details
Copy full SHA for 7b8df43
Browse repository at this point
Rollup merge of #94605 - Michcioperz:patch-1, r=pnkfelix
Show description for e292641
Dylan-DPC
authored
e292641
View commit details
Copy full SHA for e292641
Browse repository at this point
Rollup merge of #95372 - RalfJung:unaligned_references, r=oli-obk
Show description for a21f392
Dylan-DPC
authored
a21f392
View commit details
Copy full SHA for a21f392
Browse repository at this point
Rollup merge of #95859 - rainy-me:unterminated-nested-block-comment, r=petrochenkov
Show description for ac01c91
Dylan-DPC
authored
ac01c91
View commit details
Copy full SHA for ac01c91
Browse repository at this point
Rollup merge of #96004 - JakobDegen:fix-validator-ice, r=petrochenkov
Show description for a30dbc2
Dylan-DPC
authored
a30dbc2
View commit details
Copy full SHA for a30dbc2
Browse repository at this point
Rollup merge of #96035 - Gumichocopengin8:feature/update-github-action-version, r=pietroalbini
Show description for 466107e
Dylan-DPC
authored
466107e
View commit details
Copy full SHA for 466107e
Browse repository at this point
Rollup merge of #96050 - oli-obk:deaggregator_cleanup, r=RalfJung
Show description for f72689a
Dylan-DPC
authored
f72689a
View commit details
Copy full SHA for f72689a
Browse repository at this point
Rollup merge of #96059 - euclio:doc-cfg, r=manishearth,guillaumegomez
Show description for 10e8a2a
Dylan-DPC
authored
10e8a2a
View commit details
Copy full SHA for 10e8a2a
Browse repository at this point
Rollup merge of #96070 - Gumichocopengin8:test/btree-map, r=thomcc
Show description for be42af6
Dylan-DPC
authored
be42af6
View commit details
Copy full SHA for be42af6
Browse repository at this point
Rollup merge of #96088 - ehuss:update-mdbook, r=Mark-Simulacrum
Show description for 45af788
Dylan-DPC
authored
45af788
View commit details
Copy full SHA for 45af788
Browse repository at this point
You can’t perform that action at this time.