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 10 pull requests
- #75684
#75684
Closed
tmandry
wants to merge 46 commits into
rust-lang:master
rust-lang/rust:master
from
tmandry:rollup-5zt8k3d
tmandry/rust:rollup-5zt8k3d
Copy head branch name to clipboard
Conversation
Commits
46
(46)
Checks
Files changed
Closed
Rollup of 10 pull requests
#75684
tmandry
wants to merge 46 commits into
rust-lang:master
rust-lang/rust:master
from
tmandry:rollup-5zt8k3d
tmandry/rust:rollup-5zt8k3d
Copy head branch name to clipboard
Commits
Commits on Aug 2, 2020
See also X-Link mem::{swap, take, replace}
Havvy
authored
e720f42
View commit details
Copy full SHA for e720f42
Browse repository at this point
docs(marker/copy): clarify that `&T` is also `Copy`
Show description for 7835c8c
janriemer
authored
7835c8c
View commit details
Copy full SHA for 7835c8c
Browse repository at this point
Commits on Aug 13, 2020
Fix documentation error
jack-champagne
committed
9b0f3d1
View commit details
Copy full SHA for 9b0f3d1
Browse repository at this point
Commits on Aug 16, 2020
docs(marker/copy): provide example for `&T` being `Copy`
Show description for a876b3d
janriemer
authored
a876b3d
View commit details
Copy full SHA for a876b3d
Browse repository at this point
rephrase: struct -> type
Show description for 43dec0e
janriemer
and
Joshua Nelson
authored
43dec0e
View commit details
Copy full SHA for 43dec0e
Browse repository at this point
add back emojis that have been removed accidentally
Show description for dce8644
2 people
authored and
Jan Riemer
committed
dce8644
View commit details
Copy full SHA for dce8644
Browse repository at this point
add empty line above code block
Show description for 9061da2
janriemer
and
poliorcetics
authored
9061da2
View commit details
Copy full SHA for 9061da2
Browse repository at this point
docs: add `derive` for struct
Show description for 56daf63
janriemer
and
poliorcetics
authored
56daf63
View commit details
Copy full SHA for 56daf63
Browse repository at this point
Commits on Aug 17, 2020
Add test demonstrating the issue.
jumbatm
committed
b0eb55a
View commit details
Copy full SHA for b0eb55a
Browse repository at this point
Fix stack overflow for recursive types.
Show description for db75313
jumbatm
committed
db75313
View commit details
Copy full SHA for db75313
Browse repository at this point
Actually introduce a cycle in Reffy test.
jumbatm
committed
154b74e
View commit details
Copy full SHA for 154b74e
Browse repository at this point
Remove unnecessary rebinding of def ids.
jumbatm
committed
a1fa4e0
View commit details
Copy full SHA for a1fa4e0
Browse repository at this point
Remove structural equiv check for Array const.
jumbatm
committed
80c2c80
View commit details
Copy full SHA for 80c2c80
Browse repository at this point
Reduce indentation by replacing match arm w/ early return.
jumbatm
committed
bca48ad
View commit details
Copy full SHA for bca48ad
Browse repository at this point
Don't memoize seen types.
Show description for 6c57de1
jumbatm
committed
6c57de1
View commit details
Copy full SHA for 6c57de1
Browse repository at this point
Avoid double hashset lookup.
Show description for 7708abb
jumbatm
and
lcnr
committed
7708abb
View commit details
Copy full SHA for 7708abb
Browse repository at this point
Also accept Refs for is_primitive_or_pointer
jumbatm
committed
1321a2d
View commit details
Copy full SHA for 1321a2d
Browse repository at this point
Wrap recursion in `ensure_sufficient_stack`.
jumbatm
committed
bc15dd6
View commit details
Copy full SHA for bc15dd6
Browse repository at this point
Move to intra doc links for keyword documentation
poliorcetics
committed
431a465
View commit details
Copy full SHA for 431a465
Browse repository at this point
Refactor `impl_for_type` into a separate function
jyn514
committed
a4995fc
View commit details
Copy full SHA for a4995fc
Browse repository at this point
Say `tcx.lang_items()` less
jyn514
committed
833bbb1
View commit details
Copy full SHA for 833bbb1
Browse repository at this point
Return all impls, not just the primary one
jyn514
committed
dae3a4f
View commit details
Copy full SHA for dae3a4f
Browse repository at this point
impl_for_type -> PrimitiveType::impls
jyn514
committed
c6ac860
View commit details
Copy full SHA for c6ac860
Browse repository at this point
Allow reusing the code in `collect_trait_impls`
jyn514
committed
3b1d2e3
View commit details
Copy full SHA for 3b1d2e3
Browse repository at this point
Use `impls` for intra doc links as well
jyn514
committed
1b74f04
View commit details
Copy full SHA for 1b74f04
Browse repository at this point
xpy fmt
jyn514
committed
2858074
View commit details
Copy full SHA for 2858074
Browse repository at this point
Commits on Aug 18, 2020
Add a test
jyn514
committed
7be824e
View commit details
Copy full SHA for 7be824e
Browse repository at this point
Capture output from threads spawned in tests
Show description for 38b920d
tmandry
committed
38b920d
View commit details
Copy full SHA for 38b920d
Browse repository at this point
rewrite old test so that its attributes are consistent with what we want in the language.
Show description for e24aa73
pnkfelix
committed
e24aa73
View commit details
Copy full SHA for e24aa73
Browse repository at this point
When building lint specs map for a given scope, check if forbid present on each insert.
Show description for 01e8e9f
pnkfelix
committed
01e8e9f
View commit details
Copy full SHA for 01e8e9f
Browse repository at this point
Regression test.
pnkfelix
committed
ef03a5d
View commit details
Copy full SHA for ef03a5d
Browse repository at this point
review suggestion: use existing defn rather than new intern call
Show description for 4ec4c4f
pnkfelix
and
petrochenkov
committed
4ec4c4f
View commit details
Copy full SHA for 4ec4c4f
Browse repository at this point
BTreeMap: check some invariants, avoid recursion in depth first search
ssomers
committed
8c4641b
View commit details
Copy full SHA for 8c4641b
Browse repository at this point
Add doc examples count for --show-coverage
GuillaumeGomez
committed
d9d84dc
View commit details
Copy full SHA for d9d84dc
Browse repository at this point
Update rustdoc-ui tests
GuillaumeGomez
committed
f957bae
View commit details
Copy full SHA for f957bae
Browse repository at this point
docs: add another `derive` for `Copy`able struct
Show description for 522d177
Jan Riemer
committed
522d177
View commit details
Copy full SHA for 522d177
Browse repository at this point
Rollup merge of #73379 - pnkfelix:issue-70819-disallow-override-forbid-in-same-scope, r=petrochenkov
Show description for 7ae6928
tmandry
authored
7ae6928
View commit details
Copy full SHA for 7ae6928
Browse repository at this point
Rollup merge of #75038 - rust-lang:Havvy-patch-1, r=steveklabnik
Show description for 3271a75
tmandry
authored
3271a75
View commit details
Copy full SHA for 3271a75
Browse repository at this point
Rollup merge of #75049 - janriemer:patch-1, r=poliorcetics
Show description for 36ac8ec
tmandry
authored
36ac8ec
View commit details
Copy full SHA for 36ac8ec
Browse repository at this point
Rollup merge of #75172 - tmandry:test-thread-capture, r=dtolnay
Show description for 03922c6
tmandry
authored
03922c6
View commit details
Copy full SHA for 03922c6
Browse repository at this point
Rollup merge of #75480 - ssomers:btree_check_invariant, r=Mark-Simulacrum
Show description for c0f429f
tmandry
authored
c0f429f
View commit details
Copy full SHA for c0f429f
Browse repository at this point
Rollup merge of #75499 - jack-champagne:jack-champagne/issue-75412, r=Dylan-DPC
Show description for 61e2369
tmandry
authored
61e2369
View commit details
Copy full SHA for 61e2369
Browse repository at this point
Rollup merge of #75554 - jumbatm:fix-clashing-extern-decl-overflow, r=lcnr
Show description for e6b2bd6
tmandry
authored
e6b2bd6
View commit details
Copy full SHA for e6b2bd6
Browse repository at this point
Rollup merge of #75646 - poliorcetics:intra-links-keywords, r=jyn514
Show description for c915685
tmandry
authored
c915685
View commit details
Copy full SHA for c915685
Browse repository at this point
Rollup merge of #75649 - jyn514:inherent-lang-impls, r=GuillaumeGomez
Show description for 198dce3
tmandry
authored
198dce3
View commit details
Copy full SHA for 198dce3
Browse repository at this point
Rollup merge of #75665 - GuillaumeGomez:doc-examples-coverage, r=jyn514
Show description for 5dc062e
tmandry
authored
5dc062e
View commit details
Copy full SHA for 5dc062e
Browse repository at this point
You can’t perform that action at this time.