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 10 pull requests
- #69909
#69909
Closed
Centril
wants to merge 38 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-esj3279
Centril/rust:rollup-esj3279
Copy head branch name to clipboard
Conversation
Commits
38
(38)
Checks
Files changed
Closed
Rollup of 10 pull requests
#69909
Centril
wants to merge 38 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-esj3279
Centril/rust:rollup-esj3279
Copy head branch name to clipboard
Commits
Commits on Feb 22, 2020
Stabilize const for integer {to,from}_{be,le,ne}_bytes methods
Show description for d15a98b
tspiteri
committed
d15a98b
View commit details
Copy full SHA for d15a98b
Browse repository at this point
Commits on Feb 26, 2020
use unions instead of transmute and add const safety comments
tspiteri
committed
87f0dc6
View commit details
Copy full SHA for 87f0dc6
Browse repository at this point
Commits on Feb 29, 2020
mem::zeroed/uninit: panic on types that do not permit zero-initialization
RalfJung
committed
503026b
View commit details
Copy full SHA for 503026b
Browse repository at this point
reference tracking issue
RalfJung
committed
6fd909b
View commit details
Copy full SHA for 6fd909b
Browse repository at this point
use valid_range_exclusive for correct overflow handling
RalfJung
committed
d78c4aa
View commit details
Copy full SHA for d78c4aa
Browse repository at this point
test some more things that should not panic
RalfJung
committed
df6a3a0
View commit details
Copy full SHA for df6a3a0
Browse repository at this point
make it even more conservative, and note some FIXMEs
RalfJung
committed
b133d67
View commit details
Copy full SHA for b133d67
Browse repository at this point
fmt
RalfJung
committed
6e66f58
View commit details
Copy full SHA for 6e66f58
Browse repository at this point
we cannot short-circuit just becuase the Abi seems harmless
Show description for 729f4cd
RalfJung
committed
729f4cd
View commit details
Copy full SHA for 729f4cd
Browse repository at this point
clarify a comment in the test
RalfJung
committed
bfe593e
View commit details
Copy full SHA for bfe593e
Browse repository at this point
move panic intrinsic codegen to helper function
RalfJung
committed
7c84e45
View commit details
Copy full SHA for 7c84e45
Browse repository at this point
move pattern to fn argument
RalfJung
committed
a09c33e
View commit details
Copy full SHA for a09c33e
Browse repository at this point
Use TypeRelating for instantiating query responses
matthewjasper
committed
cbf5f7d
View commit details
Copy full SHA for cbf5f7d
Browse repository at this point
Commits on Mar 2, 2020
const forget tests
Dodo
committed
011fa91
View commit details
Copy full SHA for 011fa91
Browse repository at this point
An enter as last character pleases tidy it seems
Dodo
committed
5f4af54
View commit details
Copy full SHA for 5f4af54
Browse repository at this point
remove unused mut, restructure the test
Dodo
committed
a674e1c
View commit details
Copy full SHA for a674e1c
Browse repository at this point
Commits on Mar 8, 2020
constify `mem::discriminant`
lcnr
committed
6d03bbd
View commit details
Copy full SHA for 6d03bbd
Browse repository at this point
prevent potential promotion in const_discriminant
lcnr
committed
22f2385
View commit details
Copy full SHA for 22f2385
Browse repository at this point
test discriminant of enum with uninhabited variant
lcnr
committed
6bbb9b8
View commit details
Copy full SHA for 6bbb9b8
Browse repository at this point
allow dead code in discriminant test
lcnr
committed
4b724e8
View commit details
Copy full SHA for 4b724e8
Browse repository at this point
Commits on Mar 9, 2020
discrimant test must not be inlined!
lcnr
committed
314da73
View commit details
Copy full SHA for 314da73
Browse repository at this point
Commits on Mar 10, 2020
fix #62456
YI
committed
906bb8d
View commit details
Copy full SHA for 906bb8d
Browse repository at this point
fix test failure due to earlier emitted error
YI
committed
0a0c850
View commit details
Copy full SHA for 0a0c850
Browse repository at this point
VariantSizeDifferences: bail on SizeOverflow
Centril
committed
9263cbb
View commit details
Copy full SHA for 9263cbb
Browse repository at this point
explain the use of a custom identity function
lcnr
committed
7b3e3ff
View commit details
Copy full SHA for 7b3e3ff
Browse repository at this point
Matrix::push: recursively expand or-patterns
Centril
committed
4d16c21
View commit details
Copy full SHA for 4d16c21
Browse repository at this point
Make Point `Copy` in arithmetic documentation
Show description for 69aaed8
skade
and
shepmaster
committed
69aaed8
View commit details
Copy full SHA for 69aaed8
Browse repository at this point
parse: Tweak the function parameter edition check
Show description for 6b27e8d
petrochenkov
committed
6b27e8d
View commit details
Copy full SHA for 6b27e8d
Browse repository at this point
Commits on Mar 11, 2020
Rollup merge of #66059 - RalfJung:panic-on-non-zero, r=eddyb
Show description for c6a6a66
Centril
authored
c6a6a66
View commit details
Copy full SHA for c6a6a66
Browse repository at this point
Rollup merge of #69373 - tspiteri:const_int_conversion, r=oli-obk
Show description for 7ef49a3
Centril
authored
7ef49a3
View commit details
Copy full SHA for 7ef49a3
Browse repository at this point
Rollup merge of #69591 - matthewjasper:query-response-relate, r=nikomatsakis
Show description for bf1f7c9
Centril
authored
bf1f7c9
View commit details
Copy full SHA for bf1f7c9
Browse repository at this point
Rollup merge of #69645 - DutchGhost:const-forget-tests, r=Dylan-DPC
Show description for 597d30c
Centril
authored
597d30c
View commit details
Copy full SHA for 597d30c
Browse repository at this point
Rollup merge of #69766 - skade:make-point-copy-in-add-documentation, r=shepmaster
Show description for deb6efc
Centril
authored
deb6efc
View commit details
Copy full SHA for deb6efc
Browse repository at this point
Rollup merge of #69825 - lcnr:discriminant, r=oli-obk
Show description for 07dd9fc
Centril
authored
07dd9fc
View commit details
Copy full SHA for 07dd9fc
Browse repository at this point
Rollup merge of #69859 - contrun:fix-62456, r=matthewjasper
Show description for b024bbc
Centril
authored
b024bbc
View commit details
Copy full SHA for b024bbc
Browse repository at this point
Rollup merge of #69881 - Centril:fix-69485, r=oli-obk
Show description for 8e011e8
Centril
authored
8e011e8
View commit details
Copy full SHA for 8e011e8
Browse repository at this point
Rollup merge of #69891 - Centril:fix-69875, r=varkor
Show description for 63464c2
Centril
authored
63464c2
View commit details
Copy full SHA for 63464c2
Browse repository at this point
Rollup merge of #69896 - petrochenkov:reqname2, r=Centril
Show description for 4e34e15
Centril
authored
4e34e15
View commit details
Copy full SHA for 4e34e15
Browse repository at this point
You can’t perform that action at this time.