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 15 pull requests
- #60101
#60101
Closed
Centril
wants to merge 39 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-zmi4r8m
Centril/rust:rollup-zmi4r8m
Copy head branch name to clipboard
Conversation
Commits
39
(39)
Checks
Files changed
Closed
Rollup of 15 pull requests
#60101
Centril
wants to merge 39 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-zmi4r8m
Centril/rust:rollup-zmi4r8m
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
Implement event filtering for self-profiler.
michaelwoerister
committed
08efbac
View commit details
Copy full SHA for 08efbac
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
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
libcore: deny more...
Centril
committed
dbfbade
View commit details
Copy full SHA for dbfbade
Browse repository at this point
Commits on Apr 19, 2019
Rollup merge of #59915 - michaelwoerister:sp-event-filters-1, r=wesleywiser
Show description for 8286299
Centril
authored
8286299
View commit details
Copy full SHA for 8286299
Browse repository at this point
Rollup merge of #59933 - sourcefrog:doc-fmt, r=shepmaster
Show description for 419b217
Centril
authored
419b217
View commit details
Copy full SHA for 419b217
Browse repository at this point
Rollup merge of #60023 - koalatux:nth-back, r=scottmcm
Show description for 47f14f7
Centril
authored
47f14f7
View commit details
Copy full SHA for 47f14f7
Browse repository at this point
Rollup merge of #60032 - rust-lang:remove-unwanted-z-index, r=QuietMisdreavus
Show description for af65b60
Centril
authored
af65b60
View commit details
Copy full SHA for af65b60
Browse repository at this point
Rollup merge of #60038 - michaelwoerister:pgo-updates-2, r=alexcrichton
Show description for ecb9edf
Centril
authored
ecb9edf
View commit details
Copy full SHA for ecb9edf
Browse repository at this point
Rollup merge of #60041 - jnferner:patch-1, r=shepmaster
Show description for e708645
Centril
authored
e708645
View commit details
Copy full SHA for e708645
Browse repository at this point
Rollup merge of #60052 - varkor:unused-parameter-diagnostic, r=estebank
Show description for 944a740
Centril
authored
944a740
View commit details
Copy full SHA for 944a740
Browse repository at this point
Rollup merge of #60056 - topecongiro:rustfmt-1.2.1, r=alexcrichton
Show description for eb95caa
Centril
authored
eb95caa
View commit details
Copy full SHA for eb95caa
Browse repository at this point
Rollup merge of #60060 - mtak-:rtm-x86-feature, r=petrochenkov
Show description for a667ae6
Centril
authored
a667ae6
View commit details
Copy full SHA for a667ae6
Browse repository at this point
Rollup merge of #60064 - estebank:issue-59980, r=varkor
Show description for fc33206
Centril
authored
fc33206
View commit details
Copy full SHA for fc33206
Browse repository at this point
Rollup merge of #60078 - matklad:patch-1, r=shepmaster
Show description for 54b4a44
Centril
authored
54b4a44
View commit details
Copy full SHA for 54b4a44
Browse repository at this point
Rollup merge of #60080 - nathankleyn:fix-issue-60068, r=Centril
Show description for 90c59c9
Centril
authored
90c59c9
View commit details
Copy full SHA for 90c59c9
Browse repository at this point
Rollup merge of #60082 - TimDiekmann:master, r=RalfJung
Show description for 69a3822
Centril
authored
69a3822
View commit details
Copy full SHA for 69a3822
Browse repository at this point
Rollup merge of #60097 - cuviper:llvm8-mergefunc-use-aliases, r=rkruppe
Show description for 39ab46a
Centril
authored
39ab46a
View commit details
Copy full SHA for 39ab46a
Browse repository at this point
Rollup merge of #60098 - Centril:libcore-deny-more, r=varkor
Show description for 0a5fe40
Centril
authored
0a5fe40
View commit details
Copy full SHA for 0a5fe40
Browse repository at this point
You can’t perform that action at this time.