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 12 pull requests
- #78804
#78804
Closed
JohnTitor
wants to merge 30 commits into
rust-lang:master
rust-lang/rust:master
from
JohnTitor:rollup-i1rc1vi
JohnTitor/rust:rollup-i1rc1vi
Copy head branch name to clipboard
Conversation
Commits
30
(30)
Checks
Files changed
Closed
Rollup of 12 pull requests
#78804
JohnTitor
wants to merge 30 commits into
rust-lang:master
rust-lang/rust:master
from
JohnTitor:rollup-i1rc1vi
JohnTitor/rust:rollup-i1rc1vi
Copy head branch name to clipboard
Commits
Commits on Jul 31, 2020
`#![deny(unsafe_op_in_unsafe_fn)]` in sys/hermit
maekawatoshiki
committed
7cae9e8
View commit details
Copy full SHA for 7cae9e8
Browse repository at this point
Commits on Aug 21, 2020
Revert "`#![deny(unsafe_op_in_unsafe_fn)]` in sys/hermit"
Show description for 3a46cca
maekawatoshiki
committed
3a46cca
View commit details
Copy full SHA for 3a46cca
Browse repository at this point
Add `#![allow(unsafe_op_in_unsafe_fn)]` in sys/hermit
maekawatoshiki
committed
d94258e
View commit details
Copy full SHA for d94258e
Browse repository at this point
Commits on Oct 8, 2020
Remove #![allow(unsafe_op_in_unsafe_fn)] except for mod.rs
maekawatoshiki
committed
14158f5
View commit details
Copy full SHA for 14158f5
Browse repository at this point
Commits on Oct 29, 2020
Allow using 1/2/3/4 for `x.py setup` options
Show description for 1e73724
jyn514
committed
1e73724
View commit details
Copy full SHA for 1e73724
Browse repository at this point
BTreeMap: document a curious assumption in test cases
ssomers
committed
be01d54
View commit details
Copy full SHA for be01d54
Browse repository at this point
Commits on Oct 30, 2020
Add LLVM upgrades from 7 to 10 to RELEASES.md
Show description for 5fb5707
glandium
committed
5fb5707
View commit details
Copy full SHA for 5fb5707
Browse repository at this point
Commits on Nov 4, 2020
Expand explanation of reverse_bits
kornelski
committed
340c94a
View commit details
Copy full SHA for 340c94a
Browse repository at this point
Commits on Nov 5, 2020
inliner: Copy unevaluated constants only after successful inlining
Show description for 6ca43ac
tmiasko
committed
6ca43ac
View commit details
Copy full SHA for 6ca43ac
Browse repository at this point
`deny(invalid_codeblock_attributes)`
jyn514
committed
9d9292c
View commit details
Copy full SHA for 9d9292c
Browse repository at this point
Add test
Nadrieril
committed
03f0ca0
View commit details
Copy full SHA for 03f0ca0
Browse repository at this point
Fix unreachable sub-branch detection
Show description for 25e272e
Nadrieril
committed
25e272e
View commit details
Copy full SHA for 25e272e
Browse repository at this point
Emit lints in the order in which they occur in the file.
Nadrieril
committed
107a29a
View commit details
Copy full SHA for 107a29a
Browse repository at this point
Commits on Nov 6, 2020
Intra-doc links for std::io::buffered
pitaj
committed
fe6dfcd
View commit details
Copy full SHA for fe6dfcd
Browse repository at this point
rustc_expand: use collect_bang helper instead of manual reimplementation
est31
committed
de2940f
View commit details
Copy full SHA for de2940f
Browse repository at this point
The renumber pass is long gone
Show description for dfa5e46
est31
committed
dfa5e46
View commit details
Copy full SHA for dfa5e46
Browse repository at this point
document HACKs
pitaj
committed
8d48e3b
View commit details
Copy full SHA for 8d48e3b
Browse repository at this point
Fixing Spelling Typos
ankushduacodes
committed
0af959d
View commit details
Copy full SHA for 0af959d
Browse repository at this point
Rollup merge of #74979 - maekawatoshiki:fix, r=Mark-Simulacrum
Show description for 69fe16a
JohnTitor
authored
69fe16a
View commit details
Copy full SHA for 69fe16a
Browse repository at this point
Rollup merge of #78006 - pitaj:master, r=jyn514
Show description for 0fce4ed
JohnTitor
authored
0fce4ed
View commit details
Copy full SHA for 0fce4ed
Browse repository at this point
Rollup merge of #78167 - Nadrieril:fix-76836_, r=varkor
Show description for 0b38da1
JohnTitor
authored
0b38da1
View commit details
Copy full SHA for 0b38da1
Browse repository at this point
Rollup merge of #78514 - jyn514:setup-number, r=Mark-Simulacrum
Show description for e50ab88
JohnTitor
authored
e50ab88
View commit details
Copy full SHA for e50ab88
Browse repository at this point
Rollup merge of #78538 - ssomers:btree_testing_rng, r=Mark-Simulacrum
Show description for 7c7005b
JohnTitor
authored
7c7005b
View commit details
Copy full SHA for 7c7005b
Browse repository at this point
Rollup merge of #78559 - glandium:release-notes, r=Mark-Simulacrum
Show description for 7bd17e3
JohnTitor
authored
7bd17e3
View commit details
Copy full SHA for 7bd17e3
Browse repository at this point
Rollup merge of #78730 - kornelski:not-inverse, r=Dylan-DPC
Show description for 4f818ab
JohnTitor
authored
4f818ab
View commit details
Copy full SHA for 4f818ab
Browse repository at this point
Rollup merge of #78760 - jyn514:deny-invalid-codeblocks, r=GuillaumeGomez
Show description for 4651507
JohnTitor
authored
4651507
View commit details
Copy full SHA for 4651507
Browse repository at this point
Rollup merge of #78771 - tmiasko:inline-consts, r=oli-obk
Show description for 821f92b
JohnTitor
authored
821f92b
View commit details
Copy full SHA for 821f92b
Browse repository at this point
Rollup merge of #78794 - est31:collect_bang, r=oli-obk
Show description for fc1aa2e
JohnTitor
authored
fc1aa2e
View commit details
Copy full SHA for fc1aa2e
Browse repository at this point
Rollup merge of #78795 - est31:node_id_assignment_doc_fix, r=oli-obk
Show description for 532330b
JohnTitor
authored
532330b
View commit details
Copy full SHA for 532330b
Browse repository at this point
Rollup merge of #78798 - ankushduacodes:fixing-typo, r=jonas-schievink
Show description for b7e8bef
JohnTitor
authored
b7e8bef
View commit details
Copy full SHA for b7e8bef
Browse repository at this point
You can’t perform that action at this time.