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 15 pull requests
- #77001
#77001
Closed
RalfJung
wants to merge 39 commits into
rust-lang:master
rust-lang/rust:master
from
RalfJung:rollup-q6srpkf
RalfJung/rust:rollup-q6srpkf
Copy head branch name to clipboard
Conversation
Commits
39
(39)
Checks
Files changed
Closed
Rollup of 15 pull requests
#77001
RalfJung
wants to merge 39 commits into
rust-lang:master
rust-lang/rust:master
from
RalfJung:rollup-q6srpkf
RalfJung/rust:rollup-q6srpkf
Copy head branch name to clipboard
Commits
Commits on Aug 10, 2020
Deny unsafe op in unsafe fns without the unsafe keyword, first part for std/thread
poliorcetics
committed
b1375cd
View commit details
Copy full SHA for b1375cd
Browse repository at this point
Finished documenting all unsafe op inside unsafe fn
poliorcetics
committed
3a22b21
View commit details
Copy full SHA for 3a22b21
Browse repository at this point
Commits on Aug 29, 2020
Improve some SAFETY comments following suggestions
poliorcetics
committed
ee289d2
View commit details
Copy full SHA for ee289d2
Browse repository at this point
Commits on Sep 18, 2020
Use intra-doc links in core/src/iter when possible
poliorcetics
committed
4675a31
View commit details
Copy full SHA for 4675a31
Browse repository at this point
Finish moving to intra doc links for std::sync
poliorcetics
committed
bffd211
View commit details
Copy full SHA for bffd211
Browse repository at this point
Fix broken link
poliorcetics
committed
982ec0d
View commit details
Copy full SHA for 982ec0d
Browse repository at this point
Fix broken link
poliorcetics
committed
b534d9f
View commit details
Copy full SHA for b534d9f
Browse repository at this point
Remove DeclareMethods
khyperia
committed
0bc405e
View commit details
Copy full SHA for 0bc405e
Browse repository at this point
Commits on Sep 20, 2020
Add a regression test for copy propagation miscompilation
tmiasko
committed
65edf54
View commit details
Copy full SHA for 65edf54
Browse repository at this point
Use as_nanos in bench.rs and base.rs
est31
committed
cebbd9f
View commit details
Copy full SHA for cebbd9f
Browse repository at this point
Use as_secs_f64 in profiling.rs
est31
committed
43193dc
View commit details
Copy full SHA for 43193dc
Browse repository at this point
Replace write_fmt with write!
Show description for 4bc0e55
est31
committed
4bc0e55
View commit details
Copy full SHA for 4bc0e55
Browse repository at this point
Add test for issue #34634
bugadani
committed
b2c5f99
View commit details
Copy full SHA for b2c5f99
Browse repository at this point
Use const_cstr macro in consts.rs
est31
committed
812ff66
View commit details
Copy full SHA for 812ff66
Browse repository at this point
Remove unused static_assert macro
est31
committed
c2dad1c
View commit details
Copy full SHA for c2dad1c
Browse repository at this point
Revert adding Atomic::from_mut.
Show description for 5ef1db3
m-ou-se
committed
5ef1db3
View commit details
Copy full SHA for 5ef1db3
Browse repository at this point
Fix accordingly to review
poliorcetics
committed
0e56b52
View commit details
Copy full SHA for 0e56b52
Browse repository at this point
use iter:: before free functions
poliorcetics
committed
08b85a6
View commit details
Copy full SHA for 08b85a6
Browse repository at this point
Add non-`unsafe` `.get_mut()` for `UnsafeCell`
Show description for 8169989
danielhenrymantilla
committed
8169989
View commit details
Copy full SHA for 8169989
Browse repository at this point
Replace unneeded `unsafe` calls to `.get()` with calls to `.get_mut()`
danielhenrymantilla
committed
5886c38
View commit details
Copy full SHA for 5886c38
Browse repository at this point
Fix nits
poliorcetics
committed
aaddcdb
View commit details
Copy full SHA for aaddcdb
Browse repository at this point
liballoc bench use imported path Bencher
Show description for d99bb9d
pickfire
authored
d99bb9d
View commit details
Copy full SHA for d99bb9d
Browse repository at this point
BTreeMap: extra testing unveiling mistakes in future PR
ssomers
committed
37ec045
View commit details
Copy full SHA for 37ec045
Browse repository at this point
Add sample defaults for config.toml
Show description for c9c8fb8
jyn514
committed
c9c8fb8
View commit details
Copy full SHA for c9c8fb8
Browse repository at this point
Commits on Sep 21, 2020
Rollup merge of #74225 - poliorcetics:std-thread-unsafe-op-in-unsafe-fn, r=joshtriplett
Show description for be347bc
RalfJung
authored
be347bc
View commit details
Copy full SHA for be347bc
Browse repository at this point
Rollup merge of #76628 - jyn514:default-config-files, r=Mark-Simulacrum
Show description for eb0f3dd
RalfJung
authored
eb0f3dd
View commit details
Copy full SHA for eb0f3dd
Browse repository at this point
Rollup merge of #76867 - poliorcetics:intra-doc-core-iter, r=jyn514
Show description for d93e2b6
RalfJung
authored
d93e2b6
View commit details
Copy full SHA for d93e2b6
Browse repository at this point
Rollup merge of #76868 - poliorcetics:intra-doc-std-sync, r=jyn514
Show description for a44e0b0
RalfJung
authored
a44e0b0
View commit details
Copy full SHA for a44e0b0
Browse repository at this point
Rollup merge of #76872 - khyperia:remove_declare_methods, r=eddyb
Show description for d79401c
RalfJung
authored
d79401c
View commit details
Copy full SHA for d79401c
Browse repository at this point
Rollup merge of #76936 - danielhenrymantilla:unsafecell_get_mut, r=RalfJung
Show description for 1f8ee01
RalfJung
authored
1f8ee01
View commit details
Copy full SHA for 1f8ee01
Browse repository at this point
Rollup merge of #76958 - est31:ns, r=oli-obk
Show description for fe325cc
RalfJung
authored
fe325cc
View commit details
Copy full SHA for fe325cc
Browse repository at this point
Rollup merge of #76959 - est31:write, r=oli-obk
Show description for 19c382a
RalfJung
authored
19c382a
View commit details
Copy full SHA for 19c382a
Browse repository at this point
Rollup merge of #76961 - bugadani:test-34634, r=Mark-Simulacrum
Show description for 18d1b1b
RalfJung
authored
18d1b1b
View commit details
Copy full SHA for 18d1b1b
Browse repository at this point
Rollup merge of #76962 - est31:const_cstr, r=oli-obk
Show description for 62a2e1f
RalfJung
authored
62a2e1f
View commit details
Copy full SHA for 62a2e1f
Browse repository at this point
Rollup merge of #76963 - est31:remove_static_assert, r=oli-obk
Show description for 7261beb
RalfJung
authored
7261beb
View commit details
Copy full SHA for 7261beb
Browse repository at this point
Rollup merge of #76967 - fusion-engineering-forks:revert-atomic-from-mut, r=kodrAus
Show description for 7d1cd3a
RalfJung
authored
7d1cd3a
View commit details
Copy full SHA for 7d1cd3a
Browse repository at this point
Rollup merge of #76977 - tmiasko:issue-76740, r=wesleywiser
Show description for ab68b8b
RalfJung
authored
ab68b8b
View commit details
Copy full SHA for ab68b8b
Browse repository at this point
Rollup merge of #76981 - pickfire:patch-5, r=Mark-Simulacrum
Show description for 5f47246
RalfJung
authored
5f47246
View commit details
Copy full SHA for 5f47246
Browse repository at this point
Rollup merge of #76983 - ssomers:btree_extra_test, r=Mark-Simulacrum
Show description for 6ef1377
RalfJung
authored
6ef1377
View commit details
Copy full SHA for 6ef1377
Browse repository at this point
You can’t perform that action at this time.