Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
compiler-errors
/
rust
Public
forked from
rust-lang/rust
Notifications
You must be signed in to change notification settings
Fork
0
Star
3
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
steffahn
Datepicker
All time
Commit History
Commits on Jan 25, 2024
Fix links to [strict|exposed] provenance sections of `[std|core]::ptr`
steffahn
committed
6a81ec3
Copy full SHA for 6a81ec3
Commits on Jan 23, 2024
Improve documentation for [A]Rc::into_inner
Show description for ab938b9
steffahn
committed
ab938b9
Copy full SHA for ab938b9
Commits on Jul 24, 2023
Hide `ToString` implementations that specialize the default ones
Show description for 3911a63
steffahn
committed
3911a63
Copy full SHA for 3911a63
Commits on Jul 20, 2023
Remove adjustments that used to be necessary for search's crate selector appearance (padding)
Show description for 2009b4a
steffahn
committed
2009b4a
Copy full SHA for 2009b4a
Commits on Mar 22, 2023
Stabilize `arc_into_inner` and `rc_into_inner`.
Show description for e8be3d2
steffahn
committed
e8be3d2
Copy full SHA for e8be3d2
Commits on Jan 21, 2023
Add Arc::into_inner for safely discarding Arcs without calling the destructor on the inner type.
Show description for 33696fa
steffahn
committed
33696fa
Copy full SHA for 33696fa
Commits on Sep 21, 2022
Bless test output changes
steffahn
committed
0776778
Copy full SHA for 0776778
Fix a typo in error message
steffahn
committed
696472a
Copy full SHA for 696472a
Commits on Aug 10, 2022
Two small improvements:
Show description for e957480
steffahn
authored and
GuillaumeGomez
committed
e957480
Copy full SHA for e957480
Improve crate selection on rustdoc search results page
Show description for 16bcc18
steffahn
authored and
GuillaumeGomez
committed
16bcc18
Copy full SHA for 16bcc18
Commits on Jul 21, 2022
Remove redundant lifetime bound from `impl Borrow for Cow`
Show description for c03d10c
steffahn
committed
c03d10c
Copy full SHA for c03d10c
Commits on Jul 18, 2022
Add `PhantomData` marker for dropck to `BTreeMap`
Show description for 110fdb6
steffahn
committed
110fdb6
Copy full SHA for 110fdb6
Commits on Jun 15, 2022
Test NLL fix of bad lifetime inference for reference captured in closure.
steffahn
committed
eb14dd8
Copy full SHA for eb14dd8
Commits on Jun 2, 2022
Improve documentation for constructors of pinned `Box`es
steffahn
committed
6e2ac5d
Copy full SHA for 6e2ac5d
Commits on Feb 20, 2022
Improve `unused_unsafe` lint
Show description for 8f8689f
steffahn
committed
8f8689f
Copy full SHA for 8f8689f
Commits on Feb 10, 2022
Remove further usage of `&hir::Map`
steffahn
committed
7eff2fe
Copy full SHA for 7eff2fe
Make all hir::Map methods consistently by-value
Show description for 89ac81a
steffahn
committed
89ac81a
Copy full SHA for 89ac81a
Commits on Feb 1, 2022
Fix two incorrect "it's"
steffahn
committed
63b12ae
Copy full SHA for 63b12ae
Commits on Jan 7, 2022
Also change PhantomData parameter of iter::Empty, and future::Pending
steffahn
committed
731bbae
Copy full SHA for 731bbae
Commits on Jan 6, 2022
change PhantomData type for BuildHasherDefault
steffahn
committed
a043acd
Copy full SHA for a043acd
remove unused ExtendDefault struct
steffahn
committed
d5d752a
Copy full SHA for d5d752a
Commits on Dec 14, 2021
Fix a bunch of typos
steffahn
committed
a957cef
Copy full SHA for a957cef
Commits on Dec 2, 2021
Add additional test from rust issue number 91068
steffahn
committed
51875e3
Copy full SHA for 51875e3
Commits on Sep 30, 2021
Remove an unnecessary use of unwrap_unchecked
Show description for 355c7e9
steffahn
authored and
c410-f3r
committed
355c7e9
Copy full SHA for 355c7e9
Improve previous commit
steffahn
committed
325025e
Copy full SHA for 325025e
Commits on Sep 25, 2021
Apply 16 commits (squashed)
Show description for 67065fe
steffahn
committed
67065fe
Copy full SHA for 67065fe
Commits on Sep 5, 2021
Mention usage of `const` in raw pointer types at the top of the keyword's documentation page.
steffahn
committed
5135d86
Copy full SHA for 5135d86
Additional aliases for pointers
steffahn
committed
2b69171
Copy full SHA for 2b69171
Commits on Sep 2, 2021
Consistent placement of doc alias for primitives below the `doc(primitive…)`
steffahn
committed
ab89c88
Copy full SHA for ab89c88
Add "!" doc alias for `std::ops::Not`
steffahn
committed
49c680a
Copy full SHA for 49c680a
Commits on Aug 24, 2021
Make explanations of cross-references between `make_mut` and `get_mut` more accurate
steffahn
committed
90354c7
Copy full SHA for 90354c7
Clarifiy weak pointers being diassociated…
Show description for 335bf7c
steffahn
and
Mark-Simulacrum
committed
335bf7c
Copy full SHA for 335bf7c
Also fix “a `OwningRef`”
steffahn
committed
6248dbc
Copy full SHA for 6248dbc
Also fix “a RwLock*”
steffahn
committed
b823dc1
Copy full SHA for b823dc1
Fix typo “a Rc” → “an Rc”
steffahn
committed
04fa1d8
Copy full SHA for 04fa1d8
Pagination
Previous
Next
You can’t perform that action at this time.