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.2k
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 12 pull requests
- #61736
#61736
Closed
Centril
wants to merge 38 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-pcbpexb
Centril/rust:rollup-pcbpexb
Copy head branch name to clipboard
Conversation
Commits
38
(38)
Checks
Files changed
Closed
Rollup of 12 pull requests
#61736
Centril
wants to merge 38 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-pcbpexb
Centril/rust:rollup-pcbpexb
Copy head branch name to clipboard
Commits
Commits on Jun 4, 2019
move intrinsics codegen tests into a seperate folder
lcnr
committed
e02f133
View commit details
Copy full SHA for e02f133
Browse repository at this point
improve test indentation
lcnr
committed
4c44d4a
View commit details
Copy full SHA for 4c44d4a
Browse repository at this point
Commits on Jun 5, 2019
Windows 10 SDK is also required now.
sfengyuan
authored
36601f6
View commit details
Copy full SHA for 36601f6
Browse repository at this point
Commits on Jun 7, 2019
rephrase
sfengyuan
authored
1cf662e
View commit details
Copy full SHA for 1cf662e
Browse repository at this point
Neutralize link
sfengyuan
authored
3d6070d
View commit details
Copy full SHA for 3d6070d
Browse repository at this point
Commits on Jun 8, 2019
Delete Rustbook step
Show description for 50e0c6c
Mark-Simulacrum
committed
50e0c6c
View commit details
Copy full SHA for 50e0c6c
Browse repository at this point
Delete unnecessary command
Mark-Simulacrum
committed
e70e9c4
View commit details
Copy full SHA for e70e9c4
Browse repository at this point
Inline prepare_tool_cmd
Show description for 0e64a94
Mark-Simulacrum
committed
0e64a94
View commit details
Copy full SHA for 0e64a94
Browse repository at this point
Make RemoteTestServer a bootstrap tool
Show description for 147246c
Mark-Simulacrum
committed
147246c
View commit details
Copy full SHA for 147246c
Browse repository at this point
Delete unused fields on Crate struct
Mark-Simulacrum
committed
b15cb0f
View commit details
Copy full SHA for b15cb0f
Browse repository at this point
Remove unnecessary Std dependency
Mark-Simulacrum
committed
e4c44c7
View commit details
Copy full SHA for e4c44c7
Browse repository at this point
Commits on Jun 9, 2019
is_fp and is_floating_point do the same thing, remove the former
Show description for 5b54a78
RalfJung
committed
5b54a78
View commit details
Copy full SHA for 5b54a78
Browse repository at this point
Commits on Jun 10, 2019
Azure: retry failed awscli installs
Show description for 41e976b
wesleywiser
committed
41e976b
View commit details
Copy full SHA for 41e976b
Browse repository at this point
librustc_errors: Add some more documentation
phansch
committed
e3516a1
View commit details
Copy full SHA for e3516a1
Browse repository at this point
Address review comments
Show description for 33137ff
phansch
and
Centril
committed
33137ff
View commit details
Copy full SHA for 33137ff
Browse repository at this point
make sure to_ascii_lowercase actually leaves upper-case non-ASCII characters alone
RalfJung
committed
7b97cf9
View commit details
Copy full SHA for 7b97cf9
Browse repository at this point
typeck: Fix const generic in repeat param ICE.
Show description for 9ed4674
davidtwco
committed
9ed4674
View commit details
Copy full SHA for 9ed4674
Browse repository at this point
core: use memcmp optimization for 128 bit integer slices
aschampion
committed
d3461bf
View commit details
Copy full SHA for d3461bf
Browse repository at this point
std: Remove internal definitions of `cfg_if!` macro
Show description for 8eb7f36
alexcrichton
committed
8eb7f36
View commit details
Copy full SHA for 8eb7f36
Browse repository at this point
syntax: Remove `SyntaxExtension::IdentTT` and `IdentMacroExpander`
petrochenkov
committed
97f4e70
View commit details
Copy full SHA for 97f4e70
Browse repository at this point
syntax: Remove `SyntaxExtension::MultiDecorator` and `MultiItemDecorator`
petrochenkov
committed
5a6ebec
View commit details
Copy full SHA for 5a6ebec
Browse repository at this point
syntax: Use `MultiItemModifier` for built-in derives
petrochenkov
committed
edb925a
View commit details
Copy full SHA for edb925a
Browse repository at this point
syntax: Remove `SyntaxExtension::DeclMacro`
Show description for 8edbbac
petrochenkov
committed
8edbbac
View commit details
Copy full SHA for 8edbbac
Browse repository at this point
syntax: Improve documentation of `SyntaxExtension`
petrochenkov
committed
0468eb6
View commit details
Copy full SHA for 0468eb6
Browse repository at this point
syntax: Rename variants of `SyntaxExtension` for consistency
petrochenkov
committed
93eb63c
View commit details
Copy full SHA for 93eb63c
Browse repository at this point
Use `for_each` in `Iterator::partition`
Show description for c127f53
cuviper
committed
c127f53
View commit details
Copy full SHA for c127f53
Browse repository at this point
Commits on Jun 11, 2019
Rollup merge of #61526 - lcnr:test_reorder, r=nikomatsakis
Show description for 042d67e
Centril
authored
042d67e
View commit details
Copy full SHA for 042d67e
Browse repository at this point
Rollup merge of #61550 - jacobsun:patch-1, r=alexcrichton
Show description for 68970f5
Centril
authored
68970f5
View commit details
Copy full SHA for 68970f5
Browse repository at this point
Rollup merge of #61606 - petrochenkov:legclean, r=pnkfelix
Show description for 0d3bf40
Centril
authored
0d3bf40
View commit details
Copy full SHA for 0d3bf40
Browse repository at this point
Rollup merge of #61639 - Mark-Simulacrum:bootstrap-cleanup, r=alexcrichton
Show description for f24ff55
Centril
authored
f24ff55
View commit details
Copy full SHA for f24ff55
Browse repository at this point
Rollup merge of #61686 - phansch:librustc_errors_docs, r=estebank
Show description for 2bb4820
Centril
authored
2bb4820
View commit details
Copy full SHA for 2bb4820
Browse repository at this point
Rollup merge of #61688 - RalfJung:is-floating-point, r=cramertj
Show description for 6968754
Centril
authored
6968754
View commit details
Copy full SHA for 6968754
Browse repository at this point
Rollup merge of #61698 - davidtwco:ice-const-generic-length, r=varkor
Show description for afa1902
Centril
authored
afa1902
View commit details
Copy full SHA for afa1902
Browse repository at this point
Rollup merge of #61707 - wesleywiser:awscli_retry, r=alexcrichton
Show description for 1a4002b
Centril
authored
1a4002b
View commit details
Copy full SHA for 1a4002b
Browse repository at this point
Rollup merge of #61715 - RalfJung:test-ascii-lowercase, r=varkor
Show description for 69b12cf
Centril
authored
69b12cf
View commit details
Copy full SHA for 69b12cf
Browse repository at this point
Rollup merge of #61720 - alexcrichton:libstd-cfg-if-dep, r=sfackler
Show description for c21a443
Centril
authored
c21a443
View commit details
Copy full SHA for c21a443
Browse repository at this point
Rollup merge of #61724 - aschampion:128-bit-memcmp, r=sfackler
Show description for a49121f
Centril
authored
a49121f
View commit details
Copy full SHA for a49121f
Browse repository at this point
Rollup merge of #61726 - cuviper:partition-for_each, r=scottmcm
Show description for 78f4e9c
Centril
authored
78f4e9c
View commit details
Copy full SHA for 78f4e9c
Browse repository at this point
You can’t perform that action at this time.