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
15.9k
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 17 pull requests
- #58764
#58764
Closed
Centril
wants to merge 42 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup
Centril/rust:rollup
Copy head branch name to clipboard
Conversation
Commits
42
(42)
Checks
Files changed
Closed
Rollup of 17 pull requests
#58764
Centril
wants to merge 42 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
Commits on Feb 27, 2019
Rollup merge of #57882 - euclio:unused-doc-attributes, r=estebank
Show description for ad6a282
Centril
authored
ad6a282
View commit details
Copy full SHA for ad6a282
Browse repository at this point
Rollup merge of #58075 - asettouf:master, r=varkor
Show description for 1c93801
Centril
authored
1c93801
View commit details
Copy full SHA for 1c93801
Browse repository at this point
Rollup merge of #58627 - euclio:rustdoc-pass-order, r=QuietMisdreavus
Show description for bcaf49b
Centril
authored
bcaf49b
View commit details
Copy full SHA for bcaf49b
Browse repository at this point
Rollup merge of #58629 - euclio:debug-empty-str, r=alexcrichton
Show description for b5d757d
Centril
authored
b5d757d
View commit details
Copy full SHA for b5d757d
Browse repository at this point
Rollup merge of #58630 - nnethercote:fix-fold_clobber, r=petrochenkov
Show description for 66747ad
Centril
authored
66747ad
View commit details
Copy full SHA for 66747ad
Browse repository at this point
Rollup merge of #58678 - doctorn:refuse-async-fn-2015-edition, r=varkor
Show description for c734e24
Centril
authored
c734e24
View commit details
Copy full SHA for c734e24
Browse repository at this point
Rollup merge of #58680 - varkor:xpy-help-index-error, r=alexcrichton
Show description for a5074b1
Centril
authored
a5074b1
View commit details
Copy full SHA for a5074b1
Browse repository at this point
Rollup merge of #58703 - shepmaster:read_line_return, r=centril
Show description for 8940158
Centril
authored
8940158
View commit details
Copy full SHA for 8940158
Browse repository at this point
Rollup merge of #58744 - jethrogb:jb/dlmalloc-0.1.3, r=alexcrichton
Show description for 7ce570d
Centril
authored
7ce570d
View commit details
Copy full SHA for 7ce570d
Browse repository at this point
Rollup merge of #58746 - ipetkov:std-process-docs, r=cramertj
Show description for 69120f5
Centril
authored
69120f5
View commit details
Copy full SHA for 69120f5
Browse repository at this point
Rollup merge of #58748 - hellow554:scoped_tls, r=estebank
Show description for cc317ef
Centril
authored
cc317ef
View commit details
Copy full SHA for cc317ef
Browse repository at this point
Rollup merge of #58749 - kenta7777:reduce-repetition, r=oli-obk
Show description for 17f2f1e
Centril
authored
17f2f1e
View commit details
Copy full SHA for 17f2f1e
Browse repository at this point
Rollup merge of #58750 - TimDiekmann:master, r=oli-obk
Show description for af6b494
Centril
authored
af6b494
View commit details
Copy full SHA for af6b494
Browse repository at this point
Rollup merge of #58752 - taiki-e:update-string_cache_codegen, r=alexcrichton
Show description for 9f0f8a8
Centril
authored
9f0f8a8
View commit details
Copy full SHA for 9f0f8a8
Browse repository at this point
Rollup merge of #58755 - tbu-:pr_doc_clarifyrotate, r=Centril
Show description for e8123c6
Centril
authored
e8123c6
View commit details
Copy full SHA for e8123c6
Browse repository at this point
Rollup merge of #58757 - aoikonomopoulos:issue-58212, r=oli-obk
Show description for c4e077e
Centril
authored
c4e077e
View commit details
Copy full SHA for c4e077e
Browse repository at this point
Rollup merge of #58762 - petrochenkov:unwind, r=Mark-Simulacrum
Show description for 333c7dd
Centril
authored
333c7dd
View commit details
Copy full SHA for 333c7dd
Browse repository at this point
You can’t perform that action at this time.