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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
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.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 8 pull requests
- #78176
#78176
Closed
JohnTitor
wants to merge 29 commits into
rust-lang:master
rust-lang/rust:master
from
JohnTitor:rollup-i4bhfly
JohnTitor/rust:rollup-i4bhfly
Copy head branch name to clipboard
Conversation
Commits
29
(29)
Checks
Files changed
Closed
Rollup of 8 pull requests
#78176
JohnTitor
wants to merge 29 commits into
rust-lang:master
rust-lang/rust:master
from
JohnTitor:rollup-i4bhfly
JohnTitor/rust:rollup-i4bhfly
Copy head branch name to clipboard
Commits
Commits on Oct 8, 2020
Add Pin::new_static.
m-ou-se
committed
64839ee
View commit details
Copy full SHA for 64839ee
Browse repository at this point
Make Pin::new_static const.
m-ou-se
committed
390883e
View commit details
Copy full SHA for 390883e
Browse repository at this point
Commits on Oct 12, 2020
Rename Pin::new_static to Pin::static_ref.
m-ou-se
committed
104c0f0
View commit details
Copy full SHA for 104c0f0
Browse repository at this point
Add Pin::static_mut.
m-ou-se
committed
2c71f68
View commit details
Copy full SHA for 2c71f68
Browse repository at this point
Commits on Oct 13, 2020
Reword safety guarantee of Pin::static_{ref,mut}.
Show description for f83446b
m-ou-se
and
petertodd
committed
f83446b
View commit details
Copy full SHA for f83446b
Browse repository at this point
Commits on Oct 15, 2020
Add missing `mut`.
Show description for df95dce
m-ou-se
and
dtolnay
authored
df95dce
View commit details
Copy full SHA for df95dce
Browse repository at this point
Commits on Oct 16, 2020
Haiku: explicitly set CMAKE_SYSTEM_NAME when cross-compiling
Show description for 7b652d3
nielx
committed
7b652d3
View commit details
Copy full SHA for 7b652d3
Browse repository at this point
Commits on Oct 17, 2020
Mark inout asm! operands as used in liveness pass
oliviacrain
committed
cc0b718
View commit details
Copy full SHA for cc0b718
Browse repository at this point
Treat InOut variables like other input variables
oliviacrain
committed
fd193f2
View commit details
Copy full SHA for fd193f2
Browse repository at this point
Commits on Oct 18, 2020
Improve wording of "cannot multiply" type error
Show description for 7b33ae6
camelid
committed
7b33ae6
View commit details
Copy full SHA for 7b33ae6
Browse repository at this point
BTreeMap: split off most code of remove and split_off
ssomers
committed
003516f
View commit details
Copy full SHA for 003516f
Browse repository at this point
Commits on Oct 19, 2020
rustdoc: Show the correct source filename, without `.html`
Show description for 48060f1
camelid
committed
48060f1
View commit details
Copy full SHA for 48060f1
Browse repository at this point
Mark InOut operands as used in RWU table with write_place
oliviacrain
committed
17c6c59
View commit details
Copy full SHA for 17c6c59
Browse repository at this point
Refactor liveness-issue-77915 to liveness-asm and improve tests
oliviacrain
committed
8f0bced
View commit details
Copy full SHA for 8f0bced
Browse repository at this point
remove what seems to be an outdated comment
Show description for cb33f95
RalfJung
committed
cb33f95
View commit details
Copy full SHA for cb33f95
Browse repository at this point
fix static_ptr_ty for foreign statics, and more comments in check_unsafety
RalfJung
committed
c1766c6
View commit details
Copy full SHA for c1766c6
Browse repository at this point
fix Rvalue::ty for ThreadLocalRef
RalfJung
committed
153e843
View commit details
Copy full SHA for 153e843
Browse repository at this point
Do not print braces again print_anon_const already does it
spastorino
committed
9dd0bb6
View commit details
Copy full SHA for 9dd0bb6
Browse repository at this point
Allow NtBlock to parse on check inline const next token
spastorino
committed
d641cb8
View commit details
Copy full SHA for d641cb8
Browse repository at this point
Add inline const macro test
spastorino
committed
dcd2d91
View commit details
Copy full SHA for dcd2d91
Browse repository at this point
Commits on Oct 20, 2020
Apply some review suggestions
camelid
committed
243c8e9
View commit details
Copy full SHA for 243c8e9
Browse repository at this point
Commits on Oct 21, 2020
Rollup merge of #77726 - fusion-engineering-forks:static-pin, r=dtolnay
Show description for 154acf0
JohnTitor
authored
154acf0
View commit details
Copy full SHA for 154acf0
Browse repository at this point
Rollup merge of #77976 - oliviacrain:issue-77915-fix, r=matthewjasper
Show description for 983299f
JohnTitor
authored
983299f
View commit details
Copy full SHA for 983299f
Browse repository at this point
Rollup merge of #78009 - nielx:fix/CMAKE_SYSTEM_NAME, r=Mark-Simulacrum
Show description for ec025ba
JohnTitor
authored
ec025ba
View commit details
Copy full SHA for ec025ba
Browse repository at this point
Rollup merge of #78056 - ssomers:btree_chop_up_1, r=dtolnay
Show description for 1e9e561
JohnTitor
authored
1e9e561
View commit details
Copy full SHA for 1e9e561
Browse repository at this point
Rollup merge of #78063 - camelid:improve-cannot-multiply-error, r=estebank
Show description for 76da0e2
JohnTitor
authored
76da0e2
View commit details
Copy full SHA for 76da0e2
Browse repository at this point
Rollup merge of #78094 - camelid:rustdoc-fix-source-title, r=jyn514
Show description for 0d3f068
JohnTitor
authored
0d3f068
View commit details
Copy full SHA for 0d3f068
Browse repository at this point
Rollup merge of #78101 - RalfJung:foreign-static, r=oli-obk
Show description for dbb36ab
JohnTitor
authored
dbb36ab
View commit details
Copy full SHA for dbb36ab
Browse repository at this point
Rollup merge of #78118 - spastorino:inline-const-followups, r=petrochenkov
Show description for 34c2223
JohnTitor
authored
34c2223
View commit details
Copy full SHA for 34c2223
Browse repository at this point
You can’t perform that action at this time.