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.7k
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 10 pull requests
- #62991
#62991
Closed
Centril
wants to merge 27 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-anypj13
Centril/rust:rollup-anypj13
Copy head branch name to clipboard
Conversation
Commits
27
(27)
Checks
Files changed
Closed
Rollup of 10 pull requests
#62991
Centril
wants to merge 27 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-anypj13
Centril/rust:rollup-anypj13
Copy head branch name to clipboard
Commits
Commits on Jul 13, 2019
allow clippy::unreadable_literal in unicode tables
Show description for dee3d27
euclio
committed
dee3d27
View commit details
Copy full SHA for dee3d27
Browse repository at this point
Commits on Jul 15, 2019
rustc: compute `ty::layout::Niche`'s `available` on the fly.
eddyb
committed
8c050fc
View commit details
Copy full SHA for 8c050fc
Browse repository at this point
rustc_target: move abi::Niche from rustc::ty::layout.
eddyb
committed
dfbf464
View commit details
Copy full SHA for dfbf464
Browse repository at this point
rustc: precompute the largest Niche and store it in LayoutDetails.
eddyb
committed
88eced5
View commit details
Copy full SHA for 88eced5
Browse repository at this point
Commits on Jul 18, 2019
renamed `inner_deref` feature's `deref*()` methods `as_deref*()` as per discussion https://github.com/rust-lang/rust/issues/50264
Xandkeeper
authored and
JohnTitor
committed
d1aca3a
View commit details
Copy full SHA for d1aca3a
Browse repository at this point
fixed breaking changes
Xandkeeper
authored and
JohnTitor
committed
6a9d749
View commit details
Copy full SHA for 6a9d749
Browse repository at this point
Use DerefMut
JohnTitor
committed
f2a9721
View commit details
Copy full SHA for f2a9721
Browse repository at this point
Replace deref with as_deref
JohnTitor
committed
59634bc
View commit details
Copy full SHA for 59634bc
Browse repository at this point
Commits on Jul 19, 2019
Remove support for -Zlower-128bit-ops
Show description for 3427a14
bjorn3
committed
3427a14
View commit details
Copy full SHA for 3427a14
Browse repository at this point
Commits on Jul 20, 2019
Update compiler_builtins to 0.1.18
bjorn3
committed
e8a1e73
View commit details
Copy full SHA for e8a1e73
Browse repository at this point
Remove tests for -Zlower-128bit-ops
bjorn3
committed
93de733
View commit details
Copy full SHA for 93de733
Browse repository at this point
Remove vector fadd/fmul reduction workarounds
Show description for 6fae7db
nikic
committed
6fae7db
View commit details
Copy full SHA for 6fae7db
Browse repository at this point
Commits on Jul 22, 2019
code cleanup
bpangWR
committed
279c399
View commit details
Copy full SHA for 279c399
Browse repository at this point
Commits on Jul 23, 2019
Disable d32 on armv6 hf targets
nikic
committed
fe4cdd3
View commit details
Copy full SHA for fe4cdd3
Browse repository at this point
Initialize the MSP430 AsmParser if available
nikic
committed
71717b9
View commit details
Copy full SHA for 71717b9
Browse repository at this point
Commits on Jul 24, 2019
Attempt to fix backtrace tests on i686-msvc
Show description for 61b680b
alexcrichton
committed
61b680b
View commit details
Copy full SHA for 61b680b
Browse repository at this point
Commits on Jul 25, 2019
ci: gate toolstate repo pushes on the TOOLSTATE_PUBLISH envvar
Show description for b01b5b9
emilyalbini
committed
b01b5b9
View commit details
Copy full SHA for b01b5b9
Browse repository at this point
Rollup merge of #62084 - euclio:unicode-table-tweak, r=kennytm
Show description for b7b2a4c
Centril
authored
b7b2a4c
View commit details
Copy full SHA for b7b2a4c
Browse repository at this point
Rollup merge of #62421 - JohnTitor:U007D-master, r=alexcrichton
Show description for ba6436f
Centril
authored
ba6436f
View commit details
Copy full SHA for ba6436f
Browse repository at this point
Rollup merge of #62692 - eddyb:precompute-niches, r=oli-obk
Show description for 5c3e224
Centril
authored
5c3e224
View commit details
Copy full SHA for 5c3e224
Browse repository at this point
Rollup merge of #62801 - bjorn3:remove_lower_128bit_ops, r=alexcrichton
Show description for cf9b809
Centril
authored
cf9b809
View commit details
Copy full SHA for cf9b809
Browse repository at this point
Rollup merge of #62828 - nikic:fadd-mul-reductions, r=eddyb
Show description for 4188083
Centril
authored
4188083
View commit details
Copy full SHA for 4188083
Browse repository at this point
Rollup merge of #62862 - BaoshanPang:cleanup, r=alexcrichton
Show description for 62df824
Centril
authored
62df824
View commit details
Copy full SHA for 62df824
Browse repository at this point
Rollup merge of #62897 - alexcrichton:fix-i686-msvc-tests, r=pietroalbini
Show description for 76a0a81
Centril
authored
76a0a81
View commit details
Copy full SHA for 76a0a81
Browse repository at this point
Rollup merge of #62904 - nikic:arm-d32, r=alexcrichton
Show description for 5765a2b
Centril
authored
5765a2b
View commit details
Copy full SHA for 5765a2b
Browse repository at this point
Rollup merge of #62907 - nikic:msp430-asmparser, r=alexcrichton
Show description for 7273fa2
Centril
authored
7273fa2
View commit details
Copy full SHA for 7273fa2
Browse repository at this point
Rollup merge of #62970 - pietroalbini:fix-tools-builder, r=alexcrichton
Show description for 7218c9e
Centril
authored
7218c9e
View commit details
Copy full SHA for 7218c9e
Browse repository at this point
You can’t perform that action at this time.