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
Accelerator
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 }}
hkBst
/
reference
Public
forked from
rust-lang/reference
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
reference
src
types
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 20, 2022
Merge pull request #1223 from blldce/blldce-patch-1
Show description for a7cdac3
ehuss
authored
a7cdac3
View commit details
Copy full SHA for a7cdac3
View code at this point
Browse repository at this point
Clarify wording for references.
Ceyhun ERTURK
authored and
ehuss
committed
e2ac66c
View commit details
Copy full SHA for e2ac66c
View code at this point
Browse repository at this point
Commits on Jul 21, 2022
Remove uses of the phrase "in Rust"
Show description for ece3e18
pierwill
committed
ece3e18
View commit details
Copy full SHA for ece3e18
View code at this point
Browse repository at this point
Commits on Jul 17, 2022
update union field type rules
RalfJung
committed
969e45e
View commit details
Copy full SHA for 969e45e
View code at this point
Browse repository at this point
Commits on Nov 27, 2021
Say that bare trait objects are rejected in the 2021 edition
mattheww
committed
364066f
View commit details
Copy full SHA for 364066f
View code at this point
Browse repository at this point
Commits on Jul 26, 2021
disambiguate sentence
Show description for e4833e4
kklibo
authored and
ehuss
committed
e4833e4
View commit details
Copy full SHA for e4833e4
View code at this point
Browse repository at this point
clean up grammar in 'slice types'
kklibo
authored and
ehuss
committed
5ae4a38
View commit details
Copy full SHA for 5ae4a38
View code at this point
Browse repository at this point
Commits on Jul 21, 2021
Remove incorrect apostrophe
Show description for 80f4867
carols10cents
authored
80f4867
View commit details
Copy full SHA for 80f4867
View code at this point
Browse repository at this point
Commits on Jul 8, 2021
Clarify closure capture modes slightly
jonas-schievink
committed
9f10621
View commit details
Copy full SHA for 9f10621
View code at this point
Browse repository at this point
Commits on May 28, 2021
Merge pull request #1011 from ehuss/hrtb-rearrange
Show description for 8bd12af
matthewjasper
authored
8bd12af
View commit details
Copy full SHA for 8bd12af
View code at this point
Browse repository at this point
Commits on May 20, 2021
use "argument", "parameter" more consistently
Show description for 94085bb
tlyu
committed
94085bb
View commit details
Copy full SHA for 94085bb
View code at this point
Browse repository at this point
address PR feedback
tlyu
committed
1a2f82e
View commit details
Copy full SHA for 1a2f82e
View code at this point
Browse repository at this point
Commits on May 6, 2021
impl-trait: condense return type examples
Show description for 4531218
tlyu
committed
4531218
View commit details
Copy full SHA for 4531218
View code at this point
Browse repository at this point
impl-trait: generics vs `impl Trait` as return
Show description for ec1ee92
tlyu
committed
ec1ee92
View commit details
Copy full SHA for ec1ee92
View code at this point
Browse repository at this point
impl-trait: don't talk about future Rust
Show description for 48d970e
tlyu
committed
48d970e
View commit details
Copy full SHA for 48d970e
View code at this point
Browse repository at this point
impl-trait: less update-y; more reference-y
Show description for d9264ab
tlyu
committed
d9264ab
View commit details
Copy full SHA for d9264ab
View code at this point
Browse repository at this point
Fix typo(impl-trait)
Show description for 999a143
tlyu
committed
999a143
View commit details
Copy full SHA for 999a143
View code at this point
Browse repository at this point
Update impl-trait from edition-guide
Show description for ed438b9
tlyu
committed
ed438b9
View commit details
Copy full SHA for ed438b9
View code at this point
Browse repository at this point
Commits on May 1, 2021
Rearrange HRTB grammar.
ehuss
committed
33784fa
View commit details
Copy full SHA for 33784fa
View code at this point
Browse repository at this point
Commits on Apr 4, 2021
Merge pull request #993 from Havvy/pointer-addr-of
Show description for 942a7ab
ehuss
authored
942a7ab
View commit details
Copy full SHA for 942a7ab
View code at this point
Browse repository at this point
Commits on Mar 26, 2021
Mention ptr::addr_of(_mut) on raw pointers section
Havvy
committed
4664361
View commit details
Copy full SHA for 4664361
View code at this point
Browse repository at this point
One sentence is one line: Pointer types
Havvy
committed
31c2aa2
View commit details
Copy full SHA for 31c2aa2
View code at this point
Browse repository at this point
Commits on Mar 25, 2021
Tuple passover
Show description for ff6c3dc
Havvy
committed
ff6c3dc
View commit details
Copy full SHA for ff6c3dc
View code at this point
Browse repository at this point
Commits on Mar 17, 2021
One Sentence One Line: Tuple Type
Havvy
committed
70f318f
View commit details
Copy full SHA for 70f318f
View code at this point
Browse repository at this point
Commits on Feb 14, 2021
Remove enum variant expression page
Show description for d8cbe4e
Havvy
committed
d8cbe4e
View commit details
Copy full SHA for d8cbe4e
View code at this point
Browse repository at this point
Commits on Jan 26, 2021
Document inherent bool op expr evaluation
Havvy
committed
1804726
View commit details
Copy full SHA for 1804726
View code at this point
Browse repository at this point
Commits on Jan 23, 2021
Referencify the boolean type chapter.
Show description for a1a711e
Havvy
committed
a1a711e
View commit details
Copy full SHA for a1a711e
View code at this point
Browse repository at this point
Commits on Jan 13, 2021
Update grammar for parser unification.
ehuss
committed
761ad77
View commit details
Copy full SHA for 761ad77
View code at this point
Browse repository at this point
Commits on Jan 10, 2021
Fix footnotes.
ehuss
committed
8a98437
View commit details
Copy full SHA for 8a98437
View code at this point
Browse repository at this point
Commits on Jan 8, 2021
Fix formatting in the tuple section
jyn514
committed
97ed23e
View commit details
Copy full SHA for 97ed23e
View code at this point
Browse repository at this point
Commits on Dec 19, 2020
Update unions for safe ManuallyDrop assignment.
ehuss
committed
cd996a4
View commit details
Copy full SHA for cd996a4
View code at this point
Browse repository at this point
Commits on Nov 12, 2020
Merge pull request #899 from Havvy/tuple
Show description for a7de763
ehuss
authored
a7de763
View commit details
Copy full SHA for a7de763
View code at this point
Browse repository at this point
Commits on Nov 5, 2020
Referencify tuples
Show description for ff68c99
Havvy
committed
ff68c99
View commit details
Copy full SHA for ff68c99
View code at this point
Browse repository at this point
Commits on Oct 18, 2020
mention how unions interact with dropping
RalfJung
committed
0c8df59
View commit details
Copy full SHA for 0c8df59
View code at this point
Browse repository at this point
Commits on Sep 15, 2020
Trim trailing whitespace and ensure files end with a newline.
ehuss
committed
b2d1124
View commit details
Copy full SHA for b2d1124
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.