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.3k
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
- #84948
#84948
Closed
RalfJung
wants to merge 27 commits into
rust-lang:master
rust-lang/rust:master
from
RalfJung:rollup-1tpdmp3
RalfJung/rust:rollup-1tpdmp3
Copy head branch name to clipboard
Conversation
Commits
27
(27)
Checks
Files changed
Closed
Rollup of 11 pull requests
#84948
RalfJung
wants to merge 27 commits into
rust-lang:master
rust-lang/rust:master
from
RalfJung:rollup-1tpdmp3
RalfJung/rust:rollup-1tpdmp3
Copy head branch name to clipboard
Commits
Commits on Apr 29, 2021
Add doc alias for `chdir` to `std::env::set_current_dir`
Show description for c185f08
joshtriplett
committed
c185f08
View commit details
Copy full SHA for c185f08
Browse repository at this point
Commits on May 1, 2021
Reduce duplication in `impl_dep_tracking_hash` macros
jyn514
committed
dd43d13
View commit details
Copy full SHA for dd43d13
Browse repository at this point
Commits on May 2, 2021
Account for unsatisfied bounds in E0599
Show description for 1e89b58
estebank
committed
1e89b58
View commit details
Copy full SHA for 1e89b58
Browse repository at this point
Commits on May 3, 2021
use `else if` in std library
Show description for 2e559c8
wcampbell0x2a
committed
2e559c8
View commit details
Copy full SHA for 2e559c8
Browse repository at this point
Update RELEASES.md for 1.52.0
XAMPPRocky
committed
b4bfb0e
View commit details
Copy full SHA for b4bfb0e
Browse repository at this point
Clarify documentation for `[T]::contains`. Fixes #84877.
jimblandy
committed
d53469c
View commit details
Copy full SHA for d53469c
Browse repository at this point
platform-support: Center the contents of the `std` and `host` columns
joshtriplett
committed
d459b5d
View commit details
Copy full SHA for d459b5d
Browse repository at this point
Update `ptr` docs with regards to `ptr::addr_of!`
Show description for 389333a
5 people
committed
389333a
View commit details
Copy full SHA for 389333a
Browse repository at this point
Commits on May 4, 2021
Tests for field is never read diagnostic
sunjay
committed
450d121
View commit details
Copy full SHA for 450d121
Browse repository at this point
Added suggestion and note for when a field is never used
sunjay
committed
67f228e
View commit details
Copy full SHA for 67f228e
Browse repository at this point
Updating test stderr files
sunjay
committed
715a2d4
View commit details
Copy full SHA for 715a2d4
Browse repository at this point
Trying out a new message that works a little better for values *and* items
sunjay
committed
d4c1ade
View commit details
Copy full SHA for d4c1ade
Browse repository at this point
New shorter diagnostic note that is different for items versus fields
sunjay
committed
bacfc34
View commit details
Copy full SHA for bacfc34
Browse repository at this point
Putting help message only under the identifier that needs to be prefixed
sunjay
committed
0ba2c6a
View commit details
Copy full SHA for 0ba2c6a
Browse repository at this point
Remove `rustc_middle::mir::interpret::CheckInAllocMsg::NullPointerTest`
hyd-dev
committed
ee7a6c6
View commit details
Copy full SHA for ee7a6c6
Browse repository at this point
Do not ICE on invalid const param
Show description for 11379f0
estebank
committed
11379f0
View commit details
Copy full SHA for 11379f0
Browse repository at this point
Commits on May 5, 2021
Rollup merge of #83004 - sunjay:field-never-read-issue-81658, r=pnkfelix
Show description for c0130af
RalfJung
authored
c0130af
View commit details
Copy full SHA for c0130af
Browse repository at this point
Rollup merge of #83553 - jfrimmel:addr-of, r=m-ou-se
Show description for 729338f
RalfJung
authored
729338f
View commit details
Copy full SHA for 729338f
Browse repository at this point
Rollup merge of #84183 - rust-lang:relnotes-1.52.0, r=pietroalbini
Show description for 551c6f9
RalfJung
authored
551c6f9
View commit details
Copy full SHA for 551c6f9
Browse repository at this point
Rollup merge of #84709 - joshtriplett:doc-alias-chdir, r=dtolnay
Show description for c7b4c80
RalfJung
authored
c7b4c80
View commit details
Copy full SHA for c7b4c80
Browse repository at this point
Rollup merge of #84803 - jyn514:duplicate-macros, r=petrochenkov
Show description for 04c3e94
RalfJung
authored
04c3e94
View commit details
Copy full SHA for 04c3e94
Browse repository at this point
Rollup merge of #84808 - estebank:issue-84769, r=petrochenkov
Show description for 7f7fe25
RalfJung
authored
7f7fe25
View commit details
Copy full SHA for 7f7fe25
Browse repository at this point
Rollup merge of #84843 - wcampbell0x2a:use-else-if-let, r=dtolnay
Show description for 4410c28
RalfJung
authored
4410c28
View commit details
Copy full SHA for 4410c28
Browse repository at this point
Rollup merge of #84878 - jimblandy:contains-doc-fix, r=joshtriplett
Show description for e67c8d1
RalfJung
authored
e67c8d1
View commit details
Copy full SHA for e67c8d1
Browse repository at this point
Rollup merge of #84882 - joshtriplett:platform-support-formatting, r=Dylan-DPC
Show description for 5ed95d0
RalfJung
authored
5ed95d0
View commit details
Copy full SHA for 5ed95d0
Browse repository at this point
Rollup merge of #84903 - hyd-dev:dead-check-in-alloc-msg, r=RalfJung
Show description for c340bf9
RalfJung
authored
c340bf9
View commit details
Copy full SHA for c340bf9
Browse repository at this point
Rollup merge of #84913 - estebank:issue-84831, r=varkor
Show description for f8cbe9a
RalfJung
authored
f8cbe9a
View commit details
Copy full SHA for f8cbe9a
Browse repository at this point
You can’t perform that action at this time.