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.5k
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
- #60859
#60859
Closed
Centril
wants to merge 27 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-x7rcz9c
Centril/rust:rollup-x7rcz9c
Copy head branch name to clipboard
Conversation
Commits
27
(27)
Checks
Files changed
Closed
Rollup of 9 pull requests
#60859
Centril
wants to merge 27 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-x7rcz9c
Centril/rust:rollup-x7rcz9c
Copy head branch name to clipboard
Commits
Commits on Apr 9, 2019
string: implement From<&String> for String
Show description for 08b0aca
jsgf
committed
08b0aca
View commit details
Copy full SHA for 08b0aca
Browse repository at this point
Commits on Apr 12, 2019
Fix convert module's documentation links
czipperz
committed
eba03d4
View commit details
Copy full SHA for eba03d4
Browse repository at this point
Commits on Apr 13, 2019
Remove dangling ` in Into documentation
czipperz
committed
6bf94cd
View commit details
Copy full SHA for 6bf94cd
Browse repository at this point
Remove broken links to self in Into documentation
czipperz
committed
b701d32
View commit details
Copy full SHA for b701d32
Browse repository at this point
Remove blank lines in AsRef documentation
czipperz
committed
4a33ece
View commit details
Copy full SHA for 4a33ece
Browse repository at this point
Reorder blank lines in AsMut documentation
czipperz
committed
27ff536
View commit details
Copy full SHA for 27ff536
Browse repository at this point
Escape &str in convert docs
czipperz
committed
1e48da6
View commit details
Copy full SHA for 1e48da6
Browse repository at this point
Commits on Apr 14, 2019
Fix stray ` in previous change
czipperz
committed
1f5d510
View commit details
Copy full SHA for 1f5d510
Browse repository at this point
Commits on May 10, 2019
Include expression to wait for to the span of Await
topecongiro
committed
c921aae
View commit details
Copy full SHA for c921aae
Browse repository at this point
Update ui test
topecongiro
committed
1ea7c5f
View commit details
Copy full SHA for 1ea7c5f
Browse repository at this point
Commits on May 12, 2019
Update rustc book CLI docs.
ehuss
committed
e392db6
View commit details
Copy full SHA for e392db6
Browse repository at this point
Commits on May 13, 2019
Move token tree related lexer state to a separate struct
Show description for d29f0d2
matklad
committed
d29f0d2
View commit details
Copy full SHA for d29f0d2
Browse repository at this point
move span and token to tt reader
matklad
committed
b91e0a3
View commit details
Copy full SHA for b91e0a3
Browse repository at this point
move raw span to tt reader
Show description for e249f2e
matklad
committed
e249f2e
View commit details
Copy full SHA for e249f2e
Browse repository at this point
Commits on May 14, 2019
Bump measureme dependency to 0.3
Show description for ea93215
wesleywiser
committed
ea93215
View commit details
Copy full SHA for ea93215
Browse repository at this point
README: Mention MSVC 2017+, not 2013(!)
Show description for 7171bd1
scottmcm
committed
7171bd1
View commit details
Copy full SHA for 7171bd1
Browse repository at this point
Use `Symbol` more in lint APIs
oli-obk
committed
1107158
View commit details
Copy full SHA for 1107158
Browse repository at this point
Commits on May 15, 2019
Move `box` from the stable keyword to unstable keywords list
Show description for 65d09ea
Pulkit07
committed
65d09ea
View commit details
Copy full SHA for 65d09ea
Browse repository at this point
Rollup merge of #59825 - jsgf:from-ref-string, r=sfackler
Show description for 3ed9c54
Centril
authored
3ed9c54
View commit details
Copy full SHA for 3ed9c54
Browse repository at this point
Rollup merge of #59923 - czipperz:fix-convert-doc-links, r=steveklabnik
Show description for c526a7c
Centril
authored
c526a7c
View commit details
Copy full SHA for c526a7c
Browse repository at this point
Rollup merge of #60691 - topecongiro:await-macro-span, r=Centril
Show description for 9952052
Centril
authored
9952052
View commit details
Copy full SHA for 9952052
Browse repository at this point
Rollup merge of #60763 - matklad:tt-parser, r=petrochenkov
Show description for 04ac4bf
Centril
authored
04ac4bf
View commit details
Copy full SHA for 04ac4bf
Browse repository at this point
Rollup merge of #60769 - ehuss:rustc-cli-docs, r=steveklabnik
Show description for a82b43d
Centril
authored
a82b43d
View commit details
Copy full SHA for a82b43d
Browse repository at this point
Rollup merge of #60811 - wesleywiser:bump_measureme, r=varkor
Show description for 7fc0f76
Centril
authored
7fc0f76
View commit details
Copy full SHA for 7fc0f76
Browse repository at this point
Rollup merge of #60816 - scottmcm:vcpp-download-link, r=alexcrichton
Show description for e43aff7
Centril
authored
e43aff7
View commit details
Copy full SHA for e43aff7
Browse repository at this point
Rollup merge of #60827 - oli-obk:late_symbol, r=nnethercote
Show description for e40f14a
Centril
authored
e40f14a
View commit details
Copy full SHA for e40f14a
Browse repository at this point
Rollup merge of #60851 - Pulkit07:issue60849, r=Centril
Show description for 9ad3d8f
Centril
authored
9ad3d8f
View commit details
Copy full SHA for 9ad3d8f
Browse repository at this point
You can’t perform that action at this time.