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.1k
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 7 pull requests
- #65670
#65670
Closed
Centril
wants to merge 40 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-ydvpvnr
Centril/rust:rollup-ydvpvnr
Copy head branch name to clipboard
Conversation
Commits
40
(40)
Checks
Files changed
Closed
Rollup of 7 pull requests
#65670
Centril
wants to merge 40 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-ydvpvnr
Centril/rust:rollup-ydvpvnr
Copy head branch name to clipboard
Commits
Commits on Oct 4, 2019
make is_power_of_two a const function
tspiteri
committed
a12788a
View commit details
Copy full SHA for a12788a
Browse repository at this point
Commits on Oct 11, 2019
Remove uses of `allow(unions_with_drop_fields)` in the standard library
SimonSapin
authored and
oli-obk
committed
0a08841
View commit details
Copy full SHA for 0a08841
Browse repository at this point
Remove most uses of `allow(unions_with_drop_fields)` in tests
SimonSapin
authored and
oli-obk
committed
84ca0a1
View commit details
Copy full SHA for 84ca0a1
Browse repository at this point
Change untagged_unions to not allow union fields with drop
Show description for 2f0c821
bluss
authored and
oli-obk
committed
2f0c821
View commit details
Copy full SHA for 2f0c821
Browse repository at this point
Remove unions_with_drop_fields lint
Show description for fe13bbd
SimonSapin
authored and
oli-obk
committed
fe13bbd
View commit details
Copy full SHA for fe13bbd
Browse repository at this point
Fixes #41073, it is no longer an ICE
SimonSapin
authored and
oli-obk
committed
e247a40
View commit details
Copy full SHA for e247a40
Browse repository at this point
Update src/librustc_typeck/check/mod.rs
Show description for 05a644e
2 people
authored and
oli-obk
committed
05a644e
View commit details
Copy full SHA for 05a644e
Browse repository at this point
Update src/librustc_typeck/check/mod.rs
Show description for 8c5ae86
2 people
authored and
oli-obk
committed
8c5ae86
View commit details
Copy full SHA for 8c5ae86
Browse repository at this point
Update src/librustc_typeck/error_codes.rs
Show description for 0301eaf
2 people
authored and
oli-obk
committed
0301eaf
View commit details
Copy full SHA for 0301eaf
Browse repository at this point
Update src/test/run-pass/union/union-nodrop.rs
Show description for bf25a9c
2 people
authored and
oli-obk
committed
bf25a9c
View commit details
Copy full SHA for bf25a9c
Browse repository at this point
More descriptive variable name
SimonSapin
authored and
oli-obk
committed
fc512d2
View commit details
Copy full SHA for fc512d2
Browse repository at this point
Extend union-nodrop.rs test
SimonSapin
authored and
oli-obk
committed
616cf52
View commit details
Copy full SHA for 616cf52
Browse repository at this point
rpass tests are now part of `ui` tests
oli-obk
committed
50ec10e
View commit details
Copy full SHA for 50ec10e
Browse repository at this point
Preserve originally intended test semantics
oli-obk
committed
9c1ad0f
View commit details
Copy full SHA for 9c1ad0f
Browse repository at this point
Prefer `ManuallyDrop::{take,new}` over `ptr::{read,write}`
oli-obk
committed
2fc257c
View commit details
Copy full SHA for 2fc257c
Browse repository at this point
Clarify a vague comment
oli-obk
committed
fb23a5c
View commit details
Copy full SHA for fb23a5c
Browse repository at this point
Ensure we do not treat all unions as not having any drop glue.
oli-obk
committed
7e1a65d
View commit details
Copy full SHA for 7e1a65d
Browse repository at this point
Update ui stderr
oli-obk
committed
f5669eb
View commit details
Copy full SHA for f5669eb
Browse repository at this point
Commits on Oct 17, 2019
Rebase fallout
oli-obk
committed
bb5a652
View commit details
Copy full SHA for bb5a652
Browse repository at this point
Commits on Oct 20, 2019
miri add write_bytes method to Memory doing bounds-checks and supporting iterators
RalfJung
committed
5719f57
View commit details
Copy full SHA for 5719f57
Browse repository at this point
also check the iterator is not too long
RalfJung
committed
50ddcbb
View commit details
Copy full SHA for 50ddcbb
Browse repository at this point
Commits on Oct 21, 2019
Remove unnecessary trait bounds from `keys::Keys`.
nnethercote
committed
77c50dc
View commit details
Copy full SHA for 77c50dc
Browse repository at this point
Remove unnecessary `Hash` bounds from various types.
nnethercote
committed
c3b3a86
View commit details
Copy full SHA for c3b3a86
Browse repository at this point
Don't silently do nothing on mis_use of `check_union_fields`
oli-obk
committed
0653694
View commit details
Copy full SHA for 0653694
Browse repository at this point
Report even duplilcate errors in case the feature gat is not active
oli-obk
committed
875bdd5
View commit details
Copy full SHA for 875bdd5
Browse repository at this point
keep the root dir clean from debugging
RalfJung
committed
55b787e
View commit details
Copy full SHA for 55b787e
Browse repository at this point
points the user away from the Allocation type and towards the Memory type
RalfJung
committed
d4b3654
View commit details
Copy full SHA for d4b3654
Browse repository at this point
remove write_repeat; it is subsumed by the new write_bytes
RalfJung
committed
f6d70b4
View commit details
Copy full SHA for f6d70b4
Browse repository at this point
Remove many unnecessary trait derivations.
nnethercote
committed
ac6daed
View commit details
Copy full SHA for ac6daed
Browse repository at this point
Fix typo from #65214
Amanieu
committed
3de7698
View commit details
Copy full SHA for 3de7698
Browse repository at this point
improve readability of is_power_of_two
tspiteri
committed
d689c70
View commit details
Copy full SHA for d689c70
Browse repository at this point
Remove `src/llvm-emscripten` submodule
Show description for c3e909f
alexcrichton
committed
c3e909f
View commit details
Copy full SHA for c3e909f
Browse repository at this point
expand comment
RalfJung
committed
ebc9a1a
View commit details
Copy full SHA for ebc9a1a
Browse repository at this point
Rollup merge of #62330 - SimonSapin:no-drop-in-union-fields, r=RalfJung
Show description for b1feb95
Centril
authored
b1feb95
View commit details
Copy full SHA for b1feb95
Browse repository at this point
Rollup merge of #65092 - tspiteri:const-is-pow2, r=oli-obk
Show description for ece5e58
Centril
authored
ece5e58
View commit details
Copy full SHA for ece5e58
Browse repository at this point
Rollup merge of #65501 - alexcrichton:remove-emscripten-backend, r=Mark-Simulacrum
Show description for 1f28401
Centril
authored
1f28401
View commit details
Copy full SHA for 1f28401
Browse repository at this point
Rollup merge of #65621 - RalfJung:write_bytes, r=oli-obk
Show description for 57205dd
Centril
authored
57205dd
View commit details
Copy full SHA for 57205dd
Browse repository at this point
Rollup merge of #65647 - nnethercote:rm-unnecessary-traits, r=Centril
Show description for 2cf747f
Centril
authored
2cf747f
View commit details
Copy full SHA for 2cf747f
Browse repository at this point
Rollup merge of #65653 - RalfJung:gitignore, r=Mark-Simulacrum,Centril
Show description for 811a573
Centril
authored
811a573
View commit details
Copy full SHA for 811a573
Browse repository at this point
Rollup merge of #65663 - Amanieu:typo, r=varkor
Show description for 644228d
Centril
authored
644228d
View commit details
Copy full SHA for 644228d
Browse repository at this point
You can’t perform that action at this time.