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 9 pull requests
- #61016
#61016
Closed
Centril
wants to merge 24 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-5qj20z8
Centril/rust:rollup-5qj20z8
Copy head branch name to clipboard
Conversation
Commits
24
(24)
Checks
Files changed
Closed
Rollup of 9 pull requests
#61016
Centril
wants to merge 24 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-5qj20z8
Centril/rust:rollup-5qj20z8
Copy head branch name to clipboard
Commits
Commits on May 6, 2019
convert custom try macro to `?`
Show description for af6ace6
hellow554
committed
af6ace6
View commit details
Copy full SHA for af6ace6
Browse repository at this point
use exhaustive_patterns to be able to use `?`
hellow554
committed
5458b65
View commit details
Copy full SHA for 5458b65
Browse repository at this point
Commits on May 20, 2019
Avoid symbol interning in `file_metadata`.
Show description for c5d9401
nnethercote
committed
c5d9401
View commit details
Copy full SHA for c5d9401
Browse repository at this point
Update boxed::Box docs on memory layout
blkerby
committed
a7e1431
View commit details
Copy full SHA for a7e1431
Browse repository at this point
Remove trailing whitespaces to satisfy tidy
blkerby
committed
178b753
View commit details
Copy full SHA for 178b753
Browse repository at this point
Do not fail on child without DefId
estebank
committed
d320c7c
View commit details
Copy full SHA for d320c7c
Browse repository at this point
LocalDecl push returns Local len
spastorino
committed
419ca9d
View commit details
Copy full SHA for 419ca9d
Browse repository at this point
Commits on May 21, 2019
Create and reference Memory Layout section of boxed docs
blkerby
committed
4e37785
View commit details
Copy full SHA for 4e37785
Browse repository at this point
Add stream_to_parser_with_base_dir
topecongiro
committed
e186d3f
View commit details
Copy full SHA for e186d3f
Browse repository at this point
static_assert: make use of anonymous constants
RalfJung
committed
5ea5fe3
View commit details
Copy full SHA for 5ea5fe3
Browse repository at this point
Emit error when trying to use PGO in conjunction with unwinding on Windows.
michaelwoerister
committed
dd94dc3
View commit details
Copy full SHA for dd94dc3
Browse repository at this point
adjust deprecation date of mem::uninitialized
RalfJung
committed
61735ab
View commit details
Copy full SHA for 61735ab
Browse repository at this point
Add doc comment
topecongiro
committed
b07dbe1
View commit details
Copy full SHA for b07dbe1
Browse repository at this point
Fix tidy: remove a trailing whitespace
topecongiro
committed
1f1a917
View commit details
Copy full SHA for 1f1a917
Browse repository at this point
update doc comment
RalfJung
committed
a2168b0
View commit details
Copy full SHA for a2168b0
Browse repository at this point
Rollup merge of #60581 - hellow554:fix_60580, r=alexcrichton
Show description for 0650084
Centril
authored
0650084
View commit details
Copy full SHA for 0650084
Browse repository at this point
Rollup merge of #60963 - blkerby:boxed_docs, r=alexcrichton
Show description for 253c26b
Centril
authored
253c26b
View commit details
Copy full SHA for 253c26b
Browse repository at this point
Rollup merge of #60973 - nnethercote:fix-file_metadata-more, r=michaelwoerister
Show description for 9e11b48
Centril
authored
9e11b48
View commit details
Copy full SHA for 9e11b48
Browse repository at this point
Rollup merge of #60982 - estebank:fix-60976, r=petrochenkov
Show description for d063b74
Centril
authored
d063b74
View commit details
Copy full SHA for d063b74
Browse repository at this point
Rollup merge of #60991 - spastorino:local-decls-push, r=oli-obk
Show description for d18b4c1
Centril
authored
d18b4c1
View commit details
Copy full SHA for d18b4c1
Browse repository at this point
Rollup merge of #60995 - topecongiro:parser-from-stream-and-base-dir, r=michaelwoerister
Show description for e0aaa72
Centril
authored
e0aaa72
View commit details
Copy full SHA for e0aaa72
Browse repository at this point
Rollup merge of #60998 - RalfJung:static_assert, r=Centril
Show description for c778205
Centril
authored
c778205
View commit details
Copy full SHA for c778205
Browse repository at this point
Rollup merge of #61005 - michaelwoerister:error-pgo-windows-unwind, r=zackmdavis
Show description for 18d728c
Centril
authored
18d728c
View commit details
Copy full SHA for 18d728c
Browse repository at this point
Rollup merge of #61006 - RalfJung:maybe-uninit, r=Centril
Show description for c6427e3
Centril
authored
c6427e3
View commit details
Copy full SHA for c6427e3
Browse repository at this point
You can’t perform that action at this time.