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
17k
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 18 pull requests
- #58763
#58763
Closed
Centril
wants to merge 56 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup
Centril/rust:rollup
Copy head branch name to clipboard
Conversation
Commits
56
(56)
Checks
Files changed
Closed
Rollup of 18 pull requests
#58763
Centril
wants to merge 56 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
rust-lldb: fix crash when printing empty string
euclio
committed
b7d4f96
View commit details
Copy full SHA for b7d4f96
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
Make `Unique::as_ptr`, `NonNull::dangling` and `NonNull::cast` const
TimDiekmann
committed
b23fd43
View commit details
Copy full SHA for b23fd43
Browse repository at this point
update Cargo.lock
hellow554
committed
56fb287
View commit details
Copy full SHA for 56fb287
Browse repository at this point
Add `rustc_const_unstable` attribute
TimDiekmann
committed
2d62619
View commit details
Copy full SHA for 2d62619
Browse repository at this point
Add tests
TimDiekmann
committed
4839d8c
View commit details
Copy full SHA for 4839d8c
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
Satisfy tidy
TimDiekmann
committed
278cb91
View commit details
Copy full SHA for 278cb91
Browse repository at this point
Use `cfg_attr` to prevent duplication
TimDiekmann
committed
baea3c7
View commit details
Copy full SHA for baea3c7
Browse repository at this point
Use const eval instead of const fn
TimDiekmann
committed
c5f3830
View commit details
Copy full SHA for c5f3830
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
Mention `unwind(aborts)` in diagnostics for `#[unwind]`
Show description for 5d8fd8b
petrochenkov
committed
5d8fd8b
View commit details
Copy full SHA for 5d8fd8b
Browse repository at this point
Add a test for #10876
varkor
committed
6fd716d
View commit details
Copy full SHA for 6fd716d
Browse repository at this point
Add tests for #26448
varkor
committed
26e5fc3
View commit details
Copy full SHA for 26e5fc3
Browse repository at this point
Add a test for #26619
varkor
committed
d6448a4
View commit details
Copy full SHA for d6448a4
Browse repository at this point
Add a test for #44127
varkor
committed
eef9612
View commit details
Copy full SHA for eef9612
Browse repository at this point
Add a test for #44255
varkor
committed
ad6940d
View commit details
Copy full SHA for ad6940d
Browse repository at this point
Add a test for #46101
varkor
committed
4e5f780
View commit details
Copy full SHA for 4e5f780
Browse repository at this point
Add a test for #55731
varkor
committed
d76a632
View commit details
Copy full SHA for d76a632
Browse repository at this point
Add a test for #57781
varkor
committed
0b2f320
View commit details
Copy full SHA for 0b2f320
Browse repository at this point
Add a test for #22892
varkor
committed
41d4ec6
View commit details
Copy full SHA for 41d4ec6
Browse repository at this point
Add a test for #28587
varkor
committed
caa0799
View commit details
Copy full SHA for caa0799
Browse repository at this point
Add a test for #26577
varkor
committed
16f276b
View commit details
Copy full SHA for 16f276b
Browse repository at this point
Add a test for #27054
varkor
committed
79c2788
View commit details
Copy full SHA for 79c2788
Browse repository at this point
Update test for issue #55731
varkor
committed
5ab5747
View commit details
Copy full SHA for 5ab5747
Browse repository at this point
Commits on Feb 27, 2019
Rollup merge of #57882 - euclio:unused-doc-attributes, r=estebank
Show description for 03ab58d
Centril
authored
03ab58d
View commit details
Copy full SHA for 03ab58d
Browse repository at this point
Rollup merge of #58075 - asettouf:master, r=varkor
Show description for 5418e2a
Centril
authored
5418e2a
View commit details
Copy full SHA for 5418e2a
Browse repository at this point
Rollup merge of #58627 - euclio:rustdoc-pass-order, r=QuietMisdreavus
Show description for bcc7ec1
Centril
authored
bcc7ec1
View commit details
Copy full SHA for bcc7ec1
Browse repository at this point
Rollup merge of #58629 - euclio:debug-empty-str, r=alexcrichton
Show description for eac298a
Centril
authored
eac298a
View commit details
Copy full SHA for eac298a
Browse repository at this point
Rollup merge of #58630 - nnethercote:fix-fold_clobber, r=petrochenkov
Show description for 34baa82
Centril
authored
34baa82
View commit details
Copy full SHA for 34baa82
Browse repository at this point
Rollup merge of #58678 - doctorn:refuse-async-fn-2015-edition, r=varkor
Show description for 9c44efd
Centril
authored
9c44efd
View commit details
Copy full SHA for 9c44efd
Browse repository at this point
Rollup merge of #58680 - varkor:xpy-help-index-error, r=alexcrichton
Show description for 08e2d0d
Centril
authored
08e2d0d
View commit details
Copy full SHA for 08e2d0d
Browse repository at this point
Rollup merge of #58703 - shepmaster:read_line_return, r=centril
Show description for 11552e4
Centril
authored
11552e4
View commit details
Copy full SHA for 11552e4
Browse repository at this point
Rollup merge of #58743 - varkor:bulk-needstest-1, r=alexcrichton
Show description for b6e34a0
Centril
authored
b6e34a0
View commit details
Copy full SHA for b6e34a0
Browse repository at this point
Rollup merge of #58744 - jethrogb:jb/dlmalloc-0.1.3, r=alexcrichton
Show description for 372742b
Centril
authored
372742b
View commit details
Copy full SHA for 372742b
Browse repository at this point
Rollup merge of #58746 - ipetkov:std-process-docs, r=cramertj
Show description for 86f8f81
Centril
authored
86f8f81
View commit details
Copy full SHA for 86f8f81
Browse repository at this point
Rollup merge of #58748 - hellow554:scoped_tls, r=estebank
Show description for 0ac99f0
Centril
authored
0ac99f0
View commit details
Copy full SHA for 0ac99f0
Browse repository at this point
Rollup merge of #58749 - kenta7777:reduce-repetition, r=oli-obk
Show description for bd2dab8
Centril
authored
bd2dab8
View commit details
Copy full SHA for bd2dab8
Browse repository at this point
Rollup merge of #58750 - TimDiekmann:master, r=oli-obk
Show description for 4253413
Centril
authored
4253413
View commit details
Copy full SHA for 4253413
Browse repository at this point
Rollup merge of #58752 - taiki-e:update-string_cache_codegen, r=alexcrichton
Show description for a96150c
Centril
authored
a96150c
View commit details
Copy full SHA for a96150c
Browse repository at this point
Rollup merge of #58755 - tbu-:pr_doc_clarifyrotate, r=Centril
Show description for 5dacb01
Centril
authored
5dacb01
View commit details
Copy full SHA for 5dacb01
Browse repository at this point
Rollup merge of #58757 - aoikonomopoulos:issue-58212, r=oli-obk
Show description for 6743257
Centril
authored
6743257
View commit details
Copy full SHA for 6743257
Browse repository at this point
Rollup merge of #58762 - petrochenkov:unwind, r=Mark-Simulacrum
Show description for ae28eec
Centril
authored
ae28eec
View commit details
Copy full SHA for ae28eec
Browse repository at this point
You can’t perform that action at this time.