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 12 pull requests
- #62271
#62271
Closed
Centril
wants to merge 32 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-0kmiua2
Centril/rust:rollup-0kmiua2
Copy head branch name to clipboard
Conversation
Commits
32
(32)
Checks
Files changed
Closed
Rollup of 12 pull requests
#62271
Centril
wants to merge 32 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-0kmiua2
Centril/rust:rollup-0kmiua2
Copy head branch name to clipboard
Commits
Commits on Jun 24, 2019
Add mention of VS 2019 in link error output.
crlf0710
committed
1e9e4b0
View commit details
Copy full SHA for 1e9e4b0
Browse repository at this point
Just switch to English linker output using environment variable when using msvc.
crlf0710
committed
19f8622
View commit details
Copy full SHA for 19f8622
Browse repository at this point
Commits on Jun 25, 2019
Adjust warning of -C extra-filename with -o.
ehuss
committed
9d798b7
View commit details
Copy full SHA for 9d798b7
Browse repository at this point
Commits on Jun 26, 2019
Use force_bits when casting from a pointer
pvdrz
committed
e1e95a8
View commit details
Copy full SHA for e1e95a8
Browse repository at this point
Commits on Jun 27, 2019
Added comment description.
crlf0710
committed
8339211
View commit details
Copy full SHA for 8339211
Browse repository at this point
Commits on Jun 28, 2019
Reorganize code for readabilty and fixed problem with type sizes
pvdrz
committed
7f1e160
View commit details
Copy full SHA for 7f1e160
Browse repository at this point
Commits on Jun 29, 2019
Use pointer size as the source size
pvdrz
committed
95bc720
View commit details
Copy full SHA for 95bc720
Browse repository at this point
Simplify control flow
pvdrz
committed
51793bd
View commit details
Copy full SHA for 51793bd
Browse repository at this point
Add missing links for TryFrom docs
GuillaumeGomez
committed
dfb9f5b
View commit details
Copy full SHA for dfb9f5b
Browse repository at this point
Add missing type urls in Into trait
GuillaumeGomez
committed
3e83728
View commit details
Copy full SHA for 3e83728
Browse repository at this point
Commits on Jun 30, 2019
Replace error by bug macro
pvdrz
committed
92c28bf
View commit details
Copy full SHA for 92c28bf
Browse repository at this point
Make sure `#[rustc_doc_only_macro]` and other rustc attributes are registered
petrochenkov
committed
0ffb643
View commit details
Copy full SHA for 0ffb643
Browse repository at this point
Feature gate `rustc` attributes harder
petrochenkov
committed
e4e7eb2
View commit details
Copy full SHA for e4e7eb2
Browse repository at this point
Improve box clone doctests to ensure the documentation is valid
czipperz
committed
fc70c37
View commit details
Copy full SHA for fc70c37
Browse repository at this point
Update mem::replace example to not be identical to mem::take
Show description for f7061db
czipperz
committed
f7061db
View commit details
Copy full SHA for f7061db
Browse repository at this point
Switch tracking issue for 'slice_patterns'.
Centril
committed
de00ae7
View commit details
Copy full SHA for de00ae7
Browse repository at this point
Update RLS to disable spurious client_find_definitions test
Show description for 639e03b
Xanewok
committed
639e03b
View commit details
Copy full SHA for 639e03b
Browse repository at this point
Commits on Jul 1, 2019
syntax: Unsupport `foo! bar { ... }` macros in the parser
Show description for 3f39dc1
petrochenkov
committed
3f39dc1
View commit details
Copy full SHA for 3f39dc1
Browse repository at this point
Address review comments
petrochenkov
committed
d0dc41a
View commit details
Copy full SHA for d0dc41a
Browse repository at this point
Clean up inherent_impls
Zoxc
committed
8d6b1d1
View commit details
Copy full SHA for 8d6b1d1
Browse repository at this point
Rollup merge of #62021 - crlf0710:msvc_link_output_improve, r=alexcrichton
Show description for 548132b
Centril
authored
548132b
View commit details
Copy full SHA for 548132b
Browse repository at this point
Rollup merge of #62128 - ehuss:extra-filename-warning, r=matthewjasper
Show description for f6b573c
Centril
authored
f6b573c
View commit details
Copy full SHA for f6b573c
Browse repository at this point
Rollup merge of #62133 - petrochenkov:norustc, r=eddyb
Show description for e590677
Centril
authored
e590677
View commit details
Copy full SHA for e590677
Browse repository at this point
Rollup merge of #62161 - GuillaumeGomez:add-missing-tryfrom-links, r=docs
Show description for 583c0ad
Centril
authored
583c0ad
View commit details
Copy full SHA for 583c0ad
Browse repository at this point
Rollup merge of #62186 - GuillaumeGomez:add-missing-type-links-into, r=docs
Show description for 8a9a02d
Centril
authored
8a9a02d
View commit details
Copy full SHA for 8a9a02d
Browse repository at this point
Rollup merge of #62229 - christianpoveda:intptrcast-explicit-casts, r=RalfJung
Show description for 9760229
Centril
authored
9760229
View commit details
Copy full SHA for 9760229
Browse repository at this point
Rollup merge of #62250 - czipperz:improve-box-clone-doctests, r=GuillaumeGomez
Show description for 56f2ac1
Centril
authored
56f2ac1
View commit details
Copy full SHA for 56f2ac1
Browse repository at this point
Rollup merge of #62252 - czipperz:change-mem-replace-doc-example, r=dtolnay
Show description for 631a58b
Centril
authored
631a58b
View commit details
Copy full SHA for 631a58b
Browse repository at this point
Rollup merge of #62255 - Centril:slice-patterns-change-issue, r=varkor
Show description for 1948fac
Centril
authored
1948fac
View commit details
Copy full SHA for 1948fac
Browse repository at this point
Rollup merge of #62258 - petrochenkov:idclean, r=Centril
Show description for 123c892
Centril
authored
123c892
View commit details
Copy full SHA for 123c892
Browse repository at this point
Rollup merge of #62259 - Xanewok:update-rls, r=Mark-Simulacrum
Show description for a46f705
Centril
authored
a46f705
View commit details
Copy full SHA for a46f705
Browse repository at this point
Rollup merge of #62268 - Zoxc:inherent_impls, r=eddyb
Show description for 0783a2d
Centril
authored
0783a2d
View commit details
Copy full SHA for 0783a2d
Browse repository at this point
You can’t perform that action at this time.