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.1k
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 15 pull requests
- #58770
#58770
Closed
Centril
wants to merge 33 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup
Centril/rust:rollup
Copy head branch name to clipboard
Conversation
Commits
33
(33)
Checks
Files changed
Closed
Rollup of 15 pull requests
#58770
Centril
wants to merge 33 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup
Centril/rust:rollup
Copy head branch name to clipboard
Commits
Commits on Feb 19, 2019
improve unused doc comment diagnostic reporting
Show description for d339468
euclio
committed
d339468
View commit details
Copy full SHA for d339468
Browse repository at this point
expand unused doc comment diagnostic
Show description for b5fadf0
euclio
committed
b5fadf0
View commit details
Copy full SHA for b5fadf0
Browse repository at this point
Commits on Feb 23, 2019
Fix an indexing error when using `x.py help`
varkor
committed
890ef48
View commit details
Copy full SHA for 890ef48
Browse repository at this point
move collapse and unindent docs passes earlier
euclio
committed
906ec8a
View commit details
Copy full SHA for 906ec8a
Browse repository at this point
merge early and late passes into single struct
euclio
committed
1536852
View commit details
Copy full SHA for 1536852
Browse repository at this point
Commits on Feb 24, 2019
Deny `async fn` in 2015 edition
Show description for 8300f51
cofibrant
committed
8300f51
View commit details
Copy full SHA for 8300f51
Browse repository at this point
Commits on Feb 25, 2019
Fix copy-pasted typo for read_string return value
shepmaster
committed
f1b88ab
View commit details
Copy full SHA for f1b88ab
Browse repository at this point
Commits on Feb 26, 2019
Update dlmalloc to 0.1.3
Jethro Beekman
committed
6c44bbb
View commit details
Copy full SHA for 6c44bbb
Browse repository at this point
Make `visit_clobber` panic-safe.
nnethercote
committed
eddd07c
View commit details
Copy full SHA for eddd07c
Browse repository at this point
Disable running several Stdio doctests
Show description for abd88a9
ipetkov
committed
abd88a9
View commit details
Copy full SHA for abd88a9
Browse repository at this point
update scoped_tls to 1.0
mh-mut-group
committed
5b97516
View commit details
Copy full SHA for 5b97516
Browse repository at this point
reduce repetitions of (n << amt) >> amt
kenta7777
committed
992694a
View commit details
Copy full SHA for 992694a
Browse repository at this point
update Cargo.lock
hellow554
committed
56fb287
View commit details
Copy full SHA for 56fb287
Browse repository at this point
Update string_cache_codegen to 0.4.2
taiki-e
committed
6375efc
View commit details
Copy full SHA for 6375efc
Browse repository at this point
Clarify `rotate_{left,right}` docs
Show description for 998896c
tbu-
committed
998896c
View commit details
Copy full SHA for 998896c
Browse repository at this point
Normalize the type Self resolves to in an impl
Show description for 9b4055b
Angelos Oikonomopoulos
committed
9b4055b
View commit details
Copy full SHA for 9b4055b
Browse repository at this point
Changing error message to reflect changes with the 2018 edition
Show description for c1f3d15
asettouf
committed
c1f3d15
View commit details
Copy full SHA for c1f3d15
Browse repository at this point
Add tracking issue for the unwind attribute.
Mark-Simulacrum
committed
f313bae
View commit details
Copy full SHA for f313bae
Browse repository at this point
Commits on Feb 27, 2019
Rollup merge of #57882 - euclio:unused-doc-attributes, r=estebank
Show description for 3ce3f9f
Centril
authored
3ce3f9f
View commit details
Copy full SHA for 3ce3f9f
Browse repository at this point
Rollup merge of #58075 - asettouf:master, r=varkor
Show description for 39034b8
Centril
authored
39034b8
View commit details
Copy full SHA for 39034b8
Browse repository at this point
Rollup merge of #58627 - euclio:rustdoc-pass-order, r=QuietMisdreavus
Show description for 6d30b58
Centril
authored
6d30b58
View commit details
Copy full SHA for 6d30b58
Browse repository at this point
Rollup merge of #58630 - nnethercote:fix-fold_clobber, r=petrochenkov
Show description for 5fc9621
Centril
authored
5fc9621
View commit details
Copy full SHA for 5fc9621
Browse repository at this point
Rollup merge of #58678 - doctorn:refuse-async-fn-2015-edition, r=varkor
Show description for 1179a5f
Centril
authored
1179a5f
View commit details
Copy full SHA for 1179a5f
Browse repository at this point
Rollup merge of #58680 - varkor:xpy-help-index-error, r=alexcrichton
Show description for 3dfd537
Centril
authored
3dfd537
View commit details
Copy full SHA for 3dfd537
Browse repository at this point
Rollup merge of #58703 - shepmaster:read_line_return, r=centril
Show description for 6438e4b
Centril
authored
6438e4b
View commit details
Copy full SHA for 6438e4b
Browse repository at this point
Rollup merge of #58744 - jethrogb:jb/dlmalloc-0.1.3, r=alexcrichton
Show description for 426f61e
Centril
authored
426f61e
View commit details
Copy full SHA for 426f61e
Browse repository at this point
Rollup merge of #58746 - ipetkov:std-process-docs, r=cramertj
Show description for bf807e9
Centril
authored
bf807e9
View commit details
Copy full SHA for bf807e9
Browse repository at this point
Rollup merge of #58748 - hellow554:scoped_tls, r=estebank
Show description for b7397fd
Centril
authored
b7397fd
View commit details
Copy full SHA for b7397fd
Browse repository at this point
Rollup merge of #58749 - kenta7777:reduce-repetition, r=oli-obk
Show description for b73a9fb
Centril
authored
b73a9fb
View commit details
Copy full SHA for b73a9fb
Browse repository at this point
Rollup merge of #58752 - taiki-e:update-string_cache_codegen, r=alexcrichton
Show description for ba4e15f
Centril
authored
ba4e15f
View commit details
Copy full SHA for ba4e15f
Browse repository at this point
Rollup merge of #58755 - tbu-:pr_doc_clarifyrotate, r=Centril
Show description for 8b460bf
Centril
authored
8b460bf
View commit details
Copy full SHA for 8b460bf
Browse repository at this point
Rollup merge of #58757 - aoikonomopoulos:issue-58212, r=oli-obk
Show description for 68b86b0
Centril
authored
68b86b0
View commit details
Copy full SHA for 68b86b0
Browse repository at this point
Rollup merge of #58761 - Mark-Simulacrum:add-feature-gate-unwind, r=Centril
Show description for 63b9207
Centril
authored
63b9207
View commit details
Copy full SHA for 63b9207
Browse repository at this point
You can’t perform that action at this time.