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 }}
bussmann66
/
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
expressions
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 14, 2024
Avoid the use of overflowing_literals in the examples
Show description for bb6f41b
ehuss
committed
bb6f41b
View commit details
Copy full SHA for bb6f41b
View code at this point
Browse repository at this point
Update example for changes in float behavior
ehuss
committed
4226cec
View commit details
Copy full SHA for 4226cec
View code at this point
Browse repository at this point
Add examples to clarify the casting rules
emilk
authored and
ehuss
committed
e5d0d53
View commit details
Copy full SHA for e5d0d53
View code at this point
Browse repository at this point
Commits on Aug 29, 2024
Switch warnings from div to blockquote admonitions
Show description for 5cb0567
ehuss
committed
5cb0567
View commit details
Copy full SHA for 5cb0567
View code at this point
Browse repository at this point
Commits on Aug 22, 2024
Be consistent about how "Edition differences" is capitalized
Show description for 0c7f99a
ehuss
committed
0c7f99a
View commit details
Copy full SHA for 0c7f99a
View code at this point
Browse repository at this point
Commits on Aug 20, 2024
operator expressions: add &raw
RalfJung
authored and
ehuss
committed
f73f6d6
View commit details
Copy full SHA for f73f6d6
View code at this point
Browse repository at this point
Commits on Aug 17, 2024
Switch to automatic standard library links
Show description for 52e0ff3
ehuss
committed
52e0ff3
View commit details
Copy full SHA for 52e0ff3
View code at this point
Browse repository at this point
Commits on Aug 15, 2024
don't capitalize Undefined Behavior
RalfJung
committed
e62b5b8
View commit details
Copy full SHA for e62b5b8
View code at this point
Browse repository at this point
Commits on Jul 23, 2024
Update link for unsafe blocks.
Show description for 04a0845
ehuss
committed
04a0845
View commit details
Copy full SHA for 04a0845
View code at this point
Browse repository at this point
Commits on Jul 16, 2024
Add '_ to LIFETIME_OR_LABEL
ehuss
committed
9fd0533
View commit details
Copy full SHA for 9fd0533
View code at this point
Browse repository at this point
Commits on Jun 18, 2024
Merge pull request #1478 from japm48/patch-1
Show description for a296933
traviscross
authored
a296933
View commit details
Copy full SHA for a296933
View code at this point
Browse repository at this point
Commits on May 28, 2024
Merge PR #1040: Add "scopes" chapter
traviscross
committed
8251778
View commit details
Copy full SHA for 8251778
View code at this point
Browse repository at this point
Commits on May 10, 2024
document guarantee about evaluation of associated consts and const blocks
RalfJung
committed
d33e4b0
View commit details
Copy full SHA for d33e4b0
View code at this point
Browse repository at this point
Commits on May 8, 2024
Small editorial updates for const blocks.
ehuss
committed
efdc9b6
View commit details
Copy full SHA for efdc9b6
View code at this point
Browse repository at this point
Commits on Apr 29, 2024
Add const blocks
nbdd0121
committed
01c8196
View commit details
Copy full SHA for 01c8196
View code at this point
Browse repository at this point
Commits on Mar 19, 2024
Literal expressions: fix mistake in the definition of unicode escapes
mattheww
committed
659915c
View commit details
Copy full SHA for 659915c
View code at this point
Browse repository at this point
Commits on Mar 3, 2024
underscore-expr: add more examples
japm48
committed
78cd734
View commit details
Copy full SHA for 78cd734
View code at this point
Browse repository at this point
Commits on Feb 21, 2024
Semantic line wrapping.
ehuss
committed
97c9ad1
View commit details
Copy full SHA for 97c9ad1
View code at this point
Browse repository at this point
Add redirect for slice-dst-pointer-to-pointer-cast
ehuss
committed
72fb626
View commit details
Copy full SHA for 72fb626
View code at this point
Browse repository at this point
Document semantics of various pointer casts
Show description for 8c7cdd3
udoprog
and
RalfJung
committed
8c7cdd3
View commit details
Copy full SHA for 8c7cdd3
View code at this point
Browse repository at this point
Commits on Jan 30, 2024
Use "null byte" rather than "zero byte" when talking about C string literals
mattheww
committed
deac889
View commit details
Copy full SHA for deac889
View code at this point
Browse repository at this point
Commits on Jan 27, 2024
Literal expressions: document C-string literals
mattheww
committed
075739d
View commit details
Copy full SHA for 075739d
View code at this point
Browse repository at this point
Commits on Jan 25, 2024
Move discussion of string continuations from tokens.md to literal-expr.md
mattheww
committed
659f856
View commit details
Copy full SHA for 659f856
View code at this point
Browse repository at this point
Literal expressions: document non-C-string textual literals
mattheww
committed
09b003a
View commit details
Copy full SHA for 09b003a
View code at this point
Browse repository at this point
Commits on Dec 2, 2023
Document C string literal tokens (`c"..."` and `cr#"..."#`).
jmillikin
committed
ae1eb71
View commit details
Copy full SHA for ae1eb71
View code at this point
Browse repository at this point
Commits on Nov 21, 2023
use md extension instead of html
ehuss
authored
7f1e24a
View commit details
Copy full SHA for 7f1e24a
View code at this point
Browse repository at this point
Commits on Nov 20, 2023
Reference wildcard patterns from underscore expr
Show description for 8332955
riking
authored
8332955
View commit details
Copy full SHA for 8332955
View code at this point
Browse repository at this point
Commits on Nov 4, 2023
Remove extra blank lines.
ehuss
authored
ad09bb0
View commit details
Copy full SHA for ad09bb0
View code at this point
Browse repository at this point
Commits on Oct 26, 2023
Update operator-expr.md
joshlf
authored
b321771
View commit details
Copy full SHA for b321771
View code at this point
Browse repository at this point
Update src/expressions/operator-expr.md
Show description for ed4811d
joshlf
and
nikomatsakis
authored
ed4811d
View commit details
Copy full SHA for ed4811d
View code at this point
Browse repository at this point
Commits on Oct 11, 2023
Update operator-expr.md
joshlf
authored
2fe40f8
View commit details
Copy full SHA for 2fe40f8
View code at this point
Browse repository at this point
Update operator-expr.md
joshlf
authored
b6089dd
View commit details
Copy full SHA for b6089dd
View code at this point
Browse repository at this point
Commits on Jul 19, 2023
Operator expressions: make the note about division by zero clearer.
mattheww
committed
67f4153
View commit details
Copy full SHA for 67f4153
View code at this point
Browse repository at this point
Commits on Jul 17, 2023
Say that division by zero for primitive types panics
mattheww
committed
cf1cc8d
View commit details
Copy full SHA for cf1cc8d
View code at this point
Browse repository at this point
Commits on Jun 8, 2023
Fix inconsistent formatting of Disambiguating Function Calls example
foresterre
committed
9b49697
View commit details
Copy full SHA for 9b49697
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.