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 16 pull requests
- #60099
#60099
Closed
Centril
wants to merge 48 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-mkdox0z
Centril/rust:rollup-mkdox0z
Copy head branch name to clipboard
Conversation
Commits
48
(48)
Checks
Files changed
Closed
Rollup of 16 pull requests
#60099
Centril
wants to merge 48 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-mkdox0z
Centril/rust:rollup-mkdox0z
Copy head branch name to clipboard
Commits
Commits on Apr 13, 2019
Make clear that format padding doesn't work for Debug
Show description for 6225b31
sourcefrog
committed
6225b31
View commit details
Copy full SHA for 6225b31
Browse repository at this point
Commits on Apr 16, 2019
implement nth_back for Bytes
koalatux
committed
cc2689a
View commit details
Copy full SHA for cc2689a
Browse repository at this point
implement nth_back for Fuse
koalatux
committed
fae2a68
View commit details
Copy full SHA for fae2a68
Browse repository at this point
implement nth_back for Enumerate
koalatux
committed
2605537
View commit details
Copy full SHA for 2605537
Browse repository at this point
Commits on Apr 17, 2019
Remove unwanted z-index change
GuillaumeGomez
authored
4fed94b
View commit details
Copy full SHA for 4fed94b
Browse repository at this point
Correct E0392 diagnostic
varkor
committed
98f38b2
View commit details
Copy full SHA for 98f38b2
Browse repository at this point
Update rustfmt to 1.2.1
topecongiro
committed
ca19ffe
View commit details
Copy full SHA for ca19ffe
Browse repository at this point
Commits on Apr 18, 2019
whitelist rtm x86 cpu feature
mtak-
committed
365a48a
View commit details
Copy full SHA for 365a48a
Browse repository at this point
Point at try `?` on errors affecting the err match arm of the desugared code
estebank
committed
007b40b
View commit details
Copy full SHA for 007b40b
Browse repository at this point
Give custom error for E0277 on `?` error case
estebank
committed
1e99b2e
View commit details
Copy full SHA for 1e99b2e
Browse repository at this point
Simplify the returning of a Result a bit
janhohenheim
committed
379c541
View commit details
Copy full SHA for 379c541
Browse repository at this point
Use more realistic example for thread builder
Show description for be69785
matklad
authored
be69785
View commit details
Copy full SHA for be69785
Browse repository at this point
Update run-make PGO test to new commandline syntax.
michaelwoerister
committed
553ec5d
View commit details
Copy full SHA for 553ec5d
Browse repository at this point
Prefix PROFILER_SUPPORT and SANITIZER_SUPPORT test env vars with RUSTC_ to make things clearer.
michaelwoerister
committed
4269be3
View commit details
Copy full SHA for 4269be3
Browse repository at this point
compiletest: Allow for tests requiring profiler-rt or sanitizer-rt support.
michaelwoerister
committed
227be65
View commit details
Copy full SHA for 227be65
Browse repository at this point
Add codegen test that makes sure PGO instrumentation is emitted as expected.
michaelwoerister
committed
e2acaee
View commit details
Copy full SHA for e2acaee
Browse repository at this point
Fix small errors in docs for `rchunks_exact` and `rchunks_exact_mut`.
Show description for d98afc5
nathankleyn
committed
d98afc5
View commit details
Copy full SHA for d98afc5
Browse repository at this point
Use new `needs-(profiler|sanitizer)-support` compiletest directive to clean up some run-make tests.
michaelwoerister
committed
cc77087
View commit details
Copy full SHA for cc77087
Browse repository at this point
Update miri
TimDiekmann
committed
ae1f2b5
View commit details
Copy full SHA for ae1f2b5
Browse repository at this point
Update tests
varkor
committed
048ba28
View commit details
Copy full SHA for 048ba28
Browse repository at this point
Add a `header` method to `FnKind`
varkor
committed
faaab52
View commit details
Copy full SHA for faaab52
Browse repository at this point
Refactor some existing methods
varkor
committed
b13562a
View commit details
Copy full SHA for b13562a
Browse repository at this point
Feature gate async fn methods
varkor
committed
db13fe6
View commit details
Copy full SHA for db13fe6
Browse repository at this point
Add test for async fn methods feature gating
varkor
committed
b6888db
View commit details
Copy full SHA for b6888db
Browse repository at this point
Fix typo in variadic C function warning
varkor
committed
edce367
View commit details
Copy full SHA for edce367
Browse repository at this point
Change suggestion of field when not in self context
estebank
committed
04cf770
View commit details
Copy full SHA for 04cf770
Browse repository at this point
review comments: change wording
estebank
committed
9daeaa8
View commit details
Copy full SHA for 9daeaa8
Browse repository at this point
Fix additional variadic typos
varkor
committed
3dbe05f
View commit details
Copy full SHA for 3dbe05f
Browse repository at this point
Suggest appropriate path when calling associated item on bare types
Show description for 94e5ec1
estebank
committed
94e5ec1
View commit details
Copy full SHA for 94e5ec1
Browse repository at this point
Check async in trait methods
varkor
committed
bf0965c
View commit details
Copy full SHA for bf0965c
Browse repository at this point
Use -mergefunc-use-aliases for any LLVM >= 8
cuviper
committed
eed3619
View commit details
Copy full SHA for eed3619
Browse repository at this point
Remove the unused LLVMRustIsRustLLVM
cuviper
committed
a1099ae
View commit details
Copy full SHA for a1099ae
Browse repository at this point
Commits on Apr 19, 2019
Rollup merge of #59933 - sourcefrog:doc-fmt, r=shepmaster
Show description for f1a0b58
Centril
authored
f1a0b58
View commit details
Copy full SHA for f1a0b58
Browse repository at this point
Rollup merge of #60023 - koalatux:nth-back, r=scottmcm
Show description for fe13059
Centril
authored
fe13059
View commit details
Copy full SHA for fe13059
Browse repository at this point
Rollup merge of #60032 - rust-lang:remove-unwanted-z-index, r=QuietMisdreavus
Show description for 9e51030
Centril
authored
9e51030
View commit details
Copy full SHA for 9e51030
Browse repository at this point
Rollup merge of #60038 - michaelwoerister:pgo-updates-2, r=alexcrichton
Show description for f0be4e6
Centril
authored
f0be4e6
View commit details
Copy full SHA for f0be4e6
Browse repository at this point
Rollup merge of #60041 - jnferner:patch-1, r=shepmaster
Show description for 5e5bad3
Centril
authored
5e5bad3
View commit details
Copy full SHA for 5e5bad3
Browse repository at this point
Rollup merge of #60045 - estebank:suggest-std, r=petrochenkov
Show description for e343271
Centril
authored
e343271
View commit details
Copy full SHA for e343271
Browse repository at this point
Rollup merge of #60052 - varkor:unused-parameter-diagnostic, r=estebank
Show description for 5c4a713
Centril
authored
5c4a713
View commit details
Copy full SHA for 5c4a713
Browse repository at this point
Rollup merge of #60056 - topecongiro:rustfmt-1.2.1, r=alexcrichton
Show description for 1b4d6e8
Centril
authored
1b4d6e8
View commit details
Copy full SHA for 1b4d6e8
Browse repository at this point
Rollup merge of #60060 - mtak-:rtm-x86-feature, r=petrochenkov
Show description for 9eced3a
Centril
authored
9eced3a
View commit details
Copy full SHA for 9eced3a
Browse repository at this point
Rollup merge of #60061 - estebank:field-sugg, r=davidtwco
Show description for df13600
Centril
authored
df13600
View commit details
Copy full SHA for df13600
Browse repository at this point
Rollup merge of #60064 - estebank:issue-59980, r=varkor
Show description for cc6b2e1
Centril
authored
cc6b2e1
View commit details
Copy full SHA for cc6b2e1
Browse repository at this point
Rollup merge of #60078 - matklad:patch-1, r=shepmaster
Show description for 6c36023
Centril
authored
6c36023
View commit details
Copy full SHA for 6c36023
Browse repository at this point
Rollup merge of #60080 - nathankleyn:fix-issue-60068, r=Centril
Show description for a25bd1b
Centril
authored
a25bd1b
View commit details
Copy full SHA for a25bd1b
Browse repository at this point
Rollup merge of #60082 - TimDiekmann:master, r=RalfJung
Show description for 42996e1
Centril
authored
42996e1
View commit details
Copy full SHA for 42996e1
Browse repository at this point
Rollup merge of #60088 - varkor:async_await-method-feature-gate, r=cramertj
Show description for d6fd895
Centril
authored
d6fd895
View commit details
Copy full SHA for d6fd895
Browse repository at this point
Rollup merge of #60097 - cuviper:llvm8-mergefunc-use-aliases, r=rkruppe
Show description for bfc590d
Centril
authored
bfc590d
View commit details
Copy full SHA for bfc590d
Browse repository at this point
You can’t perform that action at this time.